-
Notifications
You must be signed in to change notification settings - Fork 30
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gaborcsardi
force-pushed
the
feature/builder
branch
from
April 30, 2023 07:07
dfd6111
to
78190e9
Compare
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
force-pushed
the
feature/builder
branch
from
June 15, 2023 13:36
700d1fe
to
89e1321
Compare
To be able to install dependencies easily.
When all packages are ruled out.
gaborcsardi
force-pushed
the
feature/builder
branch
from
June 24, 2023 06:10
c90449e
to
a0925ea
Compare
It is not reliable and not very useful, anyway.
Correctly remote the old package.
For rlang update?
To keep it compatible.
There might not be a build_time column if all packages were installed from binary.
gaborcsardi
force-pushed
the
feature/builder
branch
from
March 19, 2024 14:01
54b624c
to
8fc70d2
Compare
gaborcsardi
force-pushed
the
feature/builder
branch
from
March 19, 2024 14:23
03e2dbc
to
ce67bab
Compare
gaborcsardi
force-pushed
the
feature/builder
branch
from
March 19, 2024 14:53
ce67bab
to
dc4ad6a
Compare
Return a character NA, not a logical.
[ci skip]
gaborcsardi
force-pushed
the
feature/builder
branch
from
March 27, 2024 14:10
7d493a0
to
ec8f44d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.