BiocVersion/DESCRIPTION0000644000175200017520000000203114525231232015517 0ustar00biocbuildbiocbuildPackage: BiocVersion Version: 3.18.1 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.3.0) License: Artistic-2.0 Encoding: UTF-8 RoxygenNote: 6.0.1 git_url: https://git.bioconductor.org/packages/BiocVersion git_branch: RELEASE_3_18 git_last_commit: 70680b8 git_last_commit_date: 2023-11-15 Date/Publication: 2023-11-15 NeedsCompilation: no Packaged: 2023-11-15 21:05:30 UTC; biocbuild Author: Martin Morgan [aut], Marcel Ramos [ctb], Bioconductor Package Maintainer [ctb, cre] Maintainer: Bioconductor Package Maintainer BiocVersion/NAMESPACE0000644000175200017520000000017114525231232015233 0ustar00biocbuildbiocbuild# Default NAMESPACE created by R # Remove the previous line if you edit this file # Export all names exportPattern(".") BiocVersion/man/0000755000175200017520000000000014516006561014575 5ustar00biocbuildbiocbuildBiocVersion/man/BiocVersion-pkg.Rd0000644000175200017520000000054014516006561020064 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] }