Skip to content

Commit

Permalink
missed bits
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Aug 30, 2024
1 parent 1fe8655 commit d6a0c66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/reference/plot_sr_tc.html

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

4 changes: 2 additions & 2 deletions docs/reference/run_nca_components.html

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

1 change: 1 addition & 0 deletions docs/reference/simulate_rules.html

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

4 changes: 2 additions & 2 deletions vignettes/clinical_trial_simulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ object = rxode2(my_model)

```{r echo=FALSE, results=FALSE}
if(rxode2_found){
set.seed(8675309)
rxode2::rxSetSeed(8675309)
source(system.file(package="ruminate", "test_apps", "test_rxode2_system.R"))
object = rxode2(my_model)
set.seed(8675309)
rxode2::rxSetSeed(8675309)
}
```

Expand Down

0 comments on commit d6a0c66

Please sign in to comment.