rebuild_cran: Build binary packages for all or part of CRAN

Description Usage Arguments

View source: R/cran.R

Description

Build binary packages for all or part of CRAN

Usage

1
2
3
rebuild_cran(image = "rhub/ubuntu-gcc-release", docker_user = "docker",
  repo = ".", packages = NULL, compiled_only = TRUE, cleanup = TRUE,
  logfile = new_cran_logfile())

Arguments

image

The image to use.

docker_user

The user to use in the Docker container.

repo

The CRAN-like repository that contains the binary packages.

packages

The CRAN packages to build. If it is 'NULL', then all out of date packages that require compilation, will be built. See also the 'compiled_only' argument to force building packages that do not require compilation.

compiled_only

Whether to build only CRAN packages that require compilation.

cleanup

Whether to clean up the Docker containers and images after the builds.

logfile

The log file of the build. The default will choose a random name in the user's log directory.


r-hub/localbuilder documentation built on May 26, 2019, 2:32 p.m.