Skip to content

Commit

Permalink
Rebuilding the package using rdev and updating description to avoid n…
Browse files Browse the repository at this point in the history
…otes
  • Loading branch information
gvegayon committed Sep 20, 2024
1 parent 11b1760 commit 8bd6b18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rocker/r-base:latest
FROM rocker/r-devel:latest

RUN \
echo 'options(repos=c(CRAN="https://cloud.r-project.org"))' >> ~/.Rprofile && \
Rscript --vanilla -e 'getOption("repos")'
# RUN \
# echo 'options(repos=c(CRAN="https://cloud.r-project.org"))' >> ~/.Rprofile && \
# Rscript --vanilla -e 'getOption("repos")'

# Adding Git
RUN apt-get update && apt-get install -y --no-install-recommends git
Expand All @@ -14,5 +14,7 @@ RUN \

RUN install2.r cpp11 rmarkdown roxygen2 tinytest data.table netplot

RUN apt install -y --no-install-recommends libxml2-dev && \
install2.r languageserver
RUN apt-get install -y --no-install-recommends && \
install2.r languageserver

CMD ["bash"]
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Package: epiworldR
Type: Package
Title: Fast Agent-Based Epi Models
Version: 0.3-2
Date: 2024-06-12
Authors@R: c(
person("Derek", "Meyer", role=c("aut","cre"),
email="[email protected]", comment = c(ORCID = "0009-0005-1350-6988")),
Expand Down

0 comments on commit 8bd6b18

Please sign in to comment.