export functions
This commit is contained in:
parent
a30da76c88
commit
d630fc1caa
1 changed files with 12 additions and 4 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#' @importFrom gert git_config_set
|
||||
#' @importFrom pak local_install_dev_deps
|
||||
#' @importFrom pkgbuild build
|
||||
#' @export
|
||||
build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
||||
r_version_minor = NULL, build_for_minor = TRUE,
|
||||
local_build_root = "/root",
|
||||
|
|
@ -108,6 +109,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
return(invisible(TRUE))
|
||||
}
|
||||
|
||||
#' @export
|
||||
install_package_system_dependencies <- function(package_name,
|
||||
tag,
|
||||
platform = "redhat-9",
|
||||
|
|
@ -136,6 +138,7 @@ install_package_system_dependencies <- function(package_name,
|
|||
|
||||
#' @importFrom cli cli_alert_info
|
||||
#' @importFrom pkgbuild build
|
||||
#' @export
|
||||
build_single_tag <- function(
|
||||
package_name, tag = NULL,
|
||||
platform,
|
||||
|
|
|
|||
Loading…
Reference in a new issue