docker/components/installPackages-2.R

library(devtools)

github.pkgs <- c("Rdatatable/data.table", "PriceLab/ghdb", "PriceLab/trena")
for(pkg in github.pkgs){
    install_github(pkg)
    }
PriceLab/TReNA documentation built on March 21, 2023, 1:57 p.m.