misleading warning for bioconductor packages
talegari opened this issue · 1 comments
talegari commented
Hi Tyler,
Installing a bioconductor package with p_install
shows a misleading warning 'package x not available for R (4.0.0)' after successfully installing it. Is there a way to avoid this?
kkjtmac commented
I also had this problem with p_load in R(4.0.0). With p_load to install one bioconductor package, it showed the warning 'package x not available for R (4.0.0)', but when I used the Biomanger::install, it worked. So how to solve this problem?