Skip to content

Commit 52e1eea

Browse files
author
hornik
committed
Bump default BioC version to 3.22.
git-svn-id: https://svn.r-project.org/R/trunk@88875 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ad93728 commit 52e1eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/utils/R/packages.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ function(repos, file = stdout(), ...)
13101310
}
13111311

13121312
## default is included in setRepositories.Rd (via \Sexpr)
1313-
.BioC_version_associated_with_R_version_default <- "3.21"
1313+
.BioC_version_associated_with_R_version_default <- "3.22"
13141314
.BioC_version_associated_with_R_version <- function ()
13151315
numeric_version(Sys.getenv("R_BIOC_VERSION",
13161316
.BioC_version_associated_with_R_version_default))

0 commit comments

Comments
 (0)