
#报错信息如下:
*** arch - i386
Error : .onLoad failed in loadNamespace() for 'broom', details:
call: NULL
error: 'import' is not an exported object from 'namespace:backports'
Error: loading failed
Execution halted
*** arch - x64
Error : .onLoad failed in loadNamespace() for 'broom', details:
call: NULL
error: 'import' is not an exported object from 'namespace:backports'
Error: loading failed
Execution halted
ERROR: loading failed for 'i386', 'x64'
#说明import的函数不兼容此包的安装
install.packages("backports")
install.packages("survminer")
library(survminer)
#便可成功安装此包