build_linux_binary: Build a binary from a source package

Description Usage Arguments

View source: R/build-binary.R

Description

Build a binary from a source package

Usage

1
2
3
build_linux_binary(package, image = "rhub/ubuntu-gcc-release",
  docker_user = "docker", repo = ".", logfile = new_logfile(package),
  debug = Sys.getenv("DEBUG") == "yes")

Arguments

package

Path to a package archive to build.

image

Docker image to use.

docker_user

Username to use within the Docker container.

repo

CRAN-like repository that has the binary packages.

logfile

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

debug

Whether to show all build output. The log file always contains the full output.


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