Skip to content

Commit f03c49c

Browse files
committed
fix: no way to do this, have to hand install rspm
1 parent 58b4d3a commit f03c49c

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
@@ -1,6 +1,6 @@
11
install:
2-
Rscript --no-init-file -e "install.packages(c('renv', 'pak', 'rspm'))"
3-
Rscript --no-init-file -e "renv::restore()"
2+
Rscript -e "install.packages(c('renv', 'pak', 'rspm'))"
3+
Rscript -e "renv::restore()"
44

55
run:
66
Rscript run.R

0 commit comments

Comments
 (0)