Skip to content

Commit

Permalink
Rebuilt vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jun 1, 2022
1 parent 789410c commit 94f3227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
^test_output_0\.log$
^test_output_0\.trees$
^beastier\.sif$
^Meta$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ install_beast2.R
^test_output_0\.trees$

*.sif
/doc/
/Meta/
2 changes: 1 addition & 1 deletion vignettes/demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ If `beastier` has run BEAST2, the MCMC's final state will be saved to a file:
if (is_beast2_installed()) {
expect_true(file.exists(beast2_options$output_state_filename))
file.remove(beast2_options$output_state_filename)
beastier::remove_beaustier_folders()
}
beastier::remove_beaustier_folders()
```

This final state can be used to continue the run.

0 comments on commit 94f3227

Please sign in to comment.