Hi,
Running ansible scripts to install packages into R seems to be installed but couldn’t able to see the installed packages.
-name: install r pkgs
command: Rscript -e “install.packages(“path/pkgname”, repos=Null,type=source)”
Hi,
Running ansible scripts to install packages into R seems to be installed but couldn’t able to see the installed packages.
-name: install r pkgs
command: Rscript -e “install.packages(“path/pkgname”, repos=Null,type=source)”
You might be interested in https://github.com/Oefenweb/ansible-r
Hi,