Package: sfnetworks
Title: Tidy Geospatial Networks
Version: 0.5.1
Authors@R: 
    c(person(given = "Lucas",
             family = "van der Meer",
             role = c("aut", "cre"),
             email = "luukvandermeer@live.nl",
             comment = c(ORCID = "0000-0001-6336-8628")),
      person(given = "Lorena",
             family = "Abad",
             role = "aut",
             email = "lore.abad6@gmail.com",
             comment = c(ORCID = "0000-0003-0554-734X")),
      person(given = "Andrea",
             family = "Gilardi",
             role = "aut",
             email = "andrea.gilardi@unimib.it",
             comment = c(ORCID = "0000-0002-9424-7439")),
      person(given = "Robin",
             family = "Lovelace",
             role = "aut",
             email = "r.lovelace@leeds.ac.uk",
             comment = c(ORCID = "0000-0001-5679-6536")))
Maintainer: Lucas van der Meer <luukvandermeer@live.nl>
Description: Provides a tidy approach to spatial network
    analysis, in the form of classes and functions that enable a seamless
    interaction between the network analysis package 'tidygraph' and the
    spatial analysis package 'sf'.
License: Apache License (>= 2)
URL: https://luukvdmeer.github.io/sfnetworks/,
        https://github.com/luukvdmeer/sfnetworks
BugReports: https://github.com/luukvdmeer/sfnetworks/issues/
Depends: R (>= 3.6)
Imports: crayon, dplyr, graphics, igraph, lwgeom, rlang, sf, sfheaders,
        tibble, tidygraph, units, utils
Suggests: spatstat.geom, dbscan, fansi, ggplot2 (>= 3.0.0), knitr,
        rmarkdown, spatstat (>= 2.0.0), testthat, tidyverse, TSP,
        spatstat.linnet
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-03-26 09:23:32 UTC; rstudio
Author: Lucas van der Meer [aut, cre] (<https://orcid.org/0000-0001-6336-8628>),
  Lorena Abad [aut] (<https://orcid.org/0000-0003-0554-734X>),
  Andrea Gilardi [aut] (<https://orcid.org/0000-0002-9424-7439>),
  Robin Lovelace [aut] (<https://orcid.org/0000-0001-5679-6536>)
Repository: CRAN
Date/Publication: 2021-03-28 02:30:02 UTC
