Skip to content

Files

Latest commit

author
stefanocoretta
Sep 4, 2022
5de087f · Sep 4, 2022

History

History
48 lines (35 loc) · 1.54 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.54 KB

rticulate: Ultrasound Tongue Imaging in R

CRAN checks R build status

This is the repository of the R package rticulate. This package provides two functions for importing UTI data from Articulate Assistant Advanced and plotting UTI data from any source.

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

To learn the basic use of the package, run vignette("tongue-imaging", package = "rticulate") after the installation.