We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pak
pak::local_install_deps() is failing on main with an error message Wrong OS or architecture, pak is probably dysfunctional.
pak::local_install_deps()
Wrong OS or architecture, pak is probably dysfunctional.
It appears that install.packages() is installing the x86_64 version of pak, rather than the one correct for an ARM64 architecture.
install.packages()
x86_64
Use suggested installation command:
install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
The text was updated successfully, but these errors were encountered:
build(docker): #43 Allow multi-architecture builds
621c34a
Update `Dockerfile` to allow multiarch builds, by targeting non `x86_64` archs for `pak` and other R package installation. Closes: #43
Merge pull request #44 from RMI-PACTA/fix/43-fix-pak-installation
8fb62a5
Successfully merging a pull request may close this issue.
pak::local_install_deps()
is failing on main with an error messageWrong OS or architecture, pak is probably dysfunctional.
It appears that
install.packages()
is installing thex86_64
version ofpak
, rather than the one correct for an ARM64 architecture.Use suggested installation command:
The text was updated successfully, but these errors were encountered: