Skip to content

Commit

Permalink
Addressing CRAN requests
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 21, 2024
1 parent 2ff7419 commit 107b1fe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bSims
Type: Package
Title: Agent-based Bird Point Count Simulator
Version: 0.3-1
Date: 2024-05-20
Title: Agent-Based Bird Point Count Simulator
Version: 0.3-2
Date: 2024-05-21
Author: Peter Solymos [aut, cre] (<https://orcid.org/0000-0001-7337-1740>)
Maintainer: Peter Solymos <psolymos@gmail.com>
Description: A highly scientific and utterly addictive
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.3-2, 2024-05-21

* Addressing CRAN requirements using title case and removing redirected URLs.

# Version 0.3-1, 2024-05-20

* Better print method for `bsims_all` (#18).
Expand Down
6 changes: 3 additions & 3 deletions vignettes/bsims01-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ 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).
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).

The goals of the package are to:

1. allow easy _testing of statistical assumptions_ and explore
effects of violating these assumptions,
2. _aid survey design_ by comparing different options,
3. and most importantly, to _have fun_ while doing it via an
1. _aid survey design_ by comparing different options,
2. and most importantly, to _have fun_ while doing it via an
intuitive and interactive user interface.

The simulation interface was designed with the following principles in mind:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/bsims02-layers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -662,4 +662,4 @@ 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).
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).
2 changes: 1 addition & 1 deletion vignettes/bsims03-workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ 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).
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).

0 comments on commit 107b1fe

Please sign in to comment.