Skip to content

Commit

Permalink
Check as cran in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Dec 15, 2023
1 parent 7dd3e60 commit 34fd585
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 @@ -12,4 +12,4 @@ build :

check : build
mkdir -p check
cd check && R CMD check ../build/*.tar.gz
cd check && R CMD check --as-cran ../build/*.tar.gz

0 comments on commit 34fd585

Please sign in to comment.