-
Notifications
You must be signed in to change notification settings - Fork 25
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
[r] Two-sided R pin for release-1.10
branch; backport #2540, #2546, #2549
#2549
Conversation
release-2.10
branchrelease-1.10
branch
If tiledbsoma 1.10 uses core 2.22/tiledb-r 0.26, then in addition to the following change we'll also need #2540 and #2546 backported to As shown previously, the doublepin does not affect installation or library loading, only |
* merge * merge (#2551) Co-authored-by: Paul Hoffman <[email protected]> --------- Co-authored-by: Paul Hoffman <[email protected]>
release-1.10
branchrelease-1.10
branch; backport #2540, #2546, #2549
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.10 #2549 +/- ##
=============================================
Coverage 90.21% 90.21%
=============================================
Files 37 37
Lines 3966 3966
=============================================
Hits 3578 3578
Misses 388 388
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -82,7 +99,7 @@ jobs: | |||
# run: cd apis/r && Rscript -e "options(bspm.version.check=TRUE); install.packages('tiledb', repos = c('https://eddelbuettel.r-universe.dev/bin/linux/jammy/4.3/', 'https://cloud.r-project.org'))" | |||
|
|||
- name: Dependencies | |||
run: cd apis/r && tools/r-ci.sh install_all | |||
run: cd apis/r && Rscript -e "remotes::install_deps(dependencies = TRUE, upgrade = FALSE)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessarily, the "."
is the default https://remotes.r-lib.org/reference/install_deps.html
Issue and/or context: Following our established procedure, I am working on tiledbsoma 1.11 today
[sc-46600]
Changes:
Notes for Reviewer:
@mojaveazure I am following https://github.com/single-cell-data/TileDB-SOMA/wiki/Branches-and-releases#incrementing-core-versions
However, since that was updated we do have #2540 and #2546 on
main
; I'm not sure what's the right thing to do here on therelease-1.10
branch, as I am going to create arelease-1.11
branch today -- @mojaveazure let's work together on this.