Installing package - RCircos 1.1.3
Hello
I want to install RCircos 1.1.3 on R version 4.0.1because I need RCircos 1.1.3 as only this works on a specific plot
But I get this error
Warning in install.packages :
package ‘~/Downloads/RCircos_1.1.3.tar’ is not available (for R version 4.0.1)
Is it possible to install that yet? Any trick?
• 1,945 views
•
link
1 answer
devtools::install_version("RCircos", version = "1.1.3", repos = "http://cran.us.r-project.org")
Please always include your code if you show errors and warnings.
• 0 views
•
link
Log in to answer this question.
What is the command you are using to try to install it?