-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from gongcastro/test
Test
- Loading branch information
Showing
21 changed files
with
375 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,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), | ||
rlang (>= 1.1.1), | ||
tibble (>= 3.2.1), | ||
tidyr (>= 1.2.0) | ||
Suggests: | ||
knitr, | ||
readxl, | ||
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.2.3 | ||
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), | ||
rlang (>= 1.1.1), | ||
tibble (>= 3.2.1), | ||
tidyr (>= 1.2.0) | ||
Suggests: | ||
knitr, | ||
readxl, | ||
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.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.