Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit bfccc7c

Browse files
committed
remove full path to Rscript
1 parent 7dc6da6 commit bfccc7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all:
33
make code
44

55
book:
6-
/opt/Rbeta/lib64/R/bin/Rscript -e "bookdown::render_book('index.Rmd')"
6+
Rscript -e "bookdown::render_book('index.Rmd')"
77

88
code:
9-
/opt/Rbeta/lib64/R/bin/Rscript -e "sapply(list.files(pattern = 'Rmd'), knitr::purl)"
9+
Rscript -e "sapply(list.files(pattern = 'Rmd'), knitr::purl)"

0 commit comments

Comments
 (0)