variable renaming
This commit is contained in:
parent
0facfb0556
commit
3fbc5ae88e
1 changed files with 9 additions and 9 deletions
|
|
@ -29,7 +29,7 @@ set_codename <- function(codename) {
|
|||
#' Helper function to set the path for binary package outputs
|
||||
#' @export
|
||||
set_bin_path <- function(
|
||||
r_version_minor, build_for_minor,
|
||||
r_minor_version, build_for_minor,
|
||||
local_build_root, codename) {
|
||||
if (!build_for_minor) {
|
||||
path <- sprintf(
|
||||
|
|
@ -39,7 +39,7 @@ set_bin_path <- function(
|
|||
} else {
|
||||
path <- sprintf(
|
||||
"%s/__linux__/%s/%s/latest/src/contrib",
|
||||
local_build_root, codename, r_version_minor
|
||||
local_build_root, codename, r_minor_version
|
||||
)
|
||||
}
|
||||
return(path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue