Skip to content

Commit

Permalink
adds bioc to renv
Browse files Browse the repository at this point in the history
  • Loading branch information
geertvangeest committed Apr 29, 2024
1 parent a0b1e1a commit 23684cd
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
61 changes: 61 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,35 @@
"R": {
"Version": "4.3.1",
"Repositories": [
{
"Name": "BioCsoft",
"URL": "https://bioconductor.org/packages/3.18/bioc"
},
{
"Name": "BioCann",
"URL": "https://bioconductor.org/packages/3.18/data/annotation"
},
{
"Name": "BioCexp",
"URL": "https://bioconductor.org/packages/3.18/data/experiment"
},
{
"Name": "BioCworkflows",
"URL": "https://bioconductor.org/packages/3.18/workflows"
},
{
"Name": "BioCbooks",
"URL": "https://bioconductor.org/packages/3.18/books"
},
{
"Name": "CRAN",
"URL": "https://p3m.dev/cran/2023-10-30"
}
]
},
"Bioconductor": {
"Version": "3.18"
},
"Packages": {
"BH": {
"Package": "BH",
Expand Down Expand Up @@ -377,6 +400,30 @@
],
"Hash": "543776ae6848fde2f48ff3816d0628bc"
},
"bit": {
"Package": "bit",
"Version": "4.0.5",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R"
],
"Hash": "d242abec29412ce988848d0294b208fd"
},
"bit64": {
"Package": "bit64",
"Version": "4.0.5",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"bit",
"methods",
"stats",
"utils"
],
"Hash": "9fe98599ca456d6552421db0d6772d8f"
},
"bitops": {
"Package": "bitops",
"Version": "1.0-7",
Expand Down Expand Up @@ -1086,6 +1133,20 @@
],
"Hash": "588d091c35389f1f4a9d533c8d709b35"
},
"hdf5r": {
"Package": "hdf5r",
"Version": "1.3.8",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R6",
"bit64",
"methods",
"utils"
],
"Hash": "cb0f2296c8ce6508c5bcfbdae359b6ea"
},
"here": {
"Package": "here",
"Version": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion renv/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bioconductor.version": null,
"bioconductor.version": "3.18",
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
Expand Down

0 comments on commit 23684cd

Please sign in to comment.