build_docker_image/setup_environment.R

#!/usr/bin/env Rscript

# This file was generated by Jenkins pipeline
# used to install packages mainly
# todo: fail if not found: how?? as install.packages fails silently without error
# not working: withCallingHandlers(install.packages("helloRpkg_42.0.0.tar.gz", repos = NULL, type="source"), warning = function(w) stop(w))
install.packages("helloRpkg_42.0.0.tar.gz", repos = NULL, type="source")
maximilianmordig/helloRpkg documentation built on May 13, 2019, 10:28 a.m.