This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

r rcircos

What is the command you are using to try to install it?

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.

Log in to answer this question.