rdatsci / rtcl

R tools for the command line
65 stars 3 forks source link

use pkgbuild::build #30

Closed jakob-r closed 6 years ago

jakob-r commented 6 years ago

Solves Issue #28 pkgbuild is only on github so far needs github version of devtools

surmann commented 6 years ago

If you only use the CRAN devtools version, this will not work. What do you think about devtools::build(path = pathfromrbuild) instead of pkgbuild::build until pkgbuild is released on CRAN?

surmann commented 6 years ago

It is necessary to use the first argument in the current CRAN and GitHub version of devtools.