RELEASE NOTES

spatstat 1.64-0

27 April 2020

We thank Robert Aue, Tilman Davies, Greg McSwiggan, Tyler Rudolph and Rasmus Plenge Waagepetersen for contributions.

OVERVIEW

NEW FUNCTIONS

SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

  1. density.ppp
    Edge correction factors were calculated incorrectly when the
    window was not a rectangle, causing a negative bias in the
    estimated intensity. [Spotted by Tilman Davies.]
    Bug introduced in spatstat 1.57-0, october 2018.
    Fixed.

  2. mppm
    Internal data were malformed if the interaction was Hardcore()
    or MultiHard() or a hybrid involving these interactions.
    This caused various errors when the fitted model was used.
    Fixed.

  3. mppm
    Ignored the arguments ‘nd’ and ‘eps’ controlling the quadrature scheme.
    Fixed.

  4. ”[.linnet”, “[.lpp”
    In X[W] where W is a window, if a vertex of the network
    lay exactly on the boundary of W, an edge of length zero was created.
    Fixed.

  5. valid.ppm
    Crashed sometimes when applied to the result of subfits().
    Fixed.

  6. as.im.densityfun
    Crashed if argument W was missing.
    Fixed.

  7. as.linnet.linnet
    This code could crash the R session, when sparse=FALSE, if there was
    insufficient memory available to create the matrix of distances
    between all pairs of network vertices.
    Fixed.

  8. Summary.linim
    A spurious warning was generated when the operation any() or all()
    was applied to a logical-valued image on a network.
    Fixed.

  9. ”[<-.linim”
    Crashed if the assignment would have replaced some existing NA values.
    Fixed.

Release notes are available in raw text format here.