You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release has been made compatible with dbplyr 2.0.0 (on CRAN); the dbplyr fork is not needed anymore (e66e58f, #74).
Follow the installation procedure on the homepage (readme) to upgrade.
Lazy results of get_locs(), get_xg3() and get_chem() are not sorted anymore.
Sorting is done in tibbles only, i.e. if collect = TRUE.
For more information, consult the Note added in the documentation of these functions.
Fix broken selectlocs_xg3() and selectlocs_chem() (#73).
Fix get_locs() error when no locations remain after spatial masking (c96421e).
Fix get_locs() error when obswell_aggr = "mean" (#80).