File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 use-public-rspm : true
3737 r-version : ' release' # or a fixed version if you prefer
38+ - name : Install R packages for RCall
39+ run : |
40+ Rscript -e 'options(repos = c(CRAN = "https://cloud.r-project.org")); install.packages(c("forecast", "psd"))'
3841 - run : echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
3942 - uses : julia-actions/setup-julia@v2
4043 with :
6568 with :
6669 use-public-rspm : true
6770 r-version : ' release'
71+ - name : Install R packages for RCall
72+ run : |
73+ Rscript -e 'options(repos = c(CRAN = "https://cloud.r-project.org")); install.packages(c("forecast", "psd"))'
6874 - run : echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
6975 - uses : julia-actions/cache@v2
7076 - name : Configure doc environment
You can’t perform that action at this time.
0 commit comments