Skip to content

Releases: stefanocoretta/speakr

v3.2.2

29 Jan 17:50
Compare
Choose a tag to compare

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.

Changed

  • Vignettes now use native pipe |>.

v3.2.1

04 Sep 16:10
Compare
Choose a tag to compare
  • Fix CRAN notes about HTML5

Release v3.2.0

22 Jul 20:30
Compare
Choose a tag to compare

speakr 3.2.0

Added

  • Zenodo DOI in Readme.

Fixed

  • Fixed errors in vignette after update of readr.

v3.1.1

21 Apr 10:10
Compare
Choose a tag to compare

Fixed

  • Fixed CRAN errors.

v3.1.0

20 Apr 06:01
Compare
Choose a tag to compare

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() and get_praat_path() have been deprecated. Now the package relies on options("speakr.praat.path").

speakr v3.0.0

29 Jan 18:40
Compare
Choose a tag to compare

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

04 Sep 08:48
Compare
Choose a tag to compare

Added

  • pandoc-praat asset
  • flamenco theme (supports Praat scripting)

Fixed

  • warning message about lmt path at install time when lmt is not installed

v2.1.0

23 Apr 09:37
Compare
Choose a tag to compare

Changed

  • expanded documentation

v2.0.2

29 Sep 14:19
Compare
Choose a tag to compare

Fixed

  • missing date in citation

v2.0.1

29 Sep 10:19
Compare
Choose a tag to compare

Added

  • link to demo

Changed

  • clarified scope and installation of the package in README.md