speakr v3.2.2
CRAN release: 2024-01-29
Added
add_lmt()
to add the Quarto extension Literate Markdown Tangler.Add
praat-lmt
vignette that illustrates how to use the LMT to write Praat scripts.
speakr v3.2.1
CRAN release: 2022-09-04
Fixed
-
option()
tooptions()
in README (7fb7757). Thanks to @agricolamz (#11).
speakr v3.1.0
CRAN release: 2021-04-19
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")
.