RELEASE NOTES

spatstat 1.56-0

15 June 2018

We thank Sebastian Meyer and Suman Rakshit for contributions.

OVERVIEW

NEW FUNCTIONS

SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

  1. kernel.moment
    Result was incorrect for kernel=”cosine” and kernel=”optcosine”.
    Fixed.

  2. ”[.msr”
    Format was mangled if the subset contained exactly one quadrature point.
    Fixed.

  3. tess
    If a list of tiles was given, and the tiles were pixel images or masks,
    their pixel resolutions were ignored, and reset to the default 128x128.
    Fixed.

  4. plot.linim
    Ignored argument ‘legend’ when style=”colour”.
    [Spotted by Suman Rakshit.]
    Fixed.

  5. leverage.ppm, influence.ppm, dfbetas.ppm
    Crashed sometimes if the model was fitted by method=”logi”.
    Fixed.

  6. Smooth.ppp
    Crashed with some combinations of the arguments varcov and weights
    when X had several columns of marks.
    Fixed.

  7. plot.tess
    Crashed sometimes when do.col=TRUE and values=NULL.
    Fixed.

  8. dilation.ppp
    Crashed if polygonal=FALSE.

  9. plot.tess
    Ignored the marks of a tessellation defined by a pixel image.
    Fixed.

  10. predict.ppm
    Crashed when computing a confidence interval or prediction interval
    if ‘window’ was a tessellation.
    Fixed.

  11. tiles
    names(tiles(x)) was not always identical to tilenames(x).
    Fixed.

  12. model.images.lppm
    Crashed in many cases.
    Fixed.

  13. model.images.lppm
    Names or dimnames were missing in some cases.
    Fixed.

  14. nncross.ppp
    Result had the wrong format if npoints(X) = 0 and length(what) = 1.
    (Spotted by Sebastian Meyer).
    Fixed.

  15. plot.colourmap
    Crashed if the colourmap was defined on an interval of dates or times.
    Fixed.

  16. StraussHard, leverage.ppm, influence.ppm, dfbetas.ppm
    Leverage and influence calculations generated an error
    when applied to models fitted with the StraussHard interaction.
    Fixed.

  17. ”[.ppp”
    Crashed if there were several columns of marks,
    some of which were factors, and drop=TRUE.
    Fixed.

Release notes are available in raw text format here.