There is a newer version of the record available.

Published February 2, 2024 | Version v2.1.0
Software Open

AnushaPB/wingen: wingen 2.1.0

  • 1. UC Berkeley

Description

Fixed handling of arguments passed to functions via ...

There was a bug that resulted in arguments not being passed to*_general()/*_gd() functions; this has been fixed for *_general() and deprecated for *gd() (see below)

Deprecation of ... for window_gd()/circle_gd()/resist_gd() and addition of sig argument

  • The use of ... has been deprecated for these functions because it wasn't actually passing the ... arguments to anywhere in the first place, so this should hopefully not affect any users
  • The only argument that may have been passed via ... is sig which is used to set the alpha threshold when stat = "hwe". We have addressed this issue by adding sig as an argument to all of the functions.

Removal of parallel and ncores arguments

parallelization must now be set up outside of functions, as described in the vignette

Removal of sp

The sp package is no longer imported by wingen

Changes to grd argument

The grd argument in krig_gd() now only accepts SpatRaster and Raster objects

Files

AnushaPB/wingen-v2.1.0.zip

Files (77.9 MB)

Name Size Download all
md5:673c8fec5cf7ed2ae78ef95a7e71eee6
77.9 MB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/AnushaPB/wingen/tree/v2.1.0 (URL)