amirfeizi / otargen

This is an R package to retrieve data from Open Target Genetics
https://amirfeizi.github.io/otargen/
Other
7 stars 2 forks source link

Package ‘otargen’ was removed from the CRAN repository. #9

Open esebesty opened 2 days ago

esebesty commented 2 days ago

Looks like otargen was removed from CRAN for policy violation.

> install.packages("otargen", repos = "https://cloud.r-project.org")
Warning message:
package ‘otargen’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
>

Any idea what happened? I can still install it from github, using devtools or download a .tar.gz archive of the repo and use install.packages() with that, but CRAN would be much more convenient.

amirfeizi commented 2 days ago

@esebesty thanks for reporting this issue! I will check to see what was the reason and resubmit it into the CRAN, which is as you mentioned is more convenient.

Kind regards,

Ami