Недавно я столкнулся с проблемой при установке пакета doRNG
.
Используемая мной команда
install.packages("doRNG", dependencies = TRUE)
Ошибка:
Setting package specific options: package:pkgmaker:logger (1 default option(s))
Error in get(name, envir = ns, inherits = FALSE) :
object 'isNamespaceLoaded' not found
Error : unable to load R code in package ‘pkgmaker’
ERROR: lazy loading failed for package ‘pkgmaker’
* removing ‘/home/stretch/R/x86_64-unknown-linux-gnu-library/3.1/pkgmaker’
Warning in install.packages :
installation of package ‘pkgmaker’ had non-zero exit status
ERROR: dependency ‘pkgmaker’ is not available for package ‘rngtools’
* removing ‘/home/stretch/R/x86_64-unknown-linux-gnu-library/3.1/rngtools’
Warning in install.packages :
installation of package ‘rngtools’ had non-zero exit status
ERROR: dependency ‘Rmpi’ is not available for package ‘doMPI’
* removing ‘/home/stretch/R/x86_64-unknown-linux-gnu-library/3.1/doMPI’
Warning in install.packages :
installation of package ‘doMPI’ had non-zero exit status
ERROR: dependencies ‘rngtools’, ‘pkgmaker’ are not available for package ‘doRNG’
* removing ‘/home/stretch/R/x86_64-unknown-linux-gnu-library/3.1/doRNG’
Warning in install.packages :
installation of package ‘doRNG’ had non-zero exit status