Skip to content

npsp 0.7-8

Compare
Choose a tag to compare
@rubenfcasal rubenfcasal released this 12 May 14:11
· 20 commits to master since this release

npsp 0.7-8

  • Renamed the admisible values of the lost parameter in h.cv.svar.bin()
    and np.svariso.hcv().

  • Changed 'NEWS.md' formatting and suppressed the default addition of
    CRAN release dates (pkgdown).

  • Updated 'npsp.Rmd' vignette.

npsp 0.7-7

  • Added mask.window component to data.grid class.

  • Added new window parameter to data.grid(), bining(),
    np.fitgeo.default() and mask() methods.

  • Minor changes in FORTRAN code (to avoid rank mismatch in 'dsytrfi.f90',
    flagged with an error in gfortran 10; CRAN policy requirement).

npsp 0.7-6

  • Added parameter xlim = NULL in variogram plot methods
    (plot.fitsvar(), plot.svar.bin() and plot.np.svar()).

  • np.kriging() methods now recompute residuals when
    any(ngrid != object$grid$n)).