JCVenterInstitute / GGRaSP

GNU General Public License v2.0
7 stars 5 forks source link

submission to CRAN? #1

Closed nick-youngblut closed 6 years ago

nick-youngblut commented 6 years ago

The GGRaSP package looks like a very useful tool for microbial genomics. As far as I can tell, it's not available from CRAN. Just hosting the package on GitHub can make it harder to install and maintain specific versions via packrat, conda, etc. Submitting the package to CRAN can help users actually use GGRaSP in a reproducible software environment, and there's other benefits to hosting on CRAN (see Hadley Wickham's R package book).

Are you planning (or currently working on) submitting GGRaSP to CRAN?

thclarke commented 6 years ago

Thank you- this is an excellent idea. We have begun the submission process to CRAN. We still recommend using the GGRaSP github site for extra features, such as the command line R script (ggrasp.R).

nick-youngblut commented 6 years ago

Thanks for working on the CRAN submission! It shouldn't be much work if your package is formatted properly, which it appears to be. My research group uses conda to manage (almost) all software, so I'm planning on creating a bioconda recipe for GGRaSP, which can work with a GitHub release tag, but it's better to use a CRAN url.

thclarke commented 6 years ago

GGRaSP is now available on CRAN (https://cran.r-project.org/web/packages/ggrasp/index.html). Thanks for the suggestion.