Skip to content
New issue

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

Tosr removed from CRAN repository #34

Open
CamiloContrerasPhD opened this issue May 10, 2023 · 2 comments
Open

Tosr removed from CRAN repository #34

CamiloContrerasPhD opened this issue May 10, 2023 · 2 comments

Comments

@CamiloContrerasPhD
Copy link

Hi! recently it seems that the pacakge was removed from CRAN.

Archived on 2023-05-08 as requires archived package 'qdapTools'.

@iamdank
Copy link

iamdank commented May 11, 2023

I encountered the same error. I did a quick workaround. Not a proper fix, but it worked for me.

Install the qdapTools package

install.packages("qdapTools")

Download and install CINNA package (archived)

url <- "https://cran.r-project.org/src/contrib/Archive/CINNA/CINNA_1.2.0.tar.gz"
pkgFile <- "CINNA_1.2.0.tar.gz"
download.file(url = url, destfile = pkgFile)
install.packages(c('network', 'sna', 'centiserve', 'factoextra', 'GGally', 'pheatmap', 'corrplot', 'dendextend', 'viridis', 'Rtsne', 'circlize', 'intergraph'))
install.packages(pkgs=pkgFile, type="source", repos=NULL)

Download and install tosr package (archived)

url <- "https://cran.r-project.org/src/contrib/Archive/tosr/tosr_0.1.2.tar.gz"
pkgFile <- "tosr_0.1.2.tar.gz"
download.file(url = url, destfile = pkgFile)
install.packages(c("rebus"))

@srobledog
Copy link
Member

Hi all!

tosr is now updated and in CRAN

https://cran.r-project.org/web/packages/tosr/index.html

Please, let me know if it is working correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants