-
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.
- Vignettes now use native pipe
|>
.
option()
tooptions()
in README (7fb7757). Thanks to @agricolamz (#11).
- Fixed CRAN errors related to HTML5 checks.
- Zenodo DOI in Readme.
- Fixed errors in vignette after update of readr.
- Fixed CRAN errors.
-
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.
- Now the path to Praat is set on load and calls to the package namespace with
::
will work (closes #5).
set_praat_path()
andget_praat_path()
have been deprecated. Now the package relies onoptions("speakr.praat.path")
.
-
🎉 Use pkgdown!
-
🎉 Add logo!
-
Use
usethis::use_package_doc()
. -
📝 Various updates to the documentation.
- 🔥 Utilities for
lmt
have been removed. (R-based literate Praat capabilities will be reintroduced in a future release).
-
pandoc-praat
asset -
flamenco theme (supports Praat scripting)
- warning message about
lmt
path at install time whenlmt
is not installed
- expanded documentation
- missing date in citation
- link to demo
- clarified scope and installation of the package in README.md
-
set_lmt_path
-
lmt_path
-
set_lmt_path
on load with defaultgo/bin
paths
-
path in
lmt
-
applied tidy style to function names
- code style of some functions
- old functions with camelCase names
- everything