Skip to content

Commit

Permalink
Merge pull request #9 from rossellhayes/chore/prepare-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rossellhayes authored Jun 7, 2022
2 parents 5b0d124 + 90362db commit aba03aa
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: plu
Title: Dynamically Pluralize Phrases
Version: 0.2.1.9000
Version: 0.2.2
Authors@R:
person(given = "Alexander",
family = "Rossell Hayes",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# plu (development version)
# plu 0.2.2

* Modest speed improvements to `plu_ralize()`.
* This propagates to `plu_ral()` and `plu_more()`, which use `plu_ralize()` internally.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library(badger)
`r badge_lifecycle("stable")`
`r badge_license(color = "blueviolet")`
`r badge_github_actions()`
`r badge_codecov()`
[![](https://codecov.io/gh/rossellhayes/plu/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rossellhayes/plu)
`r badge_dependencies()`
`r badge_codefactor()`
<!-- badges: end -->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MIT](https://img.shields.io/badge/license-MIT-blueviolet.svg)](https://cran.r-project.org/web/licenses/MIT)
[![R build
status](https://github.com/rossellhayes/plu/workflows/R-CMD-check/badge.svg)](https://github.com/rossellhayes/plu/actions)
[![](https://codecov.io/gh/rossellhayes/plu/branch/main/graph/badge.svg)](https://codecov.io/gh/rossellhayes/plu)
[![](https://codecov.io/gh/rossellhayes/plu/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rossellhayes/plu)
[![Dependencies](https://tinyverse.netlify.com/badge/plu)](https://cran.r-project.org/package=plu)
[![CodeFactor](https://www.codefactor.io/repository/github/rossellhayes/plu/badge)](https://www.codefactor.io/repository/github/rossellhayes/plu)
<!-- badges: end -->
Expand Down Expand Up @@ -79,7 +79,7 @@ paste(
),
plu::ral("is {negative}.", ints[ints < 0])
)
#> [1] "All inputs must be non-negative. `-6`, `-2`, `-5`, `-1`, `-2` and 6 more integers are negative."
#> [1] "All inputs must be non-negative. `-3`, `-2`, `-5`, `-6`, `-9` and 6 more integers are negative."
```

## Credits
Expand Down
28 changes: 17 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
## Resubmission
* This resubmission fixes moved URLs.

## Test environments
* Local R installation, Windows 10, R 4.0.2
# Test environments
* Local R installation, R 4.2.0 on Mac OS 12.3.1
* GitHub Actions
* R 4.0.0 on Windows Server 2019, Mac OS X 10.15.4 and Ubuntu 16.04
* R 4.1.0-devel on Mac OS X 10.15.4
* R 4.1.0-devel on win-builder
* R devel on Ubuntu 18.04
* R 4.2.0 on Ubuntu 18.04, Windows Server 2022 and Mac OS 11.6.5
* R 4.1.3 on Ubuntu 18.04
* R 4.0.5 on Ubuntu 18.04
* R 3.6.3 on Ubuntu 18.04 and Windows Server 2022
* R 3.5.3 on Ubuntu 18.04
* win-builder, R devel
* r-hub
* R 4.1.0-devel on Windows Server 2008 and Fedora Linux
* R 4.0.0 on Ubuntu 16.04
* R devel on Fedora Linux
* R 4.2.0 on Ubuntu 20.04 and Windows Server 2008

## R CMD check results
# R CMD check results

0 errors | 0 warnings | 0 notes

# Reverse dependencies

* I am the maintainer of the only reverse dependency: `incase`
- This update introduces no incompatibilities

0 comments on commit aba03aa

Please sign in to comment.