Skip to content

Commit

Permalink
epiworld.hpp replaced by full library (cc @derekmeyer37)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 6, 2023
1 parent 517a547 commit 65510f4
Show file tree
Hide file tree
Showing 63 changed files with 17,848 additions and 18,526 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ install: build
README.md: README.Rmd
Rscript --vanilla -e 'rmarkdown::render("README.Rmd")'

update:
wget https://raw.githubusercontent.com/UofUEpiBio/epiworld/master/epiworld.hpp && \
mv epiworld.hpp inst/include/epiworld.hpp
# update:
# wget https://raw.githubusercontent.com/UofUEpiBio/epiworld/master/epiworld.hpp && \
# mv epiworld.hpp inst/include/epiworld.hpp
local-update:
rsync -avz ../epiworld/epiworld.hpp inst/include/epiworld.hpp
rsync -avz ../epiworld/include/epiworld inst/include/.

check: build
R CMD check epiworldR_*.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ summary(sir)
#> Number of entities : 0
#> Days (duration) : 50 (of 50)
#> Number of viruses : 1
#> Last run elapsed t : 193.00ms
#> Last run speed : 25.77 million agents x day / second
#> Last run elapsed t : 190.00ms
#> Last run speed : 26.22 million agents x day / second
#> Rewiring : off
#>
#> Global actions:
Expand Down
Loading

0 comments on commit 65510f4

Please sign in to comment.