Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update for 2024 Data release
Description
Now able to pull 2024 data release from Science Base - Observations from 1966 through to 2023 field season.
Closes #83
Help for
?plot_indices
now specifically mentions some of the challenges with interpreting observed_means for composite regions (non strata-level estimates)Closes #82
species_notes
data object now provides information on species or species-complexes without full time-series support. Alsoprepare_data
now includes informative errors when trying to fit model to a time-span where these species are not treated consistently.Closes #79
species_forms
now includes All meadowlarks as an optional lumped group, Northwestern Crow has been dropped by dataset.Closes #78
Fixed error in obs_means calculations in
generate_indices
.Closes #76 and #68
prepare_data
now exports the latitude and longitude of the route start-locations with the$raw_data
data table.Closes #73
run_model
now throws an informative error message when there is < 2 strata in a dataset.Closes #71
Fixed incorrect error message. #69
Fixed error with prepare_spatial using custom stratification that is in a geographic projection.
Closes #85
Example
Defaults to release == 2024 in all functions.
Best Practices
Updated help files and documentation.
Updated vignettes.