Package: archeoViz
Type: Package
Title: Visualisation, Exploration, and Web Communication of
        Archaeological Excavation Data
Version: 1.0.0
Date: 2023-02-27
Authors@R: c(person("Sebastien", "Plutniak", email = "sebastien.plutniak@posteo.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6674-3806")),
             person("Renata", "Araujo", email = "rennyaraujo@yahoo.com", role = "ctb", comment = c(ORCID = "0000-0001-8874-2858")),
             person("Sara", "Giardino", email = "saragiardino@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-5634-7060"))
             )
Author: Sebastien Plutniak [aut, cre] (<https://orcid.org/0000-0002-6674-3806>),
  Renata Araujo [ctb] (<https://orcid.org/0000-0001-8874-2858>),
  Sara Giardino [ctb] (<https://orcid.org/0000-0001-5634-7060>)
Maintainer: Sebastien Plutniak <sebastien.plutniak@posteo.net>
Description: An R 'Shiny' application for the visualisation, interactive exploration, and web communication of archaeological excavation data. It includes interactive 3D and 2D visualisations, generation of cross sections and maps of the remains, basic spatial analysis methods (convex hull, regression surfaces, 2D kernel density estimation), and excavation timeline visualisation. 'archeoViz' can be used locally or deployed on a server, either with interactive input of data or with a static data set.
License: GPL-3
Repository: CRAN
Encoding: UTF-8
Imports: ggplot2, plotly, mgcv, cxhull, reshape2, svglite, htmlwidgets,
        shiny, shinythemes,
Suggests: knitr, covr, rmarkdown, markdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/sebastien-plutniak/archeoviz
BugReports: https://github.com/sebastien-plutniak/archeoviz/issues
NeedsCompilation: no
Packaged: 2023-02-27 19:52:21 UTC; seb
Date/Publication: 2023-02-27 21:02:36 UTC
