I had Stan 2.3 installed and am trying to upgrade to 2.4. I am running 64-bit R version 3.1.1. I am running Windows 7. Also, I do not have admin privileges on my computer, but this has not been a problem before. Both R and Rtools are installed in a file path without any spaces.
Removing package from ‘C:/R/R-3.1.1/library’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Content type 'application/zip' length 80246 bytes (78 Kb)
opened URL
downloaded 78 Kb
Content type 'application/zip' length 10276637 bytes (9.8 Mb)
opened URL
downloaded 9.8 Mb
Content type 'application/zip' length 2165625 bytes (2.1 Mb)
opened URL
downloaded 2.1 Mb
package ‘inline’ successfully unpacked and MD5 sums checked
package ‘BH’ successfully unpacked and MD5 sums checked
package ‘RcppEigen’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\rerickson\AppData\Local\Temp\1\RtmpuKhUNS\downloaded_packages
Content type 'application/x-gzip' length 2004313 bytes (1.9 Mb)
opened URL
downloaded 1.9 Mb
* installing *source* package 'Rcpp' ...
** package 'Rcpp' successfully unpacked and MD5 sums checked
** libs
*** arch - i386
g++ -m32 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c Date.cpp -o Date.o
g++ -m32 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c Module.cpp -o Module.o
g++ -m32 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c Rcpp_init.cpp -o Rcpp_init.o
g++ -m32 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c api.cpp -o api.o
g++ -m32 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c attributes.cpp -o attributes.o
g++ -m32 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c barrier.cpp -o barrier.o
g++ -m32 -shared -s -static-libgcc -o Rcpp.dll tmp.def Date.o Module.o Rcpp_init.o api.o attributes.o barrier.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/R/R-31~1.1/bin/i386 -lR
installing to C:/R/R-3.1.1/library/Rcpp/libs/i386
*** arch - x64
g++ -m64 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c Date.cpp -o Date.o
g++ -m64 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c Module.cpp -o Module.o
g++ -m64 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c Rcpp_init.cpp -o Rcpp_init.o
g++ -m64 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c api.cpp -o api.o
g++ -m64 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c attributes.cpp -o attributes.o
g++ -m64 -I"C:/R/R-31~1.1/include" -DNDEBUG -I../inst/include/ -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c barrier.cpp -o barrier.o
g++ -m64 -shared -s -static-libgcc -o Rcpp.dll tmp.def Date.o Module.o Rcpp_init.o api.o attributes.o barrier.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/R/R-31~1.1/bin/x64 -lR
installing to C:/R/R-3.1.1/library/Rcpp/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (Rcpp)
The downloaded source packages are in
‘C:\Users\rerickson\AppData\Local\Temp\1\RtmpuKhUNS\downloaded_packages’
Attaching package: ‘Rcpp’
The following object is masked from ‘package:inline’:
registerPlugin
Error in library(rstan) : there is no package called ‘rstan’
In addition: Warning message:
package ‘rstan’ is not available (for R version 3.1.1)
Any suggestions? Is there another way to download the rstan package? It might be that I my employer's firewall is blocking the site.