Skip to content

Commit dba06bd

Browse files
author
hornik
committed
Bump default BioC version to 3.21.
git-svn-id: https://svn.r-project.org/R/trunk@87689 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 640dec0 commit dba06bd

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
@@ -1269,7 +1269,7 @@ function(repos, file = stdout(), ...)
12691269
}
12701270

12711271
## default is included in setRepositories.Rd (via \Sexpr)
1272-
.BioC_version_associated_with_R_version_default <- "3.20"
1272+
.BioC_version_associated_with_R_version_default <- "3.21"
12731273
.BioC_version_associated_with_R_version <- function ()
12741274
numeric_version(Sys.getenv("R_BIOC_VERSION",
12751275
.BioC_version_associated_with_R_version_default))

0 commit comments

Comments
 (0)