Releases: inbo/watina
Releases · inbo/watina
watina 0.4.2
watina 0.4.1
watina 0.4.0
- This release has been made compatible with
dbplyr
2.0.0 (on CRAN); thedbplyr
fork is not needed anymore (e66e58f, #74).- Follow the installation procedure on the homepage (readme) to upgrade.
- Lazy results of
get_locs()
,get_xg3()
andget_chem()
are not sorted anymore.
Sorting is done in tibbles only, i.e. ifcollect = TRUE
.
For more information, consult the Note added in the documentation of these functions.
- Fix broken
selectlocs_xg3()
andselectlocs_chem()
(#73). - Fix
get_locs()
error when no locations remain after spatial masking (c96421e). - Fix
get_locs()
error whenobswell_aggr = "mean"
(#80). - Adopt further
inbodb
functionality (#75):- re-export its
dbDisconnect()
; - transfer handling of character encoding to
inbodb
.
- re-export its
- Improve documentation and
pkgdown
website (#76, #77, 3986b4e).
watina 0.3.0
New features
- New function
cluster_locs()
to spatially cluster locations (well clusters) (#39) - More fun with
get_locs()
:- optionally allow groundwater piezometers with missing
filterdepth
(argumentfilterdepth_na
) - optionally replace missing
filterdepth
values in a conservative way, based ontubelength
(argumentfilterdepth_guess
, #44) - return eight more observation well attributes beside
filterdepth
(#44) - four methods are available to aggregate observation well attributes per location (argument
obswell_aggr
, #44) - applying a spatial mask is now a little speedier (#57)
- optionally allow groundwater piezometers with missing
as_points()
andget_locs()
return a warning when duplicated coordinates occur in their local result (#51, thanks @w-jan)- Package dependency moved from inborutils to inbodb: this is a change within
connect_watina()
which should not affect its behaviour and which reduces overall package dependencies.
Further, a number of smaller fixes and enhancements were made.
watina 0.2.6
Version 0.2.6: redo soilsurf_ost calculation in get_locs() * Previous fix (#42) erroneously used a calculation inside select(). That gave no error, but it did drop the soilsurf_ost variable. Now fixed with mutate().
watina 0.2.5
v0.2.5 Version 0.2.5
watina 0.2.4
v0.2.4 Release version 0.2.4