Recent Releases of rticulate
rticulate - v2.0.1
Changed
read_aaa()has aknotandfan_linesargument for users to specify the number of DLC knots or fan-lines depending on whether they are reading DLC or legacy fan-line data with no header.The vignette
tongue-imaginghas been updated to show how to read DLC and EMA data.
- R
Published by stefanocoretta about 1 year ago
rticulate - v2.0.0
BREAKING
read_aaa()now can read AAA data with existing headers, both fan-line and DeepLabCut data.- Now any column starting with
XorYwill be selected for pivoting whenformat = "long"(the default).
- Now any column starting with
This enhancement has brought in a few breaking changes:
- The order of the arguments has changed.
- The argument
fan_linedoesn't have a default any more, so it has to be specified.
plot_polar_smooths()has been deprecated due to removal of tidymv and it now does not do anything. An alternative will soon be added. For the time being, you can extract predictions withtidygam::predict_gam()and convert to Cartesian coordinates manually.
Added
read_ag500_pos()to read.posfiles from Carstens AG500 electro-magnetic-articulographer.filter_signal()to filter a signal with a Savitzky-Golay or Butterworth filter.resample_signal()to up/down-sample a signal using interpolation.get_velocity()andget_acceleration()to calculate the velocity and acceleration (first and second derivative) of displacement.get_landmarks()to get several gestural landmarks from the displacement of a single gesture.
- R
Published by stefanocoretta about 1 year ago
rticulate - rticulate v1.7.2
rticulate v1.7.2
Added
- 📝 - @return filled in the documentation of functions.
Changed
- 📝 - Use
\donttestinstead of\dontrun.
rticulate v1.7.0
Added
rticulate logo!
Use GitHub Actions for R CMD check.
Changed
use
tidy::pivot_longer()andtidy::pivot_wider()inread_aaa_data()add
.indexcolumn toread_aaa_data()output to group contours if needed.changed index name of
polar-gams.Rmdvignette.Now uses
README.Rmd.
Removed
- Remove Travis CI (use GitHub Actions).
- R
Published by stefanocoretta about 5 years ago
rticulate - v1.2.0
Added
- argument in
read_aaato choose coordinate system read_aaa_datafor internal useit02data- example in vignette for multiple import
- added
pointandpathoptions toplot_tongue
Changed
- updates to
NEWS.md - clarified documentation
read_aaacan now accept a list of files- column
fannow properly namedfan.line - data names
- renamed
plot_splinestoplot_tongue
Fixed
- name of package in documentation
- name of vignette
- title in README
- R
Published by stefanocoretta over 8 years ago
rticulate - v1.0.1
Added
- depends and imports in DESCRIPTION
- globalVariables for data frame variables in functions
- NEWS.md
Fixed
- data documentation (wrong variable names)
- missing parameter in
plot_splines - missing
stats::inread_aaa aescall which caused notes on R CMD check usingaes_
- R
Published by stefanocoretta over 8 years ago