Skip to content

Commit

Permalink
Adding .devcontainer to .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 18, 2024
1 parent b1fd9a9 commit 11b1760
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ README\.html
\.gitattributes

paper\..+
docker
docker
\.devcontainer
5 changes: 4 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ RUN \
wget https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-1-amd64.deb && \
dpkg -i pandoc-3.2.1-1-amd64.deb

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

RUN apt install -y --no-install-recommends libxml2-dev && \
install2.r languageserver
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ summary(sir)
#> Number of entities : 0
#> Days (duration) : 50 (of 50)
#> Number of viruses : 1
#> Last run elapsed t : 147.00ms
#> Last run speed : 33.83 million agents x day / second
#> Last run elapsed t : 134.00ms
#> Last run speed : 37.07 million agents x day / second
#> Rewiring : off
#>
#> Global events:
Expand Down Expand Up @@ -219,8 +219,8 @@ summary(model_seirconn)
#> Number of entities : 0
#> Days (duration) : 100 (of 100)
#> Number of viruses : 2
#> Last run elapsed t : 80.00ms
#> Last run speed : 12.38 million agents x day / second
#> Last run elapsed t : 81.00ms
#> Last run speed : 12.21 million agents x day / second
#> Rewiring : off
#>
#> Global events:
Expand Down

0 comments on commit 11b1760

Please sign in to comment.