Skip to content

Commit

Permalink
run revdep
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Jan 25, 2021
1 parent 4a96577 commit 44eb4ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ inst/doc/*.pdf
Rplots.pdf
vcdExtra-logo.png
^CRAN-RELEASE$
^revdep/

5 changes: 5 additions & 0 deletions .build-steps.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ devtools::check_win_devel(args=args)

devtools::check_rhub()

# reverse dependencies
# > revdep()
# [1] "aplore3" "catdata" "gnm" "iarm" "jmv"
revdepcheck::revdep_check(num_workers = 4)

# submit to cran
devtools::release(args=args)

Expand Down
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Test environments
* local Windows 7 install, R version 3.6.3 (2020-02-29)
* win-builder R Under development (unstable) (2021-01-21 r79854)
* Rhub Ubuntu Linux, 16.04 LTS, R-release, GCC
* Rhub Fedora Linux, R-devel, clang, gfortran

## R CMD check results
There are no ERRORs or WARNINGs or NOTEs
Expand All @@ -9,3 +11,10 @@ There are no ERRORs or WARNINGs or NOTEs

This is a minor release, fixing a problem related to rgl in examples

# reverse dependencies

> revdep()
[1] "aplore3" "catdata" "gnm" "iarm" "jmv"
> revdepcheck::revdep_check(num_workers = 4)
*Wow, no problems at all. :)*

0 comments on commit 44eb4ee

Please sign in to comment.