- Add more elaborate package description #102.
- Uniform naming of articles and start headings at h2 #103.
- Add DOI to citation file #104.
- Publish release on Zenodo.
- Add package origin story.
- Consolidate documentation across all functions, README, and vignettes.
- Update
sample_occurrences_from_raster()
- Use
lapply()
instead of for-loop - Randomise points in raster cells.
- Use
- Fix issues (#37, #70, #76).
generate_taxonomy()
also creates species key.- Fix bug for mapping simulate occurrences without specified temporal function.
- Improve function checks with
stopifnot()
and the assertthat package. - Add missing unit tests.
- Set repo status to active.
- Use tidy contributing and code of conduct.
- Create data cube for multiple species using
purrr::pmap()
. - Generate species taxonomy.
- Change vignettes into articles.
- Create article for multi-species approach.
- Add name rationale to README.
- Clarify pkgdown website page names.
- Add checklist infrastructure.
- Added a
NEWS.md
file to track changes to the package.