portalr 0.4.5
CRAN release: 2026-01-28
2025-01-29
- Add option to correct NDVI values to adjust for differences between sensors.
corrected=TRUEis the default and replaces the raw ndvi values with the corrected values. - Update use of Zenodo API, only query latest version by default.
- Correct bug in
zero_dropinsummarise_plant_data() -
portalrnow performs regression testing with snapshots, as hashes are deprecated in testthat
portalr 0.4.4
CRAN release: 2025-06-30
2025-06-25
- Separate fill argument into fill and forecast arguments in
ndvifunction. - Fix bug in
ndvifunction that returned a tibble, except with fill=TRUE which returned a data.frame. - Add unique id to individual rodents table.
- Fix bug in
na_drop = FALSEthat failed to complete missing rows to the treatment level whentime = "newmoon".
portalr 0.4.3
CRAN release: 2024-09-23
2024-09-23
-
load_rodent_data()now returns an object with an S3 class, and provides a useful message onprint. - Users can now pass arguments to
download_observations()fromload_rodent_data()and other calling functions. - Fix bug in
na_drop = FALSEthat failed to complete missing rows to the species level whentime = "newmoon". - Fix bug in
ndvi()that filtered by sensor only for higher levels.
portalr 0.4.2
CRAN release: 2024-08-28
2024-08-08
-
portalrnow uses testthat 3rd edition -
portalrno longer imports clisymbols and crayon. Its messages are generated with cli. -
format_todo(),format_code(), andformat_value()can be replaced with inline markup (i.e.{.val},{.code}, etc.) and may be removed from the package.
portalr 0.4.0
CRAN release: 2023-04-21
2023-04-21
get_future_moons replaced with get_future_newmoons
- arguments updated from
moonsandnum_future_moonstonewmoonsandnfuture_newmoons - now defaulty for number of moons to add is
NULLand there is a call toreturn_if_nullon it
addition of new functions (pulled from portalcasting)
return_if_null()-
rodent_species(): helper function that now operates off of the rodent table, not hard-coded -
na_conformer(): makes sure the species abbreviation for Neotoma albigula is a character value
