File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 4343 path : |
4444 ${{ env.R_LIBS_USER }}/*
4545 !${{ env.R_LIBS_USER }}/pak
46- key : ubuntu-18.04-${{ steps.install-r.outputs.installed-r-version }}-1 -${{ hashFiles('.github/r-depends.rds') }}
47- restore-keys : ubuntu-18.04-${{ steps.install-r.outputs.installed-r-version }}-1 -
46+ key : ubuntu-18.04-${{ steps.install-r.outputs.installed-r-version }}-2 -${{ hashFiles('.github/r-depends.rds') }}
47+ restore-keys : ubuntu-18.04-${{ steps.install-r.outputs.installed-r-version }}-2 -
4848
4949 - name : Install system dependencies
5050 if : runner.os == 'Linux'
5959 pak::pkg_install("pkgdown")
6060 shell : Rscript {0}
6161
62+ - name : Session info
63+ run : |
64+ options(width = 100)
65+ pkgs <- installed.packages()[, "Package"]
66+ sessioninfo::session_info(pkgs, include_base = TRUE)
67+ shell : Rscript {0}
68+
6269 - name : Install package
6370 run : R CMD INSTALL .
6471
You can’t perform that action at this time.
0 commit comments