Skip to content

Commit

Permalink
Further makefile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Aug 30, 2024
1 parent 7c75f76 commit 0583d2f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,11 @@ clean:
rm -f *.Rproj
rm -rf .Rproj.user

coverage: ## get test coverage
coverage:
Rscript -e "devtools::test_coverage('.')"

create:
Rscript -e "pak::pak(c('devtools', 'usethis', 'pkgdown', 'rmarkdown', 'rcmdcheck', 'roxygen2', 'testthat'))"
Rscript -e "pak::pkg_install('r-lib/revdepcheck')"
Rscript -e "usethis::create_package(path = getwd(), rstudio = FALSE)"

docs:
Rscript -e "roxygen2::roxygenize()"
Rscript -e "devtools::document()"

install:
R CMD INSTALL .
Expand Down

0 comments on commit 0583d2f

Please sign in to comment.