File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787
8888 echo "\nWriting Documentations Now......\n"
8989
90- R -e '.libPaths(c("/renv/library/R-4.1/x86_64-pc-linux-gnu",.libPaths())); library(devtools);document()'
90+ R -e 'library(devtools);document()'
9191
9292 if [ -d "./vignettes" ]; then
9393 HAS_VIGNETTES=True
9999 mv ./vignettes ./bk_vignettes
100100 fi
101101
102- ls -al /renv/library/R-4.1/x86_64-pc-linux-gnu
102+ # ls -al /renv/library/R-4.1/x86_64-pc-linux-gnu
103103
104- R -e '.libPaths(c("/renv/library/R-4.1/x86_64-pc-linux-gnu",.libPaths())); library(devtools);load_all();library(pkgdown);build_site_github_pages()'
104+ R -e 'library(devtools);load_all();library(pkgdown);build_site_github_pages()'
105105
106106 if [ "$HAS_VIGNETTES" = True ]; then
107107 mkdir -p ./docs/vignettes
You can’t perform that action at this time.
0 commit comments