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
Apparently, this is a new feature in 3.6. But this should solve your problem:
Sys.setenv(R_INSTALL_STAGED = FALSE)