Skip to content

Commit

Permalink
add justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Dec 4, 2023
1 parent a45a0fc commit 814adf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ _snaps/
^index.md$
^build_site.R$
^\.github$
^justfile$
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
examples:
R -e 'rmarkdown::render("vignettes/examples.Rmd")'

site:
R -e 'pkgdown::build_site()'

install:
R -e 'devtools::install(build = TRUE, upgrade = "never")'

0 comments on commit 814adf6

Please sign in to comment.