Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
misleading warning for bioconductor packages #134
Comments
|
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? |
Hi Tyler,
Installing a bioconductor package with
p_installshows a misleading warning 'package x not available for R (4.0.0)' after successfully installing it. Is there a way to avoid this?