Releases: rubenfcasal/npsp
v0.7.14
npsp 0.7-14 (2024-07-09)
-
Added
type
argument tobin.den()
which allows the computation of
simple binning weights. -
Added
type
argument tobinning()
andlocpol.default()
, which allows the computation of
simple binning weights and averages.
npsp 0.7-13 (2024-02-17)
-
Added
useRaster = all(dim(x) > dev.size("px"))
argument toimage()
(andsimage()
) methods for gridded data. -
Small changes in scr/tql2.f90 (preliminary translation to Fortran 90 of the
former scr/tql2.f).
npsp 0.7-12 (2023-06-20)
-
Minor changes in
locpol()
S3 methods (forbin.data
,bin.den
andsvar.bin
classes) so that the result extends the class of its main argument
(previously assumed fixed). -
Small changes in FORTRAN routine
besselzeros()
(DFLOAT replaced by the standard DBLE; CRAN requirement).
npsp 0.7-11 (2023-05-01)
-
Added
intermediate
argument tonp.svariso.corr()
which allows
to return intermediate computations in$kriging
output component
(these calculations can be reused, e.g. for bootstrap). -
Added
verbose
argument tonp.svariso.corr()
to avoid writing info messages
to the console (it can be disabled even ifplot = TRUE
). -
Improved documentation of
splot()
.
npsp 0.7-10
npsp 0.7-10 (2023-04-19)
-
Changes in
h.cv.bin.data()
whenobjective == "GCV"
to adapt it to the
heteroscedastic case.
Warning: there may be differences with selected bandwidths in older versions. -
Changes in
simage()
,spersp()
andspoints()
: former argumentgraphics.reset
renamed asreset
, and changed the default value toTRUE
(to restore user's
graphical options).
npsp 0.7-9 (2021-05-17)
-
Added some references in the description field of 'DESCRIPTION' file.
-
Avoided the use of
options(warn=-1)
inh.cv()
methods (CRAN requirement). -
Added
on.exit(par(old.par))
inplot.fitgeo()
andscattersplot.default()
to make sure that you the user's options are not changed (CRAN suggestion). -
Improvements in documentation (added return values, added examples in
npden()
,
removed\dontrun{}
use and commented code lines in examples...).
npsp 0.7-8
npsp 0.7-8
-
Renamed the admisible values of the
lost
parameter inh.cv.svar.bin()
andnp.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 todata.grid
class. -
Added new
window
parameter todata.grid()
,bining()
,
np.fitgeo.default()
andmask()
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()
andplot.np.svar()
). -
np.kriging()
methods now recompute residuals when
any(ngrid != object$grid$n))
.
npsp 0.7-5
-
Updated
np.fitgeo()
S3 methods. -
Changes in 'Makevars' to remove module files created by the Fortran compilation.
-
Fixed bug in
h.cv.bin.data()
(match.arg(objective)
). -
'README.md' is now generated from 'README.Rmd'.
-
Updated roxygen documentation to avoid warnings.