Skip to content

Releases: DrylandEcology/rSW2st

v0.2.1

05 Dec 21:47
bd765ab
Compare
Choose a tag to compare
  • rSW2st no longer depends on but instead suggests "sp" and "raster" packages (#18; @dschlaep).
    • Functions that gained the ability to handle "SpatRaster" ("terra" package) objects: get_xyspace(), calculate_cell_area(), calculate_nominal_resolution(), read_netCDF()
    • as_points() gained the ability to handle "SpatVector" ("terra" package) objects.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 May 05:58
aaa1889
Compare
Choose a tag to compare
  • Github Actions are triggered for release/** branches in addition to main.
  • r-lib Github Actions updated to v2 (#6; @dschlaep).
  • get_data_dims() now returns consistently an integer vector.
  • Linting updated to lintr >= 3 and lint workflow switched from package tests to Github Action (#5; @dschlaep).
  • isoline_from_raster() is now based on the stars and sf packages (removing a dependency on rgeos; addressing #3; @dschlaep).
  • variogram_range() is now based on the stars and sf packages (removing a dependency on rgdal; addressing #3; @dschlaep).
  • read_netCDF_as_array() gains arguments "time_name" and "vertical_name" with previous hard-coded values as defaults ("time" and "vertical") (#14; @dschlaep)
  • New get_nc_type() identifies a suitable netCDF data type from an R object.
  • read_netCDF() gains argument "verbose_read" which, if set to "FALSE", attempts to silence communication (messages, warnings, and print statements) generated from reading a netCDF (#9; @dschlaep).

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Sep 13:11
724d34b
Compare
Choose a tag to compare

First release