bootstrapr: Create the bootstrapping script

Description Usage Arguments Author(s)

Description

This function creates the bootstrapping script

Usage

1
2
3
bootstrapr(cran = NULL, bioc = NULL, write = FALSE,
  file_name = "bootstrap.sh", docker = FALSE, rstudio_server = TRUE,
  shiny_server = TRUE, cran_repo = getOption("repos")["CRAN"])

Arguments

cran

character vector indicating the packages to be installed from https://cran.r-project.org/

bioc

character vector indicating the packages to be installed from http://bioconductor.org/

write

logical indicating whether or not to write the bootstrapping statement to a file

file_name

name of file to be written; defaults to "bootstrap.sh"

docker

logical indicating whether or not the bootstrapped script generated should be in DOCKERFILE format

rstudio_server

logical indicating whether or not to include a RStudio Server

shiny_server

logical indicating whether or not to include a Shiny Server

cran_repo

a character vector of length 1 specifying the CRAN mirror from which you want to install the packages; defaults to user's CRAN mirror global option

Author(s)

VP Nagraj (vpnagraj@virginia.edu)


vpnagraj/bootstrapr documentation built on June 24, 2019, 4:23 p.m.