Science Score: 39.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
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Keywords
phonetics
r
r-package
rstats
software
tongue-image
ultrasound
ultrasound-tongue-imaging
Last synced: 6 months ago
·
JSON representation
Repository
Ultrasound Tongue Imaging in R
Basic Info
- Host: GitHub
- Owner: stefanocoretta
- License: other
- Language: R
- Default Branch: main
- Homepage: https://stefanocoretta.github.io/rticulate/
- Size: 23.8 MB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 5
- Releases: 16
Topics
phonetics
r
r-package
rstats
software
tongue-image
ultrasound
ultrasound-tongue-imaging
Created almost 9 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# rticulate: Articulatory data processing in R
`r badger::badge_cran_release("rticulate", "blue")`
`r badger::badge_cran_checks("rticulate")`
`r badger::badge_github_actions(action = "R-hub")`
`r badger::badge_devel(color = "orange")`
`r badger::badge_doi(doi = "10.5281/zenodo.1469038", color = "blue")`
This is the repository of the R package `rticulate`. This package provides two functions for importing UTI data from Articulate Assistant Advanced™ (both Deep Lab Cut and legacy fan-line spline data) and electro-magnetic articulographic data from a Carstens AG500.
## Installation
The package is on CRAN, so you can install it from there with `install.packages("rticulate")`.
If you like living on edge, install a polished pre-release with:
```{r install-pre, eval=FALSE}
remotes::install_github(
"stefanocoretta/rticulate",
build_vignettes = TRUE
)
```
Or the development version with:
```{r install-dev, eval=FALSE}
remotes::install_github(
"stefanocoretta/rticulate@devel",
build_vignettes = TRUE
)
```
## Usage
For an overview of the package functionalities covered in the vignettes, run `vignette("overview", package = "rticulate")` after the installation.
Owner
- Name: Stefano Coretta
- Login: stefanocoretta
- Kind: user
- Location: Edinburgh
- Company: University of Edinburgh
- Website: https://stefanocoretta.github.io
- Twitter: StefanoCoretta
- Repositories: 126
- Profile: https://github.com/stefanocoretta
I am a Lecturer (Assistant Professor) in the Linguistics and English Language department of the University of Edinburgh
GitHub Events
Total
- Create event: 4
- Issues event: 1
- Release event: 2
- Delete event: 2
- Issue comment event: 1
- Push event: 33
- Fork event: 1
Last Year
- Create event: 4
- Issues event: 1
- Release event: 2
- Delete event: 2
- Issue comment event: 1
- Push event: 33
- Fork event: 1
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 186
- Total Committers: 2
- Avg Commits per committer: 93.0
- Development Distribution Score (DDS): 0.151
Top Committers
| Name | Commits | |
|---|---|---|
| Stefano Coretta | s****l@m****m | 158 |
| stefanocoretta | s****a@g****m | 28 |
Committer Domains (Top 20 + Academic)
me.com: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 9
- Total pull requests: 0
- Average time to close issues: over 1 year
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.56
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- stefanocoretta (8)
- christinaotto (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (5)
priority-high (2)
bug (2)
priority-medium (1)
priority-low (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 170 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: rticulate
Articulatory Data Processing in R
- Homepage: https://github.com/stefanocoretta/rticulate
- Documentation: http://cran.r-project.org/web/packages/rticulate/rticulate.pdf
- License: MIT + file LICENSE
-
Latest release: 2.2.0
published 6 months ago
Rankings
Forks count: 17.8%
Stargazers count: 24.2%
Dependent packages count: 29.8%
Average: 32.3%
Dependent repos count: 35.5%
Downloads: 54.1%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.0.0 depends
- dplyr * imports
- ggplot2 * imports
- glue * imports
- magrittr * imports
- mgcv * imports
- purrr * imports
- readr * imports
- rlang * imports
- stats * imports
- stringr * imports
- tibble * imports
- tidymv * imports
- tidyr * imports
- tidyselect * imports
- tidyverse * imports
- knitr * suggests
- rmarkdown * suggests
.github/workflows/pkgdown.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
.github/workflows/rhub.yaml
actions
- r-hub/actions/checkout v1 composite
- r-hub/actions/platform-info v1 composite
- r-hub/actions/run-check v1 composite
- r-hub/actions/setup v1 composite
- r-hub/actions/setup-deps v1 composite
- r-hub/actions/setup-r v1 composite