Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL autodetection needs more work #385

Open
pat-s opened this issue Sep 19, 2024 · 0 comments
Open

RHEL autodetection needs more work #385

pat-s opened this issue Sep 19, 2024 · 0 comments

Comments

@pat-s
Copy link
Contributor

pat-s commented Sep 19, 2024

packageVersion("pkgdepends")
[1] ‘0.8.0# this worked before
pkgdepends::sysreqs_install_plan("units", config = list(sysreqs_platform = "redhat-9"))$install_scripts
[1] "dnf install -y udunits2-devel"

# as reported from pak::system_r_platform()
pkgdepends::sysreqs_install_plan("units", config = list(sysreqs_platform = "x86_64-pc-linux-gnu-redhat-9.4"))$install_scripts
character(0)

# doesn't work
pkgdepends::sysreqs_install_plan("units", config = list(sysreqs_platform = "rhel-9"))$install_scripts
character(0)

pkgdepends::sysreqs_install_plan("units", config = list(sysreqs_platform = "rhel-9.4"))$install_scripts

character(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant