-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (29 loc) · 937 Bytes
/
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
Package: 2023_CAA_code_sharing
Type: Package
Title: Data and Code for an Analysis of JCAA and open-archaeo data
Version: 0.1.0
Authors@R:
person(family = "Schmidt",
given = "Sophie C.",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4696-2101"))
Description: Research compendium containing data and code for the analysis of
publishing practices of archaeological research software, using the list
compiled at open-archaeo <https://open-archaeo.info> and data on
articles from JCAA <https://journal.caa-international.org/>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr (>= 1.1.2),
forcats (>= 1.0.0),
ggplot2 (>= 3.4.2),
here (>= 1.0.1),
knitr (>= 1.43),
stringr (>= 1.5.0),
tidyr (>= 1.3.0),
viridis (>= 0.6.2),