build_dockerfile: Build a Dockerfile

Description Usage Arguments Value

View source: R/build.R

Description

Build a Dockerfile. This dockerfile install base R, cran packages and github packages. System requirements must be edited by hand after.

Usage

1
2
build_dockerfile(cran_packages = NULL, gitsomething_packages_df = NULL,
  path)

Arguments

cran_packages

A character Vector with all cran packages to install

gitsomething_packages_df

A df with information about remotes

path

Folder to where the file must be written

Value

Nothing. Builds a text file named Dockerfile in the folder that you specify in path


zegkreist/lambaRt documentation built on Dec. 12, 2019, 9:15 a.m.