Skip to content

Commit

Permalink
add revdep and cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Dec 8, 2021
1 parent e140258 commit cb23ed3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## Test environments
* local windows R installation, R 4.1.0
* windows (on Github Actions), R 4.1.0
* macOS, R 4.1.0
* windows (on Github Actions), R 4.1.0
* macOS (on Github Actions), R 4.1.0
* ubuntu 20.04 (on GitHub Actions), R 4.1.0
* ubuntu 20.04 (on GitHub Actions), R 3.6.0
* ubuntu 20.04 (on GitHub Actions), R devel
* ubuntu 20.04 (on GitHub Actions), R 3.5.0

## R CMD check results

0 errors | 0 warnings | 0 note

## Reverse dependencies

Both reverse dependencies (ffscrapr and ffsimulator) were checked with R CMD check and passed cleanly.
Checked all four CRAN reverse dependencies (ffsimulator, ffscrapr, nflfastR, nfl4th) and all package checks passed with no new problems.
34 changes: 18 additions & 16 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,27 @@
|collate |English_Canada.1252 |
|ctype |English_Canada.1252 |
|tz |America/New_York |
|date |2021-10-05 |
|date |2021-12-08 |

# Dependencies

|package |old |new |<U+0394> |
|:-------------|:------|:------|:--|
|nflreadr |1.1.0 |1.1.1 |* |
|cachem |1.0.6 |1.0.6 | |
|curl |4.3.2 |4.3.2 | |
|data.table |1.14.2 |1.14.2 | |
|fastmap |1.1.0 |1.1.0 | |
|memoise |2.0.0 |2.0.0 | |
|qs |0.25.1 |0.25.1 | |
|RApiSerialize |0.1.0 |0.1.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.7 |1.0.7 | |
|RcppParallel |5.1.4 |5.1.4 | |
|rlang |0.4.11 |0.4.11 | |
|stringfish |0.15.2 |0.15.2 | |
|package |old |new |<U+0394> |
|:-------------|:--------|:--------|:--|
|nflreadr |1.1.1 |1.1.2 |* |
|cachem |1.0.6 |1.0.6 | |
|cli |NA |3.1.0 |* |
|curl |4.3.2 |4.3.2 | |
|data.table |1.14.2 |1.14.2 | |
|fastmap |1.1.0 |1.1.0 | |
|glue |NA |1.5.1 |* |
|memoise |2.0.1 |2.0.1 | |
|qs |0.25.1.1 |0.25.1.1 | |
|RApiSerialize |0.1.0 |0.1.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.7 |1.0.7 | |
|RcppParallel |5.1.4 |5.1.4 | |
|rlang |0.4.12 |0.4.12 | |
|stringfish |0.15.5 |0.15.5 | |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 2 reverse dependencies (0 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 4 reverse dependencies (0 from CRAN + 4 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
Binary file modified revdep/data.sqlite
Binary file not shown.

0 comments on commit cb23ed3

Please sign in to comment.