callr-org / website

http://callr.org
6 stars 0 forks source link

Create yet-another-R package for this? #26

Open HenrikBengtsson opened 7 years ago

HenrikBengtsson commented 7 years ago

People have once in a while asked me why this is not an R package. Sure, it can certainly be and I've even though of adding a ~callr~ (callr.org) package to CRAN, such that the install script here could be just:

if (!requireNamespace("callr.org"))
    install.packages("callr.org", repos = "https://cloud.r-project.org")
callr.org::install()

Question is, do CRAN need yet another installer R package, or should the features be added / contributed to one of the existing once, e.g. remotes?