aws-lambda-r icon indicating copy to clipboard operation
aws-lambda-r copied to clipboard

install R packages from github

Open MikeBadescu opened this issue 7 years ago • 0 comments

Problem

  • we have only one list of packages to install from CRAN

TODO

  • [ ] another array option with a list of packages to install from github
    • need to use name/repo format
  • [ ] install devtools if github array not empty
  • [ ] determine size overhead due to devtools
  • [ ] script to install from github

MikeBadescu avatar Oct 05 '17 02:10 MikeBadescu