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

Builder: GH releases + GHCR helper functions #311

Merged
merged 51 commits into from
Jul 29, 2024
Merged

Conversation

gaborcsardi
Copy link
Member

No description provided.

Package version first, then R version, then platform.
This is closer to the default R file names on Linux,
although those do not have the R version.
This is useful to decide what platform a package was
installed on.
With `pkg_build`. It is not good to add it at
install time, because it is added to binary packages
as well. Ideally we would add it with pkgbuild.
To please `R CMD check`.
We'll need this for libc++ builds, and other special
cases, where the platform string itself is not enough
to be binary compatible.
@gaborcsardi gaborcsardi merged commit 2ce273c into main Jul 29, 2024
10 of 11 checks passed
@gaborcsardi gaborcsardi deleted the feature/builder branch July 29, 2024 14:08
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

Successfully merging this pull request may close these issues.

1 participant