cleanup and reorg
This commit is contained in:
parent
995ca841d6
commit
2e5939ace8
2 changed files with 103 additions and 68 deletions
23
man/build_binary_package.Rd
Normal file
23
man/build_binary_package.Rd
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
% 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 = TRUE,
|
||||
local_build_root = "/mnt/cache/binaries/",
|
||||
local_clone_dir = "/tmp",
|
||||
platform = "redhat-9",
|
||||
install_system_dependencies = TRUE,
|
||||
debug = FALSE,
|
||||
force = FALSE
|
||||
)
|
||||
}
|
||||
\description{
|
||||
Build R binary packages
|
||||
}
|
||||
18
man/store_build_metadata.Rd
Normal file
18
man/store_build_metadata.Rd
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/metadata-build.R
|
||||
\name{store_build_metadata}
|
||||
\alias{store_build_metadata}
|
||||
\title{Stores build metadata of single binary builds in a Postgres DB}
|
||||
\usage{
|
||||
store_build_metadata(
|
||||
package_name,
|
||||
tag,
|
||||
platform,
|
||||
error_occurred,
|
||||
force = FALSE,
|
||||
error = NA
|
||||
)
|
||||
}
|
||||
\description{
|
||||
Stores build metadata of single binary builds in a Postgres DB
|
||||
}
|
||||
Loading…
Reference in a new issue