We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Hello, based on the following URL, it seems Package ‘Rmagic’ was removed from the CRAN repository? Are we considering reuploading it?
Package ‘Rmagic’ was removed from the CRAN repository
https://cran.r-project.org/web/packages/Rmagic/index.html
The text was updated successfully, but these errors were encountered:
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:
install.packages("~/Downloads/Rmagic_2.0.3.tar.gz")
Sorry, something went wrong.
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)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: