-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.07 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
Package: peekbankr
Type: Package
Title: Accessing the Peekbank Database and working with Peekbank data
Version: 0.2.3.3
Authors@R: c(
person("Mika", "Braginsky", email = "[email protected]", role = c("aut", "cre")),
person("Kyle", "MacDonald", email = "[email protected]", role = "aut"),
person("Michael", "Frank", email = "[email protected]", role = "aut")
)
Description: Collection of tools for working with peekbank, an open repository for
developmental eye-tracking data.
Depends: R (>= 4.0.0)
License: GPL-3
URL: http://github.com/peekbank/peekbankr
BugReports: http://github.com/peekbank/peekbankr/issues
Encoding: UTF-8
LazyData: true
Imports:
DBI (>= 1.1.1),
dbplyr (>= 2.1.0),
ggplot2 (>= 3.3.3),
dplyr (>= 1.0.4),
glue (>= 1.4.2),
jsonlite (>= 1.7.2),
magrittr (>= 2.0.1),
osfr (>= 0.2.8),
purrr (>= 0.3.4),
reader (>= 1.0.6),
readr (>= 1.4.0),
rlang (>= 0.4.10),
tidyr (>= 1.1.2),
stringr (>= 1.5.1),
RMariaDB (>= 1.3.2)
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.3.2
VignetteBuilder: knitr