Skip to content

Commit 8dbe22a

Browse files
Add new packages to renv
Not sure why bioc is being downgraded to 3.20 in the top-level lock file, but the package versions are current with 3.21
1 parent f7a785b commit 8dbe22a

File tree

1 file changed

+263
-5
lines changed

1 file changed

+263
-5
lines changed

renv.lock

Lines changed: 263 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"Repositories": [
55
{
66
"Name": "BioCsoft",
7-
"URL": "https://bioconductor.org/packages/3.21/bioc"
7+
"URL": "https://bioconductor.org/packages/3.20/bioc"
88
},
99
{
1010
"Name": "BioCann",
11-
"URL": "https://bioconductor.org/packages/3.21/data/annotation"
11+
"URL": "https://bioconductor.org/packages/3.20/data/annotation"
1212
},
1313
{
1414
"Name": "BioCexp",
15-
"URL": "https://bioconductor.org/packages/3.21/data/experiment"
15+
"URL": "https://bioconductor.org/packages/3.20/data/experiment"
1616
},
1717
{
1818
"Name": "BioCworkflows",
19-
"URL": "https://bioconductor.org/packages/3.21/workflows"
19+
"URL": "https://bioconductor.org/packages/3.20/workflows"
2020
},
2121
{
2222
"Name": "BioCbooks",
23-
"URL": "https://bioconductor.org/packages/3.21/books"
23+
"URL": "https://bioconductor.org/packages/3.20/books"
2424
},
2525
{
2626
"Name": "CRAN",
@@ -127,6 +127,75 @@
127127
"Author": "Martin Morgan [aut], Johannes Rainer [aut], Joachim Bargsten [ctb], Daniel Van Twisk [ctb], Bioconductor Package Maintainer [cre]",
128128
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>"
129129
},
130+
"AnnotationHub": {
131+
"Package": "AnnotationHub",
132+
"Version": "3.16.1",
133+
"Source": "Bioconductor",
134+
"Type": "Package",
135+
"Title": "Client to access AnnotationHub resources",
136+
"Authors@R": "c(person(\"Bioconductor Package\", \"Maintainer\", email=\"maintainer@bioconductor.org\", role=\"cre\"), person(\"Martin\", \"Morgan\", role=\"aut\"), person(\"Marc\", \"Carlson\", role=\"ctb\"), person(\"Dan\", \"Tenenbaum\", role=\"ctb\"), person(\"Sonali\", \"Arora\", role=\"ctb\"), person(\"Valerie\", \"Oberchain\", role=\"ctb\"), person(\"Kayla\", \"Morrell\", role=\"ctb\"), person(\"Lori\", \"Shepherd\", role=\"aut\"))",
137+
"biocViews": "Infrastructure, DataImport, GUI, ThirdPartyClient",
138+
"Description": "This package provides a client for the Bioconductor AnnotationHub web resource. The AnnotationHub web resource provides a central location where genomic files (e.g., VCF, bed, wig) and other resources from standard locations (e.g., UCSC, Ensembl) can be discovered. The resource includes metadata about each resource, e.g., a textual description, tags, and date of modification. The client creates and manages a local cache of files retrieved by the user, helping with quick and reproducible access.",
139+
"License": "Artistic-2.0",
140+
"Depends": [
141+
"BiocGenerics (>= 0.15.10)",
142+
"BiocFileCache (>= 1.5.1)"
143+
],
144+
"Imports": [
145+
"utils",
146+
"methods",
147+
"grDevices",
148+
"RSQLite",
149+
"BiocManager",
150+
"BiocVersion",
151+
"curl",
152+
"rappdirs",
153+
"AnnotationDbi (>= 1.31.19)",
154+
"S4Vectors",
155+
"httr",
156+
"yaml",
157+
"dplyr"
158+
],
159+
"Suggests": [
160+
"IRanges",
161+
"GenomicRanges",
162+
"GenomeInfoDb",
163+
"VariantAnnotation",
164+
"Rsamtools",
165+
"rtracklayer",
166+
"BiocStyle",
167+
"knitr",
168+
"AnnotationForge",
169+
"rBiopaxParser",
170+
"RUnit",
171+
"txdbmaker",
172+
"MSnbase",
173+
"mzR",
174+
"Biostrings",
175+
"CompoundDb",
176+
"keras",
177+
"ensembldb",
178+
"SummarizedExperiment",
179+
"ExperimentHub",
180+
"gdsfmt",
181+
"rmarkdown",
182+
"HubPub"
183+
],
184+
"Enhances": [
185+
"AnnotationHubData"
186+
],
187+
"Collate": "AnnotationHubOption.R AllGenerics.R Hub-class.R db-utils.R AnnotationHub-class.R AnnotationHubResource-class.R BEDResource-class.R ProteomicsResource-class.R EpigenomeResource-class.R EnsDbResource-class.R utilities.R sql-utils.R Hub-utils.R cache-utils.R zzz.R",
188+
"VignetteBuilder": "knitr",
189+
"BugReports": "https://github.com/Bioconductor/AnnotationHub/issues",
190+
"NeedsCompilation": "yes",
191+
"git_url": "https://git.bioconductor.org/packages/AnnotationHub",
192+
"git_branch": "RELEASE_3_21",
193+
"git_last_commit": "cda9c0e",
194+
"git_last_commit_date": "2025-07-17",
195+
"Repository": "Bioconductor 3.21",
196+
"Author": "Bioconductor Package Maintainer [cre], Martin Morgan [aut], Marc Carlson [ctb], Dan Tenenbaum [ctb], Sonali Arora [ctb], Valerie Oberchain [ctb], Kayla Morrell [ctb], Lori Shepherd [aut]",
197+
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>"
198+
},
130199
"BH": {
131200
"Package": "BH",
132201
"Version": "1.87.0-1",
@@ -203,6 +272,32 @@
203272
"Author": "Hervé Pagès [aut, cre]",
204273
"Maintainer": "Hervé Pagès <hpages.on.github@gmail.com>"
205274
},
275+
"BSgenome.Hsapiens.UCSC.hg19": {
276+
"Package": "BSgenome.Hsapiens.UCSC.hg19",
277+
"Version": "1.4.3",
278+
"Source": "Bioconductor",
279+
"Title": "Full genome sequences for Homo sapiens (UCSC version hg19, based on GRCh37.p13)",
280+
"Description": "Full genome sequences for Homo sapiens (Human) as provided by UCSC (hg19, based on GRCh37.p13) and stored in Biostrings objects.",
281+
"Author": "The Bioconductor Dev Team",
282+
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>",
283+
"Depends": [
284+
"BSgenome (>= 1.54.0)"
285+
],
286+
"Imports": [
287+
"BSgenome"
288+
],
289+
"Suggests": [],
290+
"License": "Artistic-2.0",
291+
"organism": "Homo sapiens",
292+
"common_name": "Human",
293+
"provider": "UCSC",
294+
"provider_version": "hg19",
295+
"release_date": "June 2013",
296+
"release_name": "Genome Reference Consortium GRCh37.p13",
297+
"source_url": "https://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/latest/",
298+
"biocViews": "AnnotationData, Genetics, BSgenome, Homo_sapiens",
299+
"NeedsCompilation": "no"
300+
},
206301
"BSgenome.Scerevisiae.UCSC.sacCer3": {
207302
"Package": "BSgenome.Scerevisiae.UCSC.sacCer3",
208303
"Version": "1.4.0",
@@ -2500,6 +2595,30 @@
25002595
"Author": "Martin Morgan [aut], Valerie Obenchain [aut], Jim Hester [aut], Hervé Pagès [aut, cre]",
25012596
"Maintainer": "Hervé Pagès <hpages.on.github@gmail.com>"
25022597
},
2598+
"TxDb.Hsapiens.UCSC.hg19.knownGene": {
2599+
"Package": "TxDb.Hsapiens.UCSC.hg19.knownGene",
2600+
"Version": "3.2.2",
2601+
"Source": "Bioconductor",
2602+
"Title": "Annotation package for TxDb object(s)",
2603+
"Description": "Exposes an annotation databases generated from UCSC by exposing these as TxDb objects",
2604+
"Author": "Marc Carlson, Bioconductor Package Maintainer <maintainer@bioconductor.org> [cre]",
2605+
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>",
2606+
"Depends": [
2607+
"GenomicFeatures (>= 1.21.30)"
2608+
],
2609+
"Imports": [
2610+
"AnnotationDbi"
2611+
],
2612+
"License": "Artistic-2.0",
2613+
"organism": "Homo sapiens",
2614+
"species": "Homo sapiens",
2615+
"provider": "UCSC",
2616+
"provider_version": "hg19 genome based on the knownGene table",
2617+
"release_date": "2015-10-07 18:11:28 +0000 (Wed, 07 Oct 2015)",
2618+
"resource_url": "http://genome.ucsc.edu/",
2619+
"biocViews": "AnnotationData, Genetics, TxDb, Homo_sapiens",
2620+
"NeedsCompilation": "no"
2621+
},
25032622
"TxDb.Scerevisiae.UCSC.sacCer3.sgdGene": {
25042623
"Package": "TxDb.Scerevisiae.UCSC.sacCer3.sgdGene",
25052624
"Version": "3.2.2",
@@ -2762,6 +2881,73 @@
27622881
"Author": "Tony Plate [aut, cre], Richard Heiberger [aut]",
27632882
"Repository": "CRAN"
27642883
},
2884+
"annotatr": {
2885+
"Package": "annotatr",
2886+
"Version": "1.34.0",
2887+
"Source": "Bioconductor",
2888+
"Title": "Annotation of Genomic Regions to Genomic Annotations",
2889+
"Date": "2021-11-20",
2890+
"Authors@R": "c( person(\"Raymond G.\", \"Cavalcante\", email = \"rcavalca@umich.edu\", role = c(\"aut\", \"cre\")), person(c(\"Maureen A.\"), \"Sartor\", email = \"sartorma@med.umich.edu\", role = c(\"ths\")))",
2891+
"Description": "Given a set of genomic sites/regions (e.g. ChIP-seq peaks, CpGs, differentially methylated CpGs or regions, SNPs, etc.) it is often of interest to investigate the intersecting genomic annotations. Such annotations include those relating to gene models (promoters, 5'UTRs, exons, introns, and 3'UTRs), CpGs (CpG islands, CpG shores, CpG shelves), or regulatory sequences such as enhancers. The annotatr package provides an easy way to summarize and visualize the intersection of genomic sites/regions with genomic annotations.",
2892+
"Depends": [
2893+
"R (>= 3.5.0)"
2894+
],
2895+
"Imports": [
2896+
"AnnotationDbi",
2897+
"AnnotationHub",
2898+
"dplyr",
2899+
"GenomicFeatures",
2900+
"GenomicRanges",
2901+
"GenomeInfoDb (>= 1.10.3)",
2902+
"ggplot2",
2903+
"IRanges",
2904+
"methods",
2905+
"readr",
2906+
"regioneR",
2907+
"reshape2",
2908+
"rtracklayer",
2909+
"S4Vectors (>= 0.23.10)",
2910+
"stats",
2911+
"utils"
2912+
],
2913+
"Suggests": [
2914+
"BiocStyle",
2915+
"devtools",
2916+
"knitr",
2917+
"org.Dm.eg.db",
2918+
"org.Gg.eg.db",
2919+
"org.Hs.eg.db",
2920+
"org.Mm.eg.db",
2921+
"org.Rn.eg.db",
2922+
"rmarkdown",
2923+
"roxygen2",
2924+
"testthat",
2925+
"TxDb.Dmelanogaster.UCSC.dm3.ensGene",
2926+
"TxDb.Dmelanogaster.UCSC.dm6.ensGene",
2927+
"TxDb.Ggallus.UCSC.galGal5.refGene",
2928+
"TxDb.Hsapiens.UCSC.hg19.knownGene",
2929+
"TxDb.Hsapiens.UCSC.hg38.knownGene",
2930+
"TxDb.Mmusculus.UCSC.mm9.knownGene",
2931+
"TxDb.Mmusculus.UCSC.mm10.knownGene",
2932+
"TxDb.Rnorvegicus.UCSC.rn4.ensGene",
2933+
"TxDb.Rnorvegicus.UCSC.rn5.refGene",
2934+
"TxDb.Rnorvegicus.UCSC.rn6.refGene"
2935+
],
2936+
"VignetteBuilder": "knitr",
2937+
"BugReports": "https://www.github.com/rcavalcante/annotatr/issues",
2938+
"License": "GPL-3",
2939+
"LazyData": "true",
2940+
"RoxygenNote": "7.1.2",
2941+
"biocViews": "Software, Annotation, GenomeAnnotation, FunctionalGenomics, Visualization",
2942+
"git_url": "https://git.bioconductor.org/packages/annotatr",
2943+
"git_branch": "RELEASE_3_21",
2944+
"git_last_commit": "a16eede",
2945+
"git_last_commit_date": "2025-04-15",
2946+
"Repository": "Bioconductor 3.21",
2947+
"NeedsCompilation": "no",
2948+
"Author": "Raymond G. Cavalcante [aut, cre], Maureen A. Sartor [ths]",
2949+
"Maintainer": "Raymond G. Cavalcante <rcavalca@umich.edu>"
2950+
},
27652951
"ape": {
27662952
"Package": "ape",
27672953
"Version": "5.8-1",
@@ -8417,6 +8603,30 @@
84178603
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
84188604
"Repository": "CRAN"
84198605
},
8606+
"org.Hs.eg.db": {
8607+
"Package": "org.Hs.eg.db",
8608+
"Version": "3.21.0",
8609+
"Source": "Bioconductor",
8610+
"Title": "Genome wide annotation for Human",
8611+
"Description": "Genome wide annotation for Human, primarily based on mapping using Entrez Gene identifiers.",
8612+
"Author": "Marc Carlson",
8613+
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>",
8614+
"Depends": [
8615+
"R (>= 2.7.0)",
8616+
"methods",
8617+
"AnnotationDbi (>= 1.69.0)"
8618+
],
8619+
"Suggests": [
8620+
"DBI",
8621+
"annotate",
8622+
"RUnit"
8623+
],
8624+
"License": "Artistic-2.0",
8625+
"organism": "Homo sapiens",
8626+
"species": "Human",
8627+
"biocViews": "OrgDb, AnnotationData, Homo_sapiens, humanLLMappings",
8628+
"NeedsCompilation": "no"
8629+
},
84208630
"pak": {
84218631
"Package": "pak",
84228632
"Version": "0.9.0",
@@ -9475,6 +9685,54 @@
94759685
"Maintainer": "Ben Bolker <bolker@mcmaster.ca>",
94769686
"Repository": "CRAN"
94779687
},
9688+
"regioneR": {
9689+
"Package": "regioneR",
9690+
"Version": "1.40.1",
9691+
"Source": "Bioconductor",
9692+
"Type": "Package",
9693+
"Title": "Association analysis of genomic regions based on permutation tests",
9694+
"Date": "2018-08-14",
9695+
"Author": "Anna Diez-Villanueva <adiez@iconcologia.net>, Roberto Malinverni <roberto.malinverni@gmail.com> and Bernat Gel <bgel@igtp.cat>",
9696+
"Maintainer": "Bernat Gel <bgel@imppc.org>",
9697+
"Description": "regioneR offers a statistical framework based on customizable permutation tests to assess the association between genomic region sets and other genomic features.",
9698+
"License": "Artistic-2.0",
9699+
"Depends": [
9700+
"GenomicRanges"
9701+
],
9702+
"Imports": [
9703+
"memoise",
9704+
"GenomicRanges",
9705+
"IRanges",
9706+
"BSgenome",
9707+
"Biostrings",
9708+
"rtracklayer",
9709+
"parallel",
9710+
"graphics",
9711+
"stats",
9712+
"utils",
9713+
"methods",
9714+
"GenomeInfoDb",
9715+
"S4Vectors",
9716+
"tools"
9717+
],
9718+
"Suggests": [
9719+
"BiocStyle",
9720+
"knitr",
9721+
"rmarkdown",
9722+
"BSgenome.Hsapiens.UCSC.hg19.masked",
9723+
"testthat"
9724+
],
9725+
"VignetteBuilder": "knitr",
9726+
"Encoding": "UTF-8",
9727+
"biocViews": "Genetics, ChIPSeq, DNASeq, MethylSeq, CopyNumberVariation",
9728+
"NeedsCompilation": "no",
9729+
"RoxygenNote": "7.2.1",
9730+
"git_url": "https://git.bioconductor.org/packages/regioneR",
9731+
"git_branch": "RELEASE_3_21",
9732+
"git_last_commit": "9f9c28f",
9733+
"git_last_commit_date": "2025-05-27",
9734+
"Repository": "Bioconductor 3.21"
9735+
},
94789736
"rematch": {
94799737
"Package": "rematch",
94809738
"Version": "2.0.0",

0 commit comments

Comments
 (0)