-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
35 lines (35 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
Package: childesr
Type: Package
Title: Accessing the 'CHILDES' Database
Description: Tools for connecting to 'CHILDES', an open repository for
transcripts of parent-child interaction. For more information on the
underlying data, see <https://langcog.github.io/childes-db-website/>.
Version: 0.2.3
Authors@R: c(
person("Mika", "Braginsky", email = "[email protected]", role = c("aut", "cre")),
person("Alessandro", "Sanchez", email = "[email protected]", role = c("aut", "ctb")),
person("Daniel", "Yurovsky", email = "[email protected]", role = c("aut")),
person("Kyle", "MacDonald", email = "[email protected]", role = c("ctb")),
person("Stephan", "Meylan", email = "[email protected]", role = c("ctb")),
person("Jessica", "Mankewitz", email="[email protected]", role=c("ctb"))
)
Depends: R (>= 4.0)
License: GPL-3
URL: https://github.com/langcog/childesr
BugReports: https://github.com/langcog/childesr/issues
Encoding: UTF-8
LazyData: true
Imports:
DBI (>= 1.1),
dbplyr (>= 2.1),
dplyr (>= 1.0),
jsonlite (>= 1.7),
magrittr (>= 2.0),
purrr (>= 0.3),
RMySQL (>= 0.10.21)
Suggests:
knitr,
rmarkdown,
curl
RoxygenNote: 7.1.1
VignetteBuilder: knitr