25 lines
550 B
R
25 lines
550 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/build_binaries.R
|
|
\name{build_binary_package}
|
|
\alias{build_binary_package}
|
|
\title{Build R binary packages}
|
|
\usage{
|
|
build_binary_package(
|
|
package_name,
|
|
tag = NULL,
|
|
codename = NULL,
|
|
r_minor_version = NULL,
|
|
build_for_minor = FALSE,
|
|
local_build_root = "/root",
|
|
local_clone_dir = "/tmp",
|
|
platform = NULL,
|
|
install_system_dependencies = TRUE,
|
|
deps_verbose = FALSE,
|
|
debug = FALSE,
|
|
force = FALSE,
|
|
archive = TRUE
|
|
)
|
|
}
|
|
\description{
|
|
Build R binary packages
|
|
}
|