-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
executable file
·46 lines (44 loc) · 2.62 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: archeoViz
Type: Package
Title: Visualisation, Exploration, and Web Communication of Archaeological Spatial Data
Version: 1.3.5
Date: 2024-06-17
Authors@R: c(person("Sebastien", "Plutniak", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6674-3806")),
person("Renata", "Araujo", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-8874-2858")),
person("Laura", "Coltofean", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-2233-3565")),
person("Nicolas", "Delsol", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-4927-6027")),
person("Sara", "Giardino", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-5634-7060")),
person("Julian", "Laabs", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-1378-3908"))
)
Author: Sebastien Plutniak [aut, cre] (<https://orcid.org/0000-0002-6674-3806>),
Renata Araujo [ctb] (<https://orcid.org/0000-0001-8874-2858>),
Laura Coltofean [ctb] (<https://orcid.org/0000-0002-2233-3565>),
Nicolas Delsol [ctb] (<https://orcid.org/0000-0003-4927-6027>),
Sara Giardino [ctb] (<https://orcid.org/0000-0001-5634-7060>),
Julian Laabs [ctb] (<https://orcid.org/0000-0003-1378-3908>)
Maintainer: Sebastien Plutniak <[email protected]>
Description: An R 'Shiny' application for visual and statistical exploration and web communication of archaeological spatial data, either remains or sites. It offers interactive 3D and 2D visualisations (cross sections and maps of remains, timeline of the work made in a site) which can be exported in SVG and HTML formats. It performs simple spatial statistics (convex hull, regression surfaces, 2D kernel density estimation) and allows exporting data to other online applications for more complex methods. 'archeoViz' can be used offline locally or deployed on a server, either with interactive input of data or with a static data set. Example is provided at <https://analytics.huma-num.fr/archeoviz/en>.
License: GPL-3
Repository: CRAN
Encoding: UTF-8
Imports:
ggplot2,
plotly,
mgcv,
cxhull,
reshape2,
svglite,
htmlwidgets,
shiny,
shinythemes,
knitr,
Suggests:
covr,
SEAHORS,
rmarkdown,
markdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://archeoviz.hypotheses.org, https://github.com/sebastien-plutniak/archeoviz
BugReports: https://github.com/sebastien-plutniak/archeoviz/issues