-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.21 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
48
49
50
51
Package: semanticprimeR
Type: Package
Title: Semantic Priming Across Many Languages and Related Projects
Version: 0.1.0
Authors@R: c(person("Erin M.", "Buchanan", role = c("aut", "cre"),
email = "buchananlab@gmail.com",
comment = c(ORCID = "0000-0002-9689-4189")))
Depends: R (>= 3.5.0)
Imports:
DBI,
dplyr,
jsonlite,
lsa,
purrr,
quanteda,
readr,
rio,
RSQLite,
stringdist,
stringr,
sylly,
tidyr,
tidytext,
utils,
janitor,
methods
Suggests:
knitr,
rmarkdown,
data.table,
flextable,
ggplot2,
psych,
reshape,
reshape2,
tibble,
stopwords,
udpipe
Maintainer: Erin M. Buchanan <buchananlab@gmail.com>
Description: This package supports the SPAML (Semantic Priming
Across Many Languages) project and associated papers that are
connected to that project. The package currently includes
information on how to calculate sample size by using AIPE,
bootstrapping, and simulation, and data information for the
SPAML project!
License: LGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://semanticpriming.github.io/semanticprimeR/