Skip to content

Commit

Permalink
add vignette on use of lmt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocoretta committed Jan 29, 2024
1 parent 9a0d25d commit b42f63e
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 1,542 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^CRAN-RELEASE$
^LICENSE\.md$
^CRAN-SUBMISSION$
^_extensions$
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: speakr
Type: Package
Title: A Wrapper for the Phonetic Software 'Praat'
Version: 3.2.1.9000
Date: 2022-09-04
Version: 3.2.2
Date: 2024-01-29
Authors@R: person("Stefano", "Coretta", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9627-5532", github = "stefanocoretta"))
Expand All @@ -15,7 +15,8 @@ URL: https://github.com/stefanocoretta/speakr
BugReports: https://github.com/stefanocoretta/speakr/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: ggplot2,
Imports: cli,
ggplot2,
lifecycle,
quarto,
readr,
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# speakr v3.2.0.9000
# speakr v3.2.2

## 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 `|>`.


# speakr v3.2.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![CRAN
checks](https://badges.cranchecks.info/summary/speakr.svg)](https://cran.r-project.org/web/checks/check_results_speakr.html)
[![R-CMD-check](https://github.com/stefanocoretta/speakr/workflows/R-CMD-check/badge.svg)](https://github.com/stefanocoretta/speakr/actions)
[![](https://img.shields.io/badge/devel%20version-3.2.1.9000-orange.svg)](https://github.com/stefanocoretta/speakr)
[![](https://img.shields.io/badge/devel%20version-3.2.2-orange.svg)](https://github.com/stefanocoretta/speakr)
[![](https://img.shields.io/badge/doi-10.5281/zenodo.4014768-blue.svg)](https://doi.org/10.5281/zenodo.4014768)
<!-- badges: end -->

Expand Down
211 changes: 0 additions & 211 deletions inst/extdata/pandoc/flamenco.theme

This file was deleted.

Loading

0 comments on commit b42f63e

Please sign in to comment.