Skip to content

Commit

Permalink
Correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Sep 27, 2024
1 parent eb3b925 commit eae48b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
##' @export
##' @examples
##'
##' sys <- dust_system_create(dust:::sir(), list(), n_particles = 10, dt = 0.25)
##' sys <- dust_system_create(dust2:::sir(), list(), n_particles = 10, dt = 0.25)
##' dust_system_set_state_initial(sys)
##' t <- seq(0, 100, by = 5)
##' y <- dust_system_simulate(sys, t)
Expand Down
2 changes: 1 addition & 1 deletion man/dust_unpack.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eae48b1

Please sign in to comment.