Skip to content

Commit

Permalink
fixed for note on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonStanley committed Jan 7, 2024
1 parent 359ddd0 commit c3ca26f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dev/dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ devtools::check_win_release(here::here())
devtools::check_win_oldrelease(here::here())
# update pkg site
pkgdown::build_site(here::here())
# revdep
revdepcheck::cran_revdeps("tidyfast")
revdepcheck::revdep_check(here::here())
# release to CRAN
devtools::release(here::here())
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ LinkingTo:
cpp11 (>= 0.2.6)
Encoding: UTF-8
Language: en-US
LazyData: true
License: GPL-3
VignetteBuilder:
knitr
Expand Down
7 changes: 7 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@
0 errors | 0 warnings | 0 note

Updating maintainer email and minor updates (including fix for the soon to be released data.table 1.15.0).

## revdepcheck results

We checked 1 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

0 comments on commit c3ca26f

Please sign in to comment.