Skip to content

Commit

Permalink
Update online documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mchevalier2 committed Jan 7, 2025
1 parent 6c0f6f5 commit aa4a6de
Show file tree
Hide file tree
Showing 40 changed files with 571 additions and 181 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ export(excludeTaxa)
export(explore_calibration_dataset)
export(export)
export(export_pdfs)
export(f_locid)
export(find.original.name)
export(fit_pdfsp)
export(fit_xrange)
export(getClimateSpace)
export(getDistribTaxa)
export(getResol)
export(getSpeciesdiversity)
export(getTaxaTypeFromTaxID)
export(getTaxonID)
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# crestr 1.3.1.9000

* Including a note when loading package `.onAttach()`.
* Message: "From May 2024, the cloud-based gbif4crest calibration database will be taken down. The datbase will remain accessible through the dbDownload() function."
* Fixing issues with `crest.set_modern_data()`
* Ok to pass input data in tibble format.
* Logging of taxa assignment is fixed.
Expand All @@ -19,7 +17,7 @@
* The example dataset is now available offline.
* `loo()` can be run on a subset of the available variables to make the process faster.
* `getTaxonomy()` can be used with a `crestObj()` to refine the search to a specific study area.
* INCLUDING A NEW PARAMETER TO `crest.calibrate()`: `climateSpaceWeighting.type`. This parameter is useful to reduce the edge effects to the climate space calibration, as the range of weights could easily cover several ranges of amplitude. This can be toned down using 'sqrt' or 'log', instead of the default 'linear'.
* Including a new parameter to `crest.calibrate()`: `climateSpaceWeighting.type`. This parameter is useful to reduce the edge effects to the climate space calibration, as the range of weights could easily cover several ranges of amplitude. This can be toned down using 'sqrt' or 'log', instead of the default 'linear'.
* `crest.get_modern_data()` now extract geopolitcal and biogeophical information from the _gbif4crest_ database.
* Plotting:
* The results can be plotted as anomalies.
Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,11 @@ reference:
- '`colour_theme`'
- '`convert2percentages`'
- '`convert2presenceAbsence`'
- '`f_locid`'
- '`find.original.name`'
- '`fit_pdfsp`'
- '`fit_xrange`'
- '`getResol`'
- '`get_taxa_type`'
- '`getTaxaTypeFromTaxID`'
- '`meanPositiveValues`'
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/calibration-data.html

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

6 changes: 4 additions & 2 deletions docs/articles/community.html

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

2 changes: 1 addition & 1 deletion docs/articles/databasing-with-crestr.html

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

Loading

0 comments on commit aa4a6de

Please sign in to comment.