Skip to content

Commit

Permalink
πŸ› - fix cran notes about html5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocoretta committed Sep 4, 2022
1 parent 9f02c0f commit 17af658
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
6 changes: 3 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.0.9000
Date: 2021-02-13
Version: 3.2.1
Date: 2022-09-04
Authors@R: person("Stefano", "Coretta", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9627-5532", github = "stefanocoretta"))
Expand All @@ -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,
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ theme_set(theme_minimal())
library(speakr)
```

# speakr: A Wrapper for the Phonetic Software Praat <img src='man/figures/logo.png' align="right" height="120" />
# speakr: A Wrapper for the Phonetic Software Praat <img src='man/figures/logo.png' style="float: right;" height="120" />

<!-- badges: start -->
`r badger::badge_cran_release("speakr", "blue")`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# speakr: A Wrapper for the Phonetic Software Praat <img src='man/figures/logo.png' align="right" height="120" />
# speakr: A Wrapper for the Phonetic Software Praat <img src='man/figures/logo.png' style="float: right;" height="120" />

<!-- badges: start -->

[![](https://www.r-pkg.org/badges/version/speakr?color=blue)](https://cran.r-project.org/package=speakr)
[![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)
<!-- 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 Down
7 changes: 2 additions & 5 deletions 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 17af658

Please sign in to comment.