This release provides new functionality with regard to ionic ratios and plotting them in a Van Wirdum diagram (#114):
calculate_ir() to compute the ionic ratio.ggplot_vanwirdum_background() to get a Van Wirdum diagram as ggplot object (without custom data), to which data layers can be added by the user.vignette("v230_chem_plots").get_locs() now substitutes filterlength values of 0 m by 0.3 m (#108).
Before, this was only done for missing filterlengths.get_chem() with regard to the iron / conductivity ratio calculation (used by the en_fecond_threshold argument) (#122):
Suggests (#103).
This avoids package breaking when {KSgeneral} is not available on CRAN.
For the moment not taking further measures to protect against it, as the package is currently back on CRAN.get_xg3() and get_chem() for data frame input, by avoiding the currently defunct dbplyr::db_drop_table() (#89, 08bc66d).dbplyr 2.0.0 (on CRAN); the dbplyr fork is not needed anymore (e66e58f, #74).
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.selectlocs_xg3() and selectlocs_chem() (#73).get_locs() error when no locations remain after spatial masking (c96421e).get_locs() error when obswell_aggr = "mean" (#80).inbodb functionality (#75):
dbDisconnect();inbodb.pkgdown website (#76, #77, 3986b4e).cluster_locs() to spatially cluster locations (well clusters) (#39)get_locs():
filterdepth (argument filterdepth_na)filterdepth values in a conservative way, based on tubelength (argument filterdepth_guess, #44)filterdepth (#44)obswell_aggr, #44)as_points() and get_locs() return a warning when duplicated coordinates occur in their local result (#51, thanks @w-jan)connect_watina() which should not affect its behaviour and which reduces overall package dependencies.Further, a number of smaller fixes and enhancements were made.
get_locs(): calculation of soilsurf_ost (#43)get_locs(): calculation of soilsurf_ost (#42)convertdf_enc() (#34)roxygen2 version 7.0.2, resulting in a better layout of function arguments in the 'usage' section.get_locs() regarding the default implementation of the loc_validity argument.