“Non Zero Exit Status” R 3.6.0 “Biobase”

前端 未结 1 1686
陌清茗
陌清茗 2021-01-05 06:50

I need to install different packages on R. The OS is ubuntu for windows. When I try \"BiocManager::install(\"Biobase\") I get the following error:

** R
** da         


        
相关标签:
1条回答
  • 2021-01-05 07:50

    Apparently, this is a new feature in 3.6. But this should solve your problem:

    Sys.setenv(R_INSTALL_STAGED = FALSE)

    0 讨论(0)
提交回复
热议问题