Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed May 20, 2024
1 parent 56b03f5 commit 0ab8526
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: R setup
uses: r-lib/actions/setup-r@v2
Expand Down
4 changes: 4 additions & 0 deletions vignettes/bsims01-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ is designed to allow rapid interactive exploration (via **shiny** apps)
and efficient simulation (supporting various parallel backends),
thus elevating the user experience.

Read more in the paper:

Solymos, P. 2023. Agent-based simulations improve abundance estimation. _Biologia Futura_ 74, 377--392 [DOI 10.1007/s42977-023-00183-2](https://doi.org/10.1007/s42977-023-00183-2), [link to PDF](https://rdcu.be/doDwI).

The goals of the package are to:

1. allow easy _testing of statistical assumptions_ and explore
Expand Down
3 changes: 3 additions & 0 deletions vignettes/bsims02-layers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -660,3 +660,6 @@ Deviations from the assumptions and bias in density estimation
can be done by systematically evaluating the simulations settings,
which we describe in the next section.

Read more in the paper:

Solymos, P. 2023. Agent-based simulations improve abundance estimation. _Biologia Futura_ 74, 377--392 [DOI 10.1007/s42977-023-00183-2](https://doi.org/10.1007/s42977-023-00183-2), [link to PDF](https://rdcu.be/doDwI).
4 changes: 4 additions & 0 deletions vignettes/bsims03-workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,7 @@ get_counts <- function(b) {
x$y <- sapply(bb, get_counts)
x
```

Read more in the paper:

Solymos, P. 2023. Agent-based simulations improve abundance estimation. _Biologia Futura_ 74, 377--392 [DOI 10.1007/s42977-023-00183-2](https://doi.org/10.1007/s42977-023-00183-2), [link to PDF](https://rdcu.be/doDwI).

0 comments on commit 0ab8526

Please sign in to comment.