Skip to content

Commit

Permalink
no need for env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Nov 3, 2023
1 parent 7035fd7 commit de1ce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
cp -R ${{ env.R_LIBS_USER }} library
R_LIBS_USER="library" R CMD INSTALL $(ls -1t data.table_*.tar.gz | head -n 1) --html
R CMD INSTALL --library="library" $(ls -1t data.table_*.tar.gz | head -n 1) --html
mkdir -p doc/html
cp /usr/share/R/doc/html/{left.jpg,up.jpg,Rlogo.svg,R.css,index.html} doc/html
Rscript -e 'utils::make.packages.html("library", docdir="doc")'
Expand Down

0 comments on commit de1ce17

Please sign in to comment.