yea I have done this it worked thanks. I should have came back to add this answer (im terrible at this). Thank you so much for doing that.
• 0 views
•
link
Hey everyone, I want to simulate nucleotide substitution in R and I found this package but it is no longer on CRAN and it is discontinued.
This phyloslim ;package https://www.ebi.ac.uk/goldman-srv/phylosim/
Thank you
Try this :
install_url('http://cran.r-project.org/src/contrib/Archive/compoisson/compoisson_0.3.tar.gz')
install_url('http://cran.r-project.org/src/contrib/Archive/phylosim/phylosim_3.0.2.tar.gz')
yea I have done this it worked thanks. I should have came back to add this answer (im terrible at this). Thank you so much for doing that.
Log in to answer this question.
This is because it depends on another package removed from CRAN. You could asked the authors to replace the dependency (there may be an alternative package).
EDIT: Looking at the GitHub repo shows that the dependency has already been removed. Not sure then why CRAN is reporting this dependency. I still suggest you contact the authors about this.