Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding mixing models (need examples) #16

Merged
merged 29 commits into from
Aug 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9e73018
Adding mixing models (need examples)
gvegayon Apr 27, 2024
b5a5a66
Updating readme with figures and list of models
gvegayon Apr 27, 2024
87d5994
Adding entity to the model
gvegayon May 1, 2024
2f03327
Adding new entity wrappers
gvegayon May 2, 2024
04f4006
Starting off with entity vignette
gvegayon May 3, 2024
c1950bb
Working on the vignette
gvegayon May 7, 2024
218888a
Updating version of epiworld
gvegayon Jun 4, 2024
96534a6
Updating README
gvegayon Jun 4, 2024
c5e8960
Refactoring how virus and tools are added
gvegayon Jun 7, 2024
2cb7782
Updating calling methods
gvegayon Jun 7, 2024
c1b1b76
Finally passing
gvegayon Jun 7, 2024
c22106e
Adding a note on the news file
gvegayon Jun 7, 2024
9607b1e
Adding defunct message
gvegayon Jun 8, 2024
7f18e9c
Solving conflicts
gvegayon Jun 11, 2024
a23d2a0
Updating roxygen
gvegayon Jun 11, 2024
5931ee8
Updating news and minor updates to README.md
gvegayon Jun 11, 2024
cea704c
Working on entity
gvegayon Jun 11, 2024
9a67de2
Correcting mixing vignette
gvegayon Jun 11, 2024
a324965
Adding the dist functions (starting to). Expected to fail [skip ci]
gvegayon Jun 12, 2024
18dc27d
Updating interface
gvegayon Jun 13, 2024
f4627c8
Updating version of acions
gvegayon Jun 18, 2024
6a0f919
Updating epiworld c++
gvegayon Jun 18, 2024
476a6ea
Updating epiworld (warnings)
gvegayon Jun 18, 2024
97e074a
Removing dangling calls
gvegayon Jun 20, 2024
db82d03
Final check errors
gvegayon Jun 20, 2024
26b04c8
Missed Rd file
gvegayon Jun 20, 2024
05b9eb5
Updating reference
gvegayon Jun 21, 2024
c2dbe7b
Adding examples and cleaning docs.
gvegayon Jul 4, 2024
4893553
Updating
gvegayon Aug 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating version of acions
  • Loading branch information
gvegayon committed Jun 18, 2024
commit f4627c862ff4d3d6424a6d7260204e3ae2c437ae
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

@@ -69,7 +69,7 @@ jobs:
error-on: '"warning"'

# Upload the built package as an artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release' }}
with:
name: ${{ matrix.config.os }}-pkg
Loading