BiocVersion/DESCRIPTION0000644000175200017520000000206014705535651015535 0ustar00biocbuildbiocbuildPackage: BiocVersion Version: 3.20.0 Title: Set the appropriate version of Bioconductor packages Description: This package provides repository information for the appropriate version of Bioconductor. Authors@R: c( person("Martin", "Morgan", email = "martin.morgan@roswellpark.org", role = "aut"), person("Marcel", "Ramos", email = "marcel.ramos@roswellpark.org", role = "ctb"), person("Bioconductor", "Package Maintainer", email = "maintainer@bioconductor.org", role = c("ctb", "cre"))) biocViews: Infrastructure Depends: R (>= 4.4.0) License: Artistic-2.0 Encoding: UTF-8 RoxygenNote: 6.0.1 git_url: https://git.bioconductor.org/packages/BiocVersion git_branch: devel git_last_commit: 43c716a git_last_commit_date: 2024-04-30 Repository: Bioconductor 3.20 Date/Publication: 2024-10-21 NeedsCompilation: no Packaged: 2024-10-21 20:38:01 UTC; biocbuild Author: Martin Morgan [aut], Marcel Ramos [ctb], Bioconductor Package Maintainer [ctb, cre] Maintainer: Bioconductor Package Maintainer BiocVersion/NAMESPACE0000644000175200017520000000017514705535651015253 0ustar00biocbuildbiocbuild# Default NAMESPACE created by R # Remove the previous line if you edit this file # Export all names exportPattern("^[^.]") BiocVersion/man/0000755000175200017520000000000014675067512014606 5ustar00biocbuildbiocbuildBiocVersion/man/BiocVersion-pkg.Rd0000644000175200017520000000054014675067512020075 0ustar00biocbuildbiocbuild\docType{package} \name{BiocVersion-pkg} \alias{BiocVersion} \title{Determine Bioconductor version in use} \description{ The 'major' and 'minor' version of this package determines the version of Bioconductor software packages to be installed by the \code{\link[BiocManager]{install}} function. } \examples{ packageVersion("BiocVersion")[,1:2] }