Package: geovizr
Type: Package
Title: Interactive Cartography
Version: 1.0.7
Authors@R:
c(person(given = "Nicolas",
family = "Lambert",
email = "nicolas.lambert@cnrs.fr",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4976-6560")),
person(given = "Timothée",
family = "Giraud",
email = "timothee.giraud@cnrs.fr",
role = c("ctb"),
comment = c(ORCID = "0000-0002-1932-3323")))
Description: Create a wide range of interactive, zoomable vector maps.
This package is an 'R' binding for the 'geoviz' 'JavaScript'
library , itself based on
the 'd3.js' ecosystem . Like the
original 'JavaScript' library, the package takes advantage of
the many features provided by 'd3.js': proportional symbols,
pictograms, typologies, choropleth maps, spikes, tiles, Dorling
cartograms, and more. It can also be used to create pretty
static vectorial maps in 'svg' format, suitable for editorial
cartography.
License: GPL (>= 3)
URL: https://riatelab.github.io/geovizr/
BugReports: https://github.com/riatelab/geovizr/issues/
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: htmlwidgets, geojsonsf, jsonlite, sf
Language: en-US
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
make libuv1-dev libssl-dev libproj-dev libsqlite3-dev
libudunits2-dev
Repository: https://riatelab.r-universe.dev
Date/Publication: 2026-07-07 14:04:25 UTC
RemoteUrl: https://github.com/riatelab/geovizr
RemoteRef: HEAD
RemoteSha: 957e492dc8f27e3ead561b01f88d68a7548fe3c6
NeedsCompilation: no
Packaged: 2026-07-07 14:11:14 UTC; root
Author: Nicolas Lambert [aut, cre] (ORCID:
),
Timothée Giraud [ctb] (ORCID: )
Maintainer: Nicolas Lambert