cran.novisci.com "http://cran.novisci.com/" $ Rscript -e "library(desc); d <- as.data.frame(desc_get_deps()); print(d); pkgs <- subset(d, type %in% c('Imports'), select = c('package'))[,1]; print(pkgs); install.packages(pkgs);"[1] type package version<0 rows> (or 0-length row.names)character(0)Error in install.packages(pkgs) : no packages were specifiedExecution haltedERROR: Job failed: exit code 1