-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
Package: bvq
Title: Barcelona Vocabulary Questionnaire Database and Helper Functions
Version: 0.4.0
Authors@R: c(
person(given = "Gonzalo", family = "Garcia-Castro",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8553-4209")),
person(given = "Daniela S. ", family = "Ávila-Varela",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-3518-8117")),
person(given = "Nuria",
family = "Sebastian-Galles",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-6938-2498")))
Maintainer: Gonzalo Garcia-Castro <[email protected]>
Description: Download, clean, and process the Barcelona Vocabulary
Questionnaire (BVQ) data. BVQ is a vocabulary inventory developed for
assesing the vocabulary of Catalan-Spanish bilinguals infants from the
Metropolitan Area of Barcelona (Spain). This
package includes functions to download the data from formr servers,
and return the processed data in multiple formats.
License: MIT + file LICENSE
URL: https://gongcastro.github.io/bvq/,
https://github.com/gongcastro/bvq/
BugReports: https://github.com/gongcastro/bvq/issues
Depends:
R (>= 3.5.0),
Imports:
cli (>= 3.6.1),
dplyr (>= 1.1.0),
formr (>= 0.9.1),
googlesheets4 (>= 1.0.0),
janitor (>= 2.2.0),
lifecycle (>= 1.0.3),
lubridate (>= 1.8.0),
magrittr (>= 2.0.3),
purrr (>= 1.0.1),
readxl (>= 1.4.3),
rlang (>= 1.1.1),
tibble (>= 3.2.1),
tidyr (>= 1.2.0)
Suggests:
knitr,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
ggplot2 (>= 3.4.2),
withr
VignetteBuilder:
knitr
Remotes:
github::rubenarslan/formr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1