Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Dec 31, 2024
1 parent f963297 commit 07fdef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos = c('https://canmod.r-universe.dev', 'https://cloud.r-project.org')
install.packages('macpan2', repos = repos)
```

This command will install the current version of `macpan2`. For projects in production that need to keep track of specific versions of `macpan2`, snapshots and other reproducibility information can be obtained [here](https://canmod.r-universe.dev/api). Please see [this article](https://ropensci.org/blog/2022/01/06/runiverse-renv/) for an explanation of how to manage reproducibility using `r-universe`.
This command will install the current version of `macpan2`. For projects in production that need to keep track of specific versions of `macpan2`, snapshots and other reproducibility information can be obtained [here](https://canmod.r-universe.dev/apis). Please see [this article](https://ropensci.org/blog/2022/01/06/runiverse-renv/) for an explanation of how to manage reproducibility using `r-universe`.

To get the latest development version of `macpan2`, or if the above command fails for some reason, an alternative command to install is the following.
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ command.
This command will install the current version of `macpan2`. For projects
in production that need to keep track of specific versions of `macpan2`,
snapshots and other reproducibility information can be obtained
[here](https://canmod.r-universe.dev/api). Please see [this
[here](https://canmod.r-universe.dev/apis). Please see [this
article](https://ropensci.org/blog/2022/01/06/runiverse-renv/) for an
explanation of how to manage reproducibility using `r-universe`.

Expand Down Expand Up @@ -149,7 +149,7 @@ library(dplyr)
|> mp_simulator(time_steps = 50, outputs = c("I", "infection"))
|> mp_trajectory()
|> mutate(quantity = case_match(matrix
, "I" ~ "Prevalance"
, "I" ~ "Prevalence"
, "infection" ~ "Incidence"
))
|> ggplot()
Expand Down
Binary file modified man/figures/plot-tmb-si-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07fdef0

Please sign in to comment.