-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.92 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
45
Package: SEAHORS
Type: Package
Title: Spatial Exploration of ArcHaeological Objects in R Shiny
Version: 1.8.5
Date: 2023-12-01
Authors@R: c(person("Aurelien", "Royer", email = "aurelien.royer@u-bourgogne.fr", role = "aut", comment = c(ORCID = "0000-0002-0139-8765")),
person("Sebastien", "Plutniak", email = "sebastien.plutniak@posteo.net", role = "cre", comment = c(ORCID = "0000-0002-6674-3806")),
person("Emmanuel", "Discamps", email = "emmanuel.discamps@cnrs.fr", role = "ctb", comment = c(ORCID = "0000-0002-2464-0761")),
person("Marc", "Thomas", email = "marcthomas1@hotmail.fr", role = "ctb", comment = c(ORCID = "0000-0002-8160-1910"))
)
Author: Aurelien Royer [aut] (<https://orcid.org/0000-0002-0139-8765>),
Sebastien Plutniak [cre] (<https://orcid.org/0000-0002-6674-3806>),
Emmanuel Discamps [ctb] (<https://orcid.org/0000-0002-2464-0761>),
Marc Thomas [ctb] (<https://orcid.org/0000-0002-8160-1910>)
Maintainer: Sebastien Plutniak <sebastien.plutniak@posteo.net>
Description: An R 'Shiny' application dedicated to the intra-site spatial analysis of piece-plotted archaeological remains, making the two and three-dimensional spatial exploration of archaeological data as user-friendly as possible. Documentation about 'SEAHORS' is provided by the vignette included in this package and by the companion scientific paper: Royer, Discamps, Plutniak, Thomas (2023, PCI Archaeology, <doi:10.5281/zenodo.7674698>).
License: GPL-3
Repository: CRAN
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
shiny,
shinyBS,
shinythemes,
shinyjs,
shinyWidgets,
ggplot2,
gridExtra,
dplyr,
plotly,
DT,
MASS,
readxl,
raster,
stringr,
viridis,
rmarkdown,
htmlwidgets
Suggests:
knitr
VignetteBuilder: knitr
URL: https://github.com/AurelienRoyer/SEAHORS
BugReports: https://github.com/AurelienRoyer/SEAHORS/issues
RoxygenNote: 7.2.3