Skip to content

Commit

Permalink
πŸ› - fix errors due to readr update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocoretta committed Jul 21, 2021
1 parent fb5c3d7 commit 011a926
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Package: speakr
Type: Package
Title: A Wrapper for the Phonetic Software 'Praat'
Version: 3.1.1.9000
Date: 2021-04-25
Version: 3.2.0
Date: 2021-07-21
Authors@R: person("Stefano", "Coretta", email = "[email protected]",
role = c("aut", "cre"))
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9627-5532", github = "stefanocoretta"))
Description: It allows running 'Praat' scripts from R and it provides some
wrappers for basic plotting. It also adds support for literate markdown
tangling. The package is designed to bring reproducible phonetic research
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# speakr 3.1.1.9000
# speakr 3.2.0

## Added

* Zenodo DOI in Readme.

## Fixed

* Fixed errors in vignette after update of readr.



# speakr 3.1.1
Expand Down
10 changes: 9 additions & 1 deletion 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.1.1-orange.svg)](https://github.com/stefanocoretta/speakr)
[![](https://img.shields.io/badge/devel%20version-3.2.0-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 @@ -65,6 +65,14 @@ 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 ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (1): vowel
#> dbl (3): F1, F2, F3
#>
#> β„Ή Use `spec()` to retrieve the full column specification for this data.
#> β„Ή Specify the column types or set `show_col_types = FALSE` to quiet this message.
```

Let’s check the tibble `formants`.
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
This patch fixes the errors and notes reported in https://cran.r-project.org/web/checks/check_results_speakr.html
This patch fixes the errors and notes reported on https://cran.r-project.org/web/checks/check_results_speakr.html

## Test environments

- local macOS 11.2.3 (r-4.0.5)
- local macOS 11.4 Apple M1 (r-4.1.0)
- win-builder (devel)
- R-hub windows-x86_64-devel (r-devel)
- R-hub ubuntu-gcc-release (r-release)
Expand Down
2 changes: 1 addition & 1 deletion man/speakr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 011a926

Please sign in to comment.