Skip to content

Commit

Permalink
added singularity image
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-navarro committed Jun 7, 2024
1 parent 6928d5a commit bdcbf00
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions calmr.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Bootstrap: docker
From: rocker/r-ver:4.3.1

%labels
MAINTAINER Victor Navarro

%environment

%runscript
. /etc/profile
Rscript "$@"

%post

R -e "install.packages('remotes'); remotes::install_github('victor-navarro/calmr')"
R -e "install.packages('progress')"

0 comments on commit bdcbf00

Please sign in to comment.