-
Notifications
You must be signed in to change notification settings - Fork 76
Description
unable to install R on v4.4.2 due to ggtangle dependency which apparently is not available for this version. See error code below
install(packages = "bioc::enrichplot")
Downloading packages -------------------------------------------------------
- Downloading enrichplot from BioCsoft ... OK [file is up to date]
- Downloading ggnewscale from P3M ... OK [file is up to date]
Error: package 'ggtangle' is not available
In addition: Warning message:
In method(package, type, repos) : binary packages are not available
install.packages('ggtangle')
Warning in install.packages :
unable to access index for repository https://cran.us.r-project.org/src/contrib:
cannot open URL 'https://cran.us.r-project.org/src/contrib/PACKAGES'
Warning in install.packages :
unable to access index for repository https://cran.us.r-project.org/src/contrib:
cannot open URL 'https://cran.us.r-project.org/src/contrib/PACKAGES'
Warning in install.packages :
package ‘ggtangle’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Warning in install.packages :
unable to access index for repository https://cran.us.r-project.org/bin/macosx/big-sur-arm64/contrib/4.4:
cannot open URL 'https://cran.us.r-project.org/bin/macosx/big-sur-arm64/contrib/4.4/PACKAGES'