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:

remotes::install_github(
  "stefanocoretta/rticulate",
  build_vignettes = TRUE
)

Or the development version with:

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.



stefanocoretta/rticulate documentation built on Feb. 21, 2025, 3:15 p.m.