willtudorevans
willtudorevans
I'm afraid I'm getting the same error message and can't resolve the issue. `Sys.getenv("R_MAKEVARS_USER")` returns blank but the only makevars I can find is in `RccpEigen/skeleton`, where there are two...
Sorry unfortunately I'm still not having any luck with this. I'm on Windows, I understand that the `~` means home directory, so home directory for R? I've tried putting the...
> Just do install.packages(" https://win-builder.r-project.org/1vUk5Gxm9QqM/rstan_2.19.1.zip", repos = NULL) > […](#) Unfortunately I receive the following error message: `Error in install.packages : zip file ‘ https://win-builder.r-project.org/1vUk5Gxm9QqM/rstan_2.19.1.zip’ not found`
The main problem now seems to be R not being able to 'find' Rtools. Every time I run: `pkgbuild::has_build_tools(debug = TRUE)` it determines `FALSE` and asks me if I want...
OK I seem to solve the Rtools issue by setting: `options(buildtools.check = NULL)` as detailed here https://github.com/rstudio/rstudio/issues/3563. I'm still having the Makevars issue even after running the 'Configuration of the...
> There is a space at the beginning of the string (typo) in bgoodri's comment so just remove that. I feel stupid for having missed this. Thanks so much qdread,...