Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/cowflu
:cow::customs:
https://github.com/mrc-ide/cowflu
Last synced: 25 days ago
JSON representation
:cow::customs:
- Host: GitHub
- URL: https://github.com/mrc-ide/cowflu
- Owner: mrc-ide
- License: other
- Created: 2024-07-18T09:03:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T11:10:41.000Z (about 1 month ago)
- Last Synced: 2024-12-10T11:24:48.999Z (about 1 month ago)
- Language: R
- Homepage: https://mrc-ide.github.io/cowflu/
- Size: 2.35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cowflu
[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![R build status](https://github.com/mrc-ide/cowflu/workflows/R-CMD-check/badge.svg)](https://github.com/mrc-ide/cowflu/actions/workflows/R-CMD-check.yaml)## Installation
To install `cowflu`:
```r
remotes::install_github("mrc-ide/cowflu", upgrade = FALSE)
```## Development
You will need `cpp11`, `decor`, and `brio` installed too.
1. Make changes to the model at [`inst/dust/cows.cpp`]
2. Run `dust2::dust_package(".")`
3. Run the tests with `devtools::test()` (once they exist!)If you are set up with a command line, you can `make src/cows.cpp` instead of the second step.
## License
MIT © Imperial College of Science, Technology and Medicine