Skip to content

Releases: jadonwagstaff/remap

remap 0.3.3

Choose a tag to compare

@jadonwagstaff jadonwagstaff released this 14 Jul 17:42

Patches

  • Check for units of distance matrix passed to remap and predict functions and
    convert to km if necessary.

  • Update website for utsnow dataset.

remap 0.3.2

Choose a tag to compare

@jadonwagstaff jadonwagstaff released this 15 Jan 17:18

Patches

  • Reformatted spacing in code (no functional change).

  • Patched parallel computing functionality.

  • Update ggplot geom_line size parameter to linewidth.

  • Fixed gcc-UBSAN errors when finding distances for 0 points.

  • Restructured package data to work with sf when sf isn't in search path.

remap 0.3.1

Choose a tag to compare

@jadonwagstaff jadonwagstaff released this 14 Jun 22:40

Minor changes

  • Updated citation to R Journal article.

  • Remove some suggested packages and simplified vignette.

remap 0.3.0

Choose a tag to compare

@jadonwagstaff jadonwagstaff released this 26 Aug 18:01

Major changes

  • Added "se" option to the predict.remap function which allows a smooth
    calculation of an upper bound of combined model standard errors when regional
    model predict function returns standard errors rather than predictions.
    (Backwards compatible.)

Minor changes

  • Simplified weighted average calculation. Calculated values are unaltered
    from previous version.

  • Updated example data source to remove ftp website.

  • Made updates to vignette and examples in documentation to accommodate
    the jump to sf version 1.0.0.

remap 0.2.1

Choose a tag to compare

@jadonwagstaff jadonwagstaff released this 24 May 14:39
  • remap now makes a model for a region using the min_n nearest observations
    regardless of whether or not there are observations within a region. This
    eliminates the case when discontinuities in the prediction surface appears
    when smaller regions are used which may not contain any observations.
    Previously, each region had to contain at least one observation to be
    eligible for a regional model.

  • Added Brennan Bean as package author.

  • Changed citation to recent publication
    (https://digitalcommons.usu.edu/etd/8065/).

remap 0.2.0

Choose a tag to compare

@jadonwagstaff jadonwagstaff released this 18 Jan 23:57

Initial release to CRAN.