Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/stevencarlislewalker/iidda-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed May 1, 2024
2 parents 62814ee + a7eab4e commit 05a3bbc
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Expand Up @@ -11,20 +11,18 @@ Open toolchain for processing infectious disease datasets available through [IID

## For Users

To install the required [IIDDA](https://github.com/canmod/iidda) [R packages](R/README.md), run:
```
make iidda-r-pkg
```
The API for getting data can be found [here](https://math.mcmaster.ca/iidda/api/docs).

The current implementation first check if there are any changes or updates in the [Python packages and code](python/README.md) from [IIDDA tools](https://github.com/canmod/iidda-tools/tree/main) and pulls the updates and then starting the API. To start the `API` (assuming you've already set up [Python packages and code](python/README.md)), run:
To install the [IIDDA](https://github.com/canmod/iidda) [R packages](R/README.md), run:
```
make update-start-api
install.packages(c("iidda", "iidda.api", "iidda.analysis")
, repos = c(
"https://canmod.r-universe.dev"
, "https://cran.r-project.org"
)
)
```

To start the `API` without checking for the updates, run `make start-api`

TODO

## For Developers


TODO

0 comments on commit 05a3bbc

Please sign in to comment.