Releases: weecology/portalr
Releases · weecology/portalr
v0.4.3
v0.4.2
v0.4.1
v0.4.0
This version matches the CRAN published copy on 2023-04-21.
download_observations
argument update
from_zenodo
replaced withsource
get_future_moons
replaced with get_future_newmoons
- arguments updated from
moons
andnum_future_moons
tonewmoons
andnfuture_newmoons
- now defaulty for number of moons to add is
NULL
and there is a call toreturn_if_null
on 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-codedna_conformer
: makes sure the species abbreviation for Neotoma albigula is a character value
v0.3.11
v0.3.10
v0.3.7
v0.3.0 regional weather
Update regional weather for new api
Version bump
v0.2.7 bugfix
fix bug with zero_drop = TRUE
in prep_rodent_output()
v0.2.6 minor refactoring update
- refactor calculations to deal with speed issues of dplyr 0.8.2 (now unnecessary, but still useful, regardless)
- eliminate global variable binding with use of
.data$
- misc fixes.