-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.16 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
46
47
Package: openarchaeoCollaboration
Type: Package
Title: Data and Code for an Analysis of Collaborative Practices in an Emerging
Community of Archaeological Software Engineers
Version: 0.1.0
Authors@R:
c(person(family = "Batist",
given = "Zack",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0435-508X")),
person(family = "Roe",
given = "Joe",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1011-1244")))
Description: Research compendium containing data and code for our paper 'Open
archaeology, open source? Collaborative practices in an emerging community
of archaeological software engineers', submitted to Internet Archaeology.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
gh,
purrr,
rlang,
stringr,
tibble,
tidyr
Suggests:
english,
fs,
ggiraph,
ggraph,
ggpmisc,
glue,
here,
khroma,
lubridate,
patchwork,
rgexf,
tidygraph,
tidyverse,
tinytable
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3