从GitHub上安装nlmixr包(一种药代动力学相关的包)
连续多次安装失败。求助大神
安装代码:
# install.packages("devtools")
devtools::install_github("nlmixrdevelopment/nlmixr")
多次安装失败,提示如下
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace 'RxODE' 1.0.5 is being loaded, but >= 1.0.6 is required
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
停止执行
ERROR: lazy loading failed for package 'nlmixr'
* removing 'C:/Users/dell/Documents/R/win-library/4.0/nlmixr'
错误: Failed to install 'nlmixr' from GitHub:
(由警告转换成)installation of package ‘C:/Users/dell/AppData/Local/Temp/RtmpG6HeAy/file19b0478d500b/nlmixr_2.0.2.tar.gz’ had non-zero exit status
提示系统中安装的依赖包RxODE1.0.5,但需要1.0.6版本。我从R官网中发现最新的就是1.0.5版本,未找到1.0.6版本。