-
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 #6 from gongcastro/test
Test
- Loading branch information
Showing
40 changed files
with
454 additions
and
643 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
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,49 +1,48 @@ | ||
Package: bvq | ||
Title: Barcelona Vocabulary Questionnaire Database and Helper Functions | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("Gonzalo", "Garcia-Castro", , "[email protected]", role = "cre", | ||
comment = c(ORCID = "0000-0002-8553-4209")) | ||
Maintainer: Gonzalo Garcia-Castro <[email protected]> | ||
Description: Download, clean, and process the Barcelona Vocabulary | ||
Questionnaire 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), | ||
googlesheets4, | ||
ipa, | ||
janitor, | ||
lifecycle, | ||
lubridate, | ||
magrittr, | ||
rlang (>= 0.4.11), | ||
stringr, | ||
tibble, | ||
tidyr | ||
Suggests: | ||
knitr, | ||
readxl, | ||
roxygen2, | ||
testthat (>= 3.0.0), | ||
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.2.0 | ||
Authors@R: | ||
person("Gonzalo", "Garcia-Castro", , "[email protected]", role = "cre", | ||
comment = c(ORCID = "0000-0002-8553-4209")) | ||
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), | ||
googlesheets4, | ||
janitor, | ||
lifecycle, | ||
lubridate, | ||
magrittr, | ||
rlang, | ||
stringr, | ||
tibble, | ||
tidyr | ||
Suggests: | ||
knitr, | ||
readxl, | ||
roxygen2, | ||
testthat (>= 3.0.0), | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2023 | ||
COPYRIGHT HOLDER: bvqdev authors | ||
COPYRIGHT HOLDER: bvq authors |
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,3 +1,14 @@ | ||
# bvqdev 0.0.0.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
# bvq 0.2.0 | ||
|
||
* Package name changes from {bvqdev} to {bvq} | ||
* New phonology functions | ||
* Remove {ipa} dependency | ||
* Tests for the `vowels` and `consonants` datasets | ||
* Now X-SAMPA is used exclusively instead of IPA | ||
* `bvq_vocabulary()` has been refactored (major speed improvement), now column names are shorter, and only "proportion" is set as default `.scale` argument (`scale` in previous versions) | ||
* Removed unused argument `runs` in `import_*()` functions | ||
* Some adjustments for integration in the [r-universe](https://gongcastro.r-universe.dev/bvq) | ||
|
||
# bvqdev 0.0.0.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. |
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,9 +1,9 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @import rlang | ||
#' @importFrom lifecycle deprecated | ||
#' @importFrom tibble tibble | ||
## usethis namespace: end | ||
NULL | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @importFrom lifecycle deprecated | ||
#' @importFrom tibble tibble | ||
#' @import rlang | ||
## usethis namespace: end | ||
NULL |
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.