bvq
Development package for the Barcelona Vocabulary Questonnaire (BVQ)
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 2 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.0%) to scientific vocabulary
Keywords
Repository
Development package for the Barcelona Vocabulary Questonnaire (BVQ)
Basic Info
- Host: GitHub
- Owner: gongcastro
- License: mit
- Language: R
- Default Branch: main
- Homepage: https://gongcastro.github.io/bvq/
- Size: 29.3 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
- Releases: 7
Topics
Metadata Files
README.md
bvq 
Overview
This package contains data from a Barcelona Vocabulary Questionnaire (BVQ), a vocabulary checklist aimed at to assessing lexical development in toddlers growing up in Catalan-Spanish bilingual environments. The questionnaire was deployed using formr, and the materials used to generate the items are available in the GitHub repository.
This package also contains multiple functions that extract the data and generate many metrics used frequently in the language acquisition literature to examine participants’ vocabulary or to consult acquisition norms of particular words. Documentation and working examples are available in the package website.
Installation
From r-universe :rocket::
r
install.packages('bvq', repos = 'https://gongcastro.r-universe.dev')
From the GitHub repository:
r
install.packages("remotes") # you may need to install remotes first
remotes::install_github("gongcastro/bvq")
Data accesibility
BVQ is currently a developing package for internal use at the Center for Brain and Cognititon (CBC). For this reason, logging in requires a password that can be required by writing to the maintainer of this package (gongarciacastro@gmail.com).
Code of Conduct
Please note that the bvq project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Owner
- Name: Gonzalo García-Castro
- Login: gongcastro
- Kind: user
- Location: Barcelona, Spain
- Company: Universitat Pompeu Fabra
- Website: gongcastro.github.io
- Twitter: gongcastro
- Repositories: 6
- Profile: https://github.com/gongcastro
I'm doing my PhD in developmental psycholinguistics and cognitive science.
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "bvq",
"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.",
"name": "bvq: Barcelona Vocabulary Questionnaire Database and Helper Functions",
"relatedLink": "https://gongcastro.github.io/bvq/",
"codeRepository": "https://github.com/gongcastro/bvq/",
"issueTracker": "https://github.com/gongcastro/bvq/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.3.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.2 (2022-10-31 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "Gonzalo",
"familyName": "Garcia-Castro",
"email": "gongarciacastro@gmail.com",
"@id": "https://orcid.org/0000-0002-8553-4209"
},
{
"@type": "Person",
"givenName": "Daniela S. ",
"familyName": "vila-Varela",
"email": "avila.varela.daniela@gmail.com",
"@id": "https://orcid.org/0000-0002-3518-8117"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Nuria",
"familyName": "Sebastian-Galles",
"email": "nuria.sebastian@upf.edu",
"@id": "https://orcid.org/0000-0001-6938-2498"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Gonzalo",
"familyName": "Garcia-Castro",
"email": "gongarciacastro@gmail.com",
"@id": "https://orcid.org/0000-0002-8553-4209"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "readxl",
"name": "readxl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=readxl"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=roxygen2"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"version": ">= 3.4.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=withr"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=cli"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "formr",
"name": "formr",
"version": ">= 0.9.1",
"sameAs": "https://github.com/rubenarslan/formr"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "googlesheets4",
"name": "googlesheets4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=googlesheets4"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "janitor",
"name": "janitor",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=janitor"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "lifecycle",
"name": "lifecycle",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "lubridate",
"name": "lubridate",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lubridate"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"SystemRequirements": null
},
"fileSize": "3734.602KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2023",
"author": [
{
"@type": "Person",
"givenName": "Gonzalo",
"familyName": "Garcia-Castro",
"email": "gongarciacastro@gmail.com",
"@id": "https://orcid.org/0000-0002-8553-4209"
},
{
"@type": "Person",
"givenName": "Daniela S. ",
"familyName": "vila-Varela",
"email": "avila.varela.daniela@gmail.com",
"@id": "https://orcid.org/0000-0002-3518-8117"
}
],
"name": "bvq: Barcelona Vocabulary Questionnaire Database and Helper Functions",
"url": "https://gongcastro.github.io/bvq"
}
],
"releaseNotes": "https://github.com/gongcastro/bvq/blob/master/NEWS.md",
"readme": "https://github.com/gongcastro/bvq/blob/main/README.md",
"contIntegration": [
"https://github.com/gongcastro/bvq/actions/workflows/R-CMD-check.yaml",
"https://app.codecov.io/gh/gongcastro/bvq?branch=main"
],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#stable",
"keywords": [
"bilingualism",
"language",
"psycholinguistics",
"r-package",
"vocabulary",
"r",
"rstats"
]
}
GitHub Events
Total
- Issues event: 11
- Delete event: 4
- Issue comment event: 5
- Push event: 20
- Pull request event: 13
- Create event: 5
Last Year
- Issues event: 11
- Delete event: 4
- Issue comment event: 5
- Push event: 20
- Pull request event: 13
- Create event: 5
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| gongcastro | g****o@u****u | 271 |
| u155880 | u****0@u****u | 4 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 26
- Total pull requests: 39
- Average time to close issues: about 1 month
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.5
- Average comments per pull request: 0.54
- Merged pull requests: 38
- Bot issues: 2
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 12
- Average time to close issues: 27 days
- Average time to close pull requests: 5 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.22
- Average comments per pull request: 0.0
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- gongcastro (24)
Pull Request Authors
- gongcastro (49)