-
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 #11 from gongcastro/test
Test
- Loading branch information
Showing
9 changed files
with
122 additions
and
91 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,63 +1,63 @@ | ||
Package: bvq | ||
Title: Barcelona Vocabulary Questionnaire Database and Helper Functions | ||
Version: 0.2.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), aged 10 to 40 months. 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, | ||
dplyr (>= 1.0.0), | ||
formr (>= 0.9.1), | ||
gargle, | ||
googlesheets4, | ||
janitor, | ||
lifecycle, | ||
lubridate, | ||
magrittr, | ||
rlang, | ||
stringr, | ||
tibble, | ||
tidyr | ||
Suggests: | ||
knitr, | ||
readxl, | ||
rmarkdown, | ||
roxygen2, | ||
testthat (>= 3.0.0), | ||
ggplot2 (>= 3.4.2), | ||
withr | ||
VignetteBuilder: | ||
knitr, | ||
ggplot2 | ||
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.3.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), aged 10 to 40 months. 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, | ||
dplyr (>= 1.0.0), | ||
formr (>= 0.9.1), | ||
gargle, | ||
googlesheets4, | ||
janitor, | ||
lifecycle, | ||
lubridate, | ||
magrittr, | ||
rlang, | ||
stringr, | ||
tibble, | ||
tidyr | ||
Suggests: | ||
knitr, | ||
readxl, | ||
rmarkdown, | ||
roxygen2, | ||
testthat (>= 3.0.0), | ||
ggplot2 (>= 3.4.2), | ||
withr | ||
VignetteBuilder: | ||
knitr, | ||
ggplot2 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
citHeader("To cite bvqdev in publications use:") | ||
citHeader("To cite bvq in publications use:") | ||
|
||
citEntry( | ||
entry = "Manual", | ||
title = "bvq: A R package for retrieving vocabualry data from the Barcelona Vocabulary Questionnaire (BVQ)", | ||
author = personList(as.person("Gonzalo Garcia-Castro")), | ||
title = "bvq: Barcelona Vocabulary Questionnaire Database and Helper Functions", | ||
author = personList(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")))), | ||
year = "2023", | ||
snote = "R package version 1.0.1", | ||
snote = "R package version 0.3.0", | ||
url = "https://gongcastro.github.io/bvq", | ||
textVersion = paste( | ||
"G. Garcia-Castro (2023). bvq: A R package for retrieving vocabualry data from the Barcelona Vocabulary Questionnaire (BVQ). https://gongcastro.github.io/bvq" | ||
"G. Garcia-Castro, D. S. Ávila-Varela, N. Sebastian-Galles (2023). bvq: Barcelona Vocabulary Questionnaire Database and Helper Functions. https://gongcastro.github.io/bvq" | ||
) | ||
) |
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