dear,
As indicated in the title, the pryr library is archived. I work on R v4.5.1
This runing well :
download pryr
download.file("https://cran.r-project.org/src/contrib/Archive/pryr/pryr_0.1.6.tar.gz", destfile = "pryr_0.1.6.tar.gz")
instal pryr
install.packages("pryr_0.1.6.tar.gz", repos = NULL, type = "source")
devtools::install_github('deruncie/MegaLMM', build_opts = c("--no-resave-data", "--no-manual"),force = TRUE,build_vignettes = FALSE)
but for an automatic installation maybe is it possible to implement another lib
dear,
As indicated in the title, the pryr library is archived. I work on R v4.5.1
This runing well :
download pryr
download.file("https://cran.r-project.org/src/contrib/Archive/pryr/pryr_0.1.6.tar.gz", destfile = "pryr_0.1.6.tar.gz")
instal pryr
install.packages("pryr_0.1.6.tar.gz", repos = NULL, type = "source")
devtools::install_github('deruncie/MegaLMM', build_opts = c("--no-resave-data", "--no-manual"),force = TRUE,build_vignettes = FALSE)
but for an automatic installation maybe is it possible to implement another lib