Skip to content

Releases: weecology/portalr

v0.4.3

23 Sep 23:17
2f6b2bc
Compare
Choose a tag to compare

v0.4.3 published on cran.

v0.4.2

28 Aug 17:49
7e15d88
Compare
Choose a tag to compare

v0.4.2 published on cran.

v0.4.1

23 Aug 10:33
e437fa0
Compare
Choose a tag to compare

Matches cran v0.4.1

v0.4.0

22 Apr 20:04
062c0ad
Compare
Choose a tag to compare

This version matches the CRAN published copy on 2023-04-21.

download_observations argument update

  • from_zenodo replaced with source

get_future_moons replaced with get_future_newmoons

  • arguments updated from moons and num_future_moons to newmoons and nfuture_newmoons
  • now defaulty for number of moons to add is NULL and there is a call to return_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-coded
  • na_conformer: makes sure the species abbreviation for Neotoma albigula is a character value

v0.3.11

01 Dec 17:59
8c2790c
Compare
Choose a tag to compare

This version matches the CRAN published copy on 2022-12-01.

  • Add landsat 9 ndvi stream
  • Better weather filling
  • tidyselect update

v0.3.10

14 Jul 18:42
c7f1e4b
Compare
Choose a tag to compare

This version matches the CRAN published copy on 2022-07-14.

v0.3.7

27 Jan 22:21
Compare
Choose a tag to compare

This version matches the CRAN published copy on 2021-01-27.

v0.3.0 regional weather

20 Dec 00:16
cb4ab30
Compare
Choose a tag to compare

Update regional weather for new api
Version bump

v0.2.7 bugfix

26 Jul 15:27
c643f2a
Compare
Choose a tag to compare

fix bug with zero_drop = TRUE in prep_rodent_output()

v0.2.6 minor refactoring update

09 Jul 22:23
a442616
Compare
Choose a tag to compare
  • 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.