Skip to content

Commit

Permalink
♻️ - update readme and news
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocoretta committed Feb 13, 2022
1 parent 8ee3645 commit 681ab31
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 14 deletions.
29 changes: 19 additions & 10 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# speakr 3.2.0
# speaker v3.2.0.9000

## Fixed

* `option()` to `options()` in README (7fb7757). Thanks to @agricolamz (#11).




# speakr v3.2.0

## Added

Expand All @@ -10,7 +19,7 @@



# speakr 3.1.1
# speakr v3.1.1

## Fixed

Expand All @@ -19,7 +28,7 @@



# speakr 3.1.0
# speakr v3.1.0

## Added

Expand All @@ -39,7 +48,7 @@



# speakr 3.0.0
# speakr v3.0.0

## Added

Expand All @@ -58,7 +67,7 @@
* 🔥 Utilities for `lmt` have been removed. (R-based literate Praat capabilities will be reintroduced in a future release).


# speakr 2.1.1
# speakr v2.1.1

## Added

Expand All @@ -70,19 +79,19 @@

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

# speakr 2.1.0
# speakr v2.1.0

## Changed

* expanded documentation

# speakr 2.0.2
# speakr v2.0.2

## Fixed

* missing date in citation

# speakr 2.0.1
# speakr v2.0.1

## Added

Expand All @@ -92,7 +101,7 @@

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

# speakr 2.0.0
# speakr v2.0.0

## Added

Expand All @@ -116,7 +125,7 @@

* old functions with camelCase names

# speakr 1.0.0
# speakr v1.0.0

## Added

Expand Down
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
output: github_document
output:
github_document:
html_preview: false
---

<!-- README.md is generated from README.Rmd. Please edit that file -->
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![CRAN
checks](https://cranchecks.info/badges/summary/speakr)](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.0-orange.svg)](https://github.com/stefanocoretta/speakr)
[![](https://img.shields.io/badge/devel%20version-3.2.0.9000-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 Expand Up @@ -66,7 +66,7 @@ script <- system.file("extdata", "get-formants-args.praat", package = "speakr")
formants <- praat_run(script, "Hertz", 0.03, capture = TRUE) %>%
read_csv()
#> Rows: 5 Columns: 4
#> ── Column specification ────────────────────────────────────────────────────────
#> ── Column specification ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (1): vowel
#> dbl (3): F1, F2, F3
Expand All @@ -79,7 +79,7 @@ Let’s check the tibble `formants`.

``` r
formants
#> # A tibble: 5 x 4
#> # A tibble: 5 × 4
#> vowel F1 F2 F3
#> <chr> <dbl> <dbl> <dbl>
#> 1 a 784. 1391. 2433.
Expand Down

0 comments on commit 681ab31

Please sign in to comment.