From 17af65827cea06ccf213631e9127d1f072b7997c Mon Sep 17 00:00:00 2001 From: stefanocoretta Date: Sun, 4 Sep 2022 11:07:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20-=20fix=20cran=20notes=20about?= =?UTF-8?q?=20html5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DESCRIPTION | 6 +++--- NEWS.md | 4 +++- README.Rmd | 2 +- README.md | 6 +++--- man/speakr-package.Rd | 7 ++----- 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4105227..251f394 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: speakr Type: Package Title: A Wrapper for the Phonetic Software 'Praat' -Version: 3.2.0.9000 -Date: 2021-02-13 +Version: 3.2.1 +Date: 2022-09-04 Authors@R: person("Stefano", "Coretta", email = "stefano.coretta@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9627-5532", github = "stefanocoretta")) @@ -14,7 +14,7 @@ License: MIT + file LICENSE URL: https://github.com/stefanocoretta/speakr BugReports: https://github.com/stefanocoretta/speakr/issues Encoding: UTF-8 -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.1 Imports: ggplot2, lifecycle, readr, diff --git a/NEWS.md b/NEWS.md index b2d1f37..8484456 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,12 @@ -# speaker v3.2.0.9000 +# speaker v3.2.1 ## Fixed * `option()` to `options()` in README (7fb7757). Thanks to @agricolamz (#11). +## Developer +* Fixed CRAN errors related to HTML5 checks. # speakr v3.2.0 diff --git a/README.Rmd b/README.Rmd index 30ee372..bbdcc43 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ theme_set(theme_minimal()) library(speakr) ``` -# speakr: A Wrapper for the Phonetic Software Praat +# speakr: A Wrapper for the Phonetic Software Praat `r badger::badge_cran_release("speakr", "blue")` diff --git a/README.md b/README.md index 6c649d6..c32e9db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# speakr: A Wrapper for the Phonetic Software Praat +# speakr: A Wrapper for the Phonetic Software Praat @@ -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.9000-orange.svg)](https://github.com/stefanocoretta/speakr) +[![](https://img.shields.io/badge/devel%20version-3.2.1-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) @@ -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 diff --git a/man/speakr-package.Rd b/man/speakr-package.Rd index 86d1e5f..86b9bd0 100644 --- a/man/speakr-package.Rd +++ b/man/speakr-package.Rd @@ -6,12 +6,9 @@ \alias{speakr-package} \title{speakr: A Wrapper for the Phonetic Software 'Praat'} \description{ -\if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}} +\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -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 - into R. +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 into R. } \seealso{ Useful links: