Strongly prohibit 00-Lock in Package Installation

00-Lock in r packages just a obstacle to technological innovation, strongly remove 00-Lock and similar obstacles, how to raise the case to cran?

https://cran.r-project.org/web/packages/available_packages_by_name.html

Reference

00-Lock again, 00-Lock in r packages just a obstacle to technological innovation, strongly remove 00-Lock and similar obstacles, how to raise the case to cran?

> install.packages('lme4', dependencies = TRUE, INSTALL_opts = '--no-lock')
Installing package into ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.org/src/contrib/lme4_1.1-25.tar.gz'
Content type 'application/x-gzip' length 3270766 bytes (3.1 MB)
==================================================
downloaded 3.1 MB

* installing *source* package ‘lme4’ ...
** package ‘lme4’ successfully unpacked and MD5 sums checked
staged installation is only possible with locking
** using non-staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.3/lib/R/include" -DNDEBUG  -I'/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I/usr/local/include  -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic  -g -O2  -c external.cpp -o external.o
- g++: internal compiler error: Killed (program cc1plus)
- Please submit a full bug report,
- with preprocessed source if appropriate.
- See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
- /opt/R/4.0.3/lib/R/etc/Makeconf:181: recipe for target 'external.o' failed
- make: *** [external.o] Error 4
- ERROR: compilation failed for package ‘lme4’
- * removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/lme4’
- Warning in install.packages :
-   installation of package ‘lme4’ had non-zero exit status

The downloaded source packages are in
	‘/tmp/RtmpPkPJZu/downloaded_packages’

Perhaps you have reasons to support this but you haven't shared them here....
Also 00lock exists to overcome problemsR Dev blog, do you have an alternative ?

1 Like

manage to solved it with open arms

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.