export
This commit is contained in:
parent
d630fc1caa
commit
60a6d81acc
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#' @export
|
||||
set_codename <- function(codename) {
|
||||
if (is.null(codename)) {
|
||||
if (Sys.info()["sysname"] == "Linux") {
|
||||
|
|
@ -25,6 +26,7 @@ set_codename <- function(codename) {
|
|||
return(codename)
|
||||
}
|
||||
|
||||
#' @export
|
||||
set_bin_path <- function(r_version_minor, build_for_minor, local_build_root, codename) {
|
||||
if (!build_for_minor) {
|
||||
path <- sprintf(
|
||||
|
|
|
|||
Loading…
Reference in a new issue