Skip to content

watina 0.4.0

Compare
Choose a tag to compare
@florisvdh florisvdh released this 18 Jan 13:45
v0.4.0
527a473
  • 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).
  • Adopt further inbodb functionality (#75):
    • re-export its dbDisconnect();
    • transfer handling of character encoding to inbodb.
  • Improve documentation and pkgdown website (#76, #77, 3986b4e).