Skip to content

Commit

Permalink
Update bioc <-> R version mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 7, 2024
1 parent 68b793a commit 8cefb54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion R/bioc.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ bioconductor <- local({
"4.0" = package_version("3.12"),
"4.1" = package_version("3.14"),
"4.2" = package_version("3.16"),
"4.3" = package_version("3.18")
"4.3" = package_version("3.18"),
"4.4" = package_version("3.20")
# Do not include R 4.4 <-> Bioc 3.19, because R 4.4 will use
# Bioc 3.20 eventually.
)
Expand Down
11 changes: 6 additions & 5 deletions tests/testthat/_snaps/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,23 +332,24 @@
36 3.16 4.2 out-of-date
37 3.17 4.3 out-of-date
38 3.18 4.3 out-of-date
39 3.19 4.4 release
40 3.20 4.4 devel
41 3.20 4.5 future
39 3.19 4.4 out-of-date
40 3.20 4.4 release
41 3.21 4.5 devel
42 3.21 4.6 future

# bioc_release_version, bioc_devel_version

Code
bioc_release_version(forget = TRUE)
Output
[1] '3.19'
[1] '3.20'

---

Code
bioc_devel_version(forget = TRUE)
Output
[1] '3.20'
[1] '3.21'

# bioc_repos

Expand Down

0 comments on commit 8cefb54

Please sign in to comment.