cran / Rmagic

:exclamation: This is a read-only mirror of the CRAN R package repository. Rmagic — MAGIC - Markov Affinity-Based Graph Imputation of Cells
GNU General Public License v2.0
2 stars 0 forks source link

package ‘Rmagic’ is not available (for R version 4.0.2) #1

Closed YubinXie closed 1 year ago

YubinXie commented 1 year ago

Hi I got the error when i tried to install Rmagic and see. Is there any workaround?

Package ‘Rmagic’ was removed from the CRAN repository.

Formerly available versions can be obtained from the [archive](https://cran.r-project.org/src/contrib/Archive/Rmagic).

Archived on 2022-10-07 as email to the maintainer is undeliverable.

A summary of the most recent check results can be obtained from the [check results archive](https://cran-archive.r-project.org/web/checks/2022/2022-10-08_check_results_Rmagic.html).

Please use the canonical form https://cran.r-project.org/package=Rmagic to link to this page.
gaborcsardi commented 1 year ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!

gaborcsardi commented 1 year ago

Try

install.packages(
  "https://cran.r-project.org/src/contrib/Archive/Rmagic/Rmagic_2.0.3.tar.gz",
  repos = NULL,
  type = "source"
)
YubinXie commented 1 year ago

Hi @gaborcsardi thanks for the reply! I was able to install by downloading and install via local file!