RELEASE NOTES

spatstat 1.55-1

05 April 2018

We thank Jens Astrom, Ines Moncada, Mehdi Moradi and Nicholas Read for contributions.

OVERVIEW

NEW FUNCTIONS

SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

  1. nnmark, as.im.ssf
    if marks(X) was a matrix rather than a data frame,
    the results were completely incorrect (and had completely wrong format).
    Fixed.

  2. predict.mppm
    If the model included random effects, and if the library ‘MASS’ was not loaded,
    the predictions were on the log scale (i.e. they were logarithms of the correct values).
    [Spotted by Nicholas Read.]
    Fixed.

  3. leverage.ppm, influence.ppm, dfbetas.ppm
    Calculations were slightly incorrect for models with a hard core.
    Fixed.

  4. leverage.ppm
    The mean leverage value (shown as a contour line in plot.leverage.ppm)
    was slightly incorrect for Gibbs models.
    Fixed.

  5. Ops.msr
    If the input data contained an auxiliary pixel image of
    the density component of the measure (attribute “smoothdensity”)
    this image was not updated; it was copied to the output unchanged.
    Plots of the resulting measure were incorrect, but calculations
    with the measure were correct.
    Fixed.

  6. integral.msr
    If the result was a matrix, it was the transpose of the correct answer.
    Fixed.

  7. ”[.linim”
    The result sometimes had the wrong class.
    Fixed.

  8. ”[.linnet”
    In calculating L[W] where W is a window, the code ignored
    segments of L that crossed W without having a vertex in W.
    Fixed.

  9. nnmap
    Crashed if W = NULL.
    Fixed.

  10. density.lpp, nncross.lpp
    Crashed sometimes with an obscure message about “z$which”.
    [Spotted by Ines Moncada.]
    Fixed.

  11. as.im.distfun
    Crashed, for the distfun of a point pattern, if approx=FALSE.
    Fixed.

  12. as.solist
    Crashed when x was a ‘layered’ object.
    Fixed.

  13. linnet
    Crashed in some trivial cases where there were no points or lines.
    Fixed.

Release notes are available in raw text format here.