Skip to content

Commit

Permalink
Add revdep folder for Reverse Dependencies
Browse files Browse the repository at this point in the history
Update `cran-comments`
  • Loading branch information
lukelockley committed Sep 9, 2022
1 parent d4d64c0 commit 2eb71fa
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^cran-comments\.md$
^data-raw$
^CRAN-SUBMISSION$
^revdep$
14 changes: 11 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Resubmission
## HowzatR 1.0.1

This is a resubmission. In this version I have:
## R CMD check results

* 0 errors ✔ | 0 warnings ✔ | 0 notes ✔

## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

* Edit the DESCRIPTION to remove any reference to "This package", package name, title or similar in the description.
7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
26 changes: 26 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Platform

|field |value |
|:--------|:-----------------------------------------|
|version |R version 4.2.0 (2022-04-22 ucrt) |
|os |Windows 10 x64 (build 22000) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United Kingdom.utf8 |
|ctype |English_United Kingdom.utf8 |
|tz |Europe/London |
|date |2022-09-09 |
|rstudio |2022.07.1+554 Spotted Wakerobin (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |Δ |
|:--------|:-----|:-----|:--|
|howzatR |1.0.0 |1.0.1 |* |
|magrittr |2.0.3 |2.0.3 | |
|rlang |1.0.5 |1.0.5 | |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

5 changes: 5 additions & 0 deletions revdep/email.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_date: ???
rel_release_date: ???
my_news_url: ???
release_version: ???
release_details: ???
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 2eb71fa

Please sign in to comment.