Releases: stefanocoretta/speakr
Releases · stefanocoretta/speakr
v3.2.2
v3.2.1
- Fix CRAN notes about HTML5
Release v3.2.0
speakr 3.2.0
Added
- Zenodo DOI in Readme.
Fixed
- Fixed errors in vignette after update of readr.
v3.1.1
Fixed
- Fixed CRAN errors.
v3.1.0
Added
-
praat_plot()
to plot waveforms and spectrograms with the Praat plotting facilities. -
use_praat_plot_script()
to save a copy of the Praat plotting script on disk. -
praat-plot.Rmd
vignette.
Fixed
- Now the path to Praat is set on load and calls to the package namespace with
::
will work (closes #5).
Deprecated
set_praat_path()
andget_praat_path()
have been deprecated. Now the package relies onoptions("speakr.praat.path")
.
speakr v3.0.0
Added
- 🎉 Use pkgdown!
- 🎉 Add logo!
Changed
- Use
usethis::use_package_doc()
. - 📝 Various updates to the documentation.
Removed
- 🔥 Utilities for
lmt
have been removed. (R-based literate Praat capabilities will be reintroduced in a future release).
v2.1.1
Added
pandoc-praat
asset- flamenco theme (supports Praat scripting)
Fixed
- warning message about
lmt
path at install time whenlmt
is not installed
v2.1.0
Changed
- expanded documentation
v2.0.2
Fixed
- missing date in citation
v2.0.1
Added
- link to demo
Changed
- clarified scope and installation of the package in README.md