Closed rwarnung closed 4 years ago
You can install the current dev version like this:
install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/")
This should work.
I verified this works with the dev version so I think we can close this.
Sorry for the late reply. I can confirm that it works with the dev version. Thank you!
Hi, I wanted to try the package in docker. So I pulled the latet image and started an rstudio session using the following commands in docker:
docker run -e PASSWORD=yourpassword --rm -p 8787:8787 rocker/rstudio
Then I switched to the browser and worked inside of rstudio. First I installedpak
usinginstall.packages("pak")
this worked. Then I tried to install the packagepacman
first:pak::pkg_install("pacman")
when asked to continue I entered "Y". Then the existing packages were copied and finally I got the following error message:Similar problems arise (as expected) when I try to install
xgboost
.pak::pkg_install("xgboost")