fix rhel8 deps
This commit is contained in:
parent
5e43c25acf
commit
442b9bfaa4
1 changed files with 6 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ install_package_system_dependencies <- function(package_name,
|
|||
# FIXME: https://github.com/r-lib/pak/issues/610
|
||||
if (grepl("rhel-9", pak::system_r_platform())) {
|
||||
Sys.setenv(PKG_SYSREQS_PLATFORM = "redhat-9")
|
||||
} else if (grepl("rhel-9", pak::system_r_platform())) {
|
||||
} else if (grepl("rhel-8", pak::system_r_platform())) {
|
||||
Sys.setenv(PKG_SYSREQS_PLATFORM = "redhat-8")
|
||||
}
|
||||
if (deps_verbose) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue