Skip to contents

sfdep 0.2.3

CRAN release: 2023-01-11

  • remove readr suggestion to pass noSuggests from CRAN. Much minuscule tasks for the overlords.

sfdep 0.2.2

CRAN release: 2022-12-22

  • no changes from 0.2.1 version bump solely for CRAN

sfdep 0.2.1

CRAN release: 2022-12-16

  • Bivariate Moran uses the new spdep implementation which is faster. It does, however, return an object of class boot which needs extra work to calculate the p-value
  • Local join count univariate uses spdep now
  • adds graph based neighbors:
    • st_nb_delaunay() uses spdep::tri2nb()
    • st_nb_gabriel() uses spdep::gabrielneigh() and spdep::graph2nb()
    • st_nb_relative() uses spdep::relativeneigh() and spdep::graph2nb()
  • activate() is now exported as a generic method to no longer conflict with tidygraph
  • st_as_graph() now creates undirected graphs
  • new functions for sfnetworks

sfdep 0.2.0

CRAN release: 2022-08-15

sfdep 0.1.0

CRAN release: 2022-04-20

  • Released on CRAN!
  • Sending in for initial CRAN release