Problem-installing-package-GlmmADMB
I've run into this issue with rstan when using RStudio (from a conda installation, but I think RStudio is the relevant bit). As part of its support of project-based workflows, RStudio does some managing of the working directory and I think that's what blocks changing the working directory. In my case, I was unable to install the rstan examples from RStudio, but was able to do so from the standalone R. Best, Phillip
On 06/27/2018 03:55 PM, romunov wrote:
A shotgun approach to solving this would be to have all R instances closed and make sure you have permission to write. Forgive me if I have not followed this thread from the beginning, but do you have appropriate Windows toolchain installed? Cheers, Roman On Wed, Jun 27, 2018 at 3:41 PM C. AMAL D. GLELE <altessedac2 at gmail.com> wrote:
Hi, Roman. The problem occurs at the third of the installation steps here: https://github.com/bbolker/glmmadmb My 64 bits pc is running under windows 8.1. Kind regards, Amal 2018-06-27 15:24 GMT+02:00 romunov <romunov at gmail.com>:
Please include a bit more information in your problem report. At which step the problem occurs? Cheers, Roman On Wed, Jun 27, 2018 at 3:11 PM C. AMAL D. GLELE <altessedac2 at gmail.com> wrote:
Mollie, many thanks for your reply. These instructions do not work and I get the message below: Downloading GitHub repo bbolker/glmmadmb at master from URL https://api.github.com/repos/bbolker/glmmadmb/zipball/masterInstalling glmmADMB"C:/PROGRA~1/R/R-34~1.3/bin/x64/R" --no-site-file --no-environ --no-save --no-restore \ --quiet CMD INSTALL \ "C:/Users/Coliasso/AppData/Local/Temp/Rtmpopho7h/devtools20ec3a7135b9/bbolker-glmmadmb-ac75f73" \ --library="C:/Users/Coliasso/Documents/R/win-library/3.4" --install-tests Installation failed: cannot change working directory
2018-06-27 14:45 GMT+02:00 Mollie Brooks <mollieebrooks at gmail.com>:
Hi Amal, Maybe installing from GitHub could work. See instructions here https://github.com/bbolker/glmmadmb If that doesn?t work, please give us more information, like error
messages.
Mollie
On 27Jun 2018, at 14:42, C. AMAL D. GLELE <altessedac2 at gmail.com>
wrote:
Hi, dear all.
neither
install.packages("glmmADMB", repos="http://R-Forge.R-project.org")
nor
install.packages("R2admb")
install.packages("glmmADMB",
repos=c("http://glmmadmb.r-forge.r-project.org/repos",
getOption("repos")),
type="source")
,
helps me to intall this package.
In advance, many thanks for any help.
Kind regards,
Amal
[[alternative HTML version deleted]]
_______________________________________________ R-sig-mixed-models at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
[[alternative HTML version deleted]]
_______________________________________________ R-sig-mixed-models at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
-- In God we trust, all others bring data.