Skip to content

Commit

Permalink
dockerfile for rocker
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Jun 25, 2024
1 parent 3c5ff14 commit cdd7b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*


RUN Rscript -e "install.packages(c('mockery', 'nlmixr2', 'knitr', 'rmarkdown'), repos = 'https://cloud.r-project.org')"

RUN R CMD check PKPDsim

0 comments on commit cdd7b7c

Please sign in to comment.