Skip to content

Commit

Permalink
Replaced rcmdcheck with devtools::check
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Aug 30, 2024
1 parent 4c74763 commit 7c75f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
Rscript -e "devtools::build(args = c('--compact-vignettes=both'))"

check:
Rscript -e "rcmdcheck::rcmdcheck()"
Rscript -e "try(devtools::check('.'), silent=FALSE)"

clean:
rm -f ../$(PKG_NAME)_*.tar.gz
Expand Down

0 comments on commit 7c75f76

Please sign in to comment.