Rmagic was removed from the CRAN repository
Describe the bug
Hello, based on the following URL, it seems Package ‘Rmagic’ was removed from the CRAN repository? Are we considering reuploading it?
https://cran.r-project.org/web/packages/Rmagic/index.html
Despite being removed, the package can still be installed from an archived version at https://cran.r-project.org/src/contrib/Archive/Rmagic/
To install the latest version:
- Download the archived package from https://cran.r-project.org/src/contrib/Archive/Rmagic/Rmagic_2.0.3.tar.gz
- Install in R:
install.packages("~/Downloads/Rmagic_2.0.3.tar.gz")
Any prevision on when is it going to be back to cran?
Here is a quick way to install from the CRAN archive from within R:
install.packages("https://cran.r-project.org/src/contrib/Archive/Rmagic/Rmagic_2.0.3.tar.gz", type = "source", repos = NULL)