Package: tmap.networks License: GPL-3 Title: Extension to 'tmap' for Creating Network Visualizations Type: Package Authors@R: c( person("Martijn", "Tennekes", email = "mtennekes@gmail.com", role = c("aut", "cre")), person(given = "Andrea", family = "Gilardi", role = "aut", email = "andrea.gilardi@unimib.it", comment = c(ORCID = "0000-0002-9424-7439")), person("Robin", "Lovelace", email = "rob00x@gmail.com", role = "ctb") ) Description: Provides functions for visualizing networks with 'tmap'. It supports 'sfnetworks' objects natively but is not limited to them. Useful for adding network layers such as edges and nodes to 'tmap' maps. More features may be added in future versions. Version: 0.2-1 Encoding: UTF-8 Depends: R (>= 4.0), Imports: tmap (>= 4.3), sf, sfnetworks, lwgeom, data.table, igraph Suggests: knitr Config/Needs/website: bookdown, rmarkdown, r-tmap/tmap URL: https://github.com/r-tmap/tmap.networks, https://r-tmap.github.io/tmap.networks/ BugReports: https://github.com/r-tmap/tmap.networks/issues Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://r-tmap.r-universe.dev Date/Publication: 2026-06-15 09:33:27 UTC RemoteUrl: https://github.com/r-tmap/tmap.networks RemoteRef: HEAD RemoteSha: 8368cae9a297be82af98cb882a81aa343ec6bc3e NeedsCompilation: no Packaged: 2026-06-25 17:31:18 UTC; root Author: Martijn Tennekes [aut, cre], Andrea Gilardi [aut] (ORCID: ), Robin Lovelace [ctb] Maintainer: Martijn Tennekes