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
Hi! recently it seems that the pacakge was removed from CRAN.
Archived on 2023-05-08 as requires archived package 'qdapTools'.
The text was updated successfully, but these errors were encountered:
I encountered the same error. I did a quick workaround. Not a proper fix, but it worked for me.
install.packages("qdapTools")
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)
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"))
Sorry, something went wrong.
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.
No branches or pull requests
Hi! recently it seems that the pacakge was removed from CRAN.
Archived on 2023-05-08 as requires archived package 'qdapTools'.
The text was updated successfully, but these errors were encountered: