install.packages('lme4')
Installing package into '/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1'
(as 'lib' is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/lme4_1.1-28.tar.gz'
Content type 'application/x-gzip' length 3306775 bytes (3.2 MB)
==================================================
downloaded 3.2 MB
* installing *source* package 'lme4' ...
** package 'lme4' successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/Rcpp/include' -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/RcppEigen/include' -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c external.cpp -o external.o
g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/Rcpp/include' -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/RcppEigen/include' -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c glmFamily.cpp -o glmFamily.o
g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/Rcpp/include' -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/RcppEigen/include' -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c optimizer.cpp -o optimizer.o
g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/Rcpp/include' -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/RcppEigen/include' -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c predModule.cpp -o predModule.o
g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/Rcpp/include' -I'/home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/RcppEigen/include' -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c respModule.cpp -o respModule.o
g++ -std=gnu++14 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o lme4.so external.o glmFamily.o optimizer.o predModule.o respModule.o -L/usr/lib/R/lib -lR
installing to /home/rstudio/R/x86_64-pc-linux-gnu-library/4.1/00LOCK-lme4/00new/lme4/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (lme4)
The downloaded source packages are in
'/tmp/RtmpqOB5Ww/downloaded_packages'
网友评论