Skip to content

Commit

Permalink
Add R v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jterstriep committed Jan 3, 2025
1 parent 88c3d90 commit 1581d93
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 0 deletions.
12 changes: 12 additions & 0 deletions R/R-4.3.3.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Bootstrap: docker
From: bioconductor/bioconductor_docker:3.18-R-4.3.3

%files
R-packages-4.3.3.txt /packages.txt

%post
R -e 'pkgs <- readLines("/packages.txt"); BiocManager::install(pkgs, update=FALSE)'
rm /packages.txt

%runscript
exec R "$@"
Loading

0 comments on commit 1581d93

Please sign in to comment.