forked from r-spatial/cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 863 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: cesium
Type: Package
Title: Create Interactive 3D Space-Time Visualisations with the JavaScript 'Cesium' Library
Version: 0.1.0
Date: 2023-07-22
Authors@R: c(person("Darius A.", "Goergen", email = "info@dariusgoergen.com", role = c("aut", "cre")))
Description: Create interactive visualisations of space-time data on a globe using
the 'Cesium' JavaScript library.
License: GPL (>= 3)
URL: https://github.com/goergen95/cesium/
BugReports: https://github.com/goergen95/cesium/issues
Depends: R (>= 4.1.0)
Imports: crosstalk, htmlwidgets, htmltools, jsonify, png, RColorBrewer, rlang,
scales, sf, stars, tidyr
Suggests: knitr, magrittr, fontawesome, progressr, rsvg, shiny,
testthat (>= 3.0.0), viridis
Config/Needs/website: dplyr, httr, mapme.biodiversity, rnaturalearth
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3