Skip to content

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Aug 11, 2022
1 parent a8176bf commit cff5d8a
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 23 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^codecov\.yml$
^cran-comments\.md$
^CRAN-RELEASE$
^revdep$
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: proceduralnames
Type: Package
Title: Several Methods for Procedural Name Generation
Version: 0.2.1
Version: 0.2.2
Authors@R:
person(given = "Michael",
family = "Mahoney",
Expand All @@ -10,7 +10,7 @@ Authors@R:
comment = c(ORCID = "0000-0003-2402-304X"))
Description: A small, dependency-free way to generate random names. Methods
provided include the adjective-surname approach of Docker containers
('<https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go'),
('<https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go>'),
and combinations of common English or Spanish words.
URL: https://mikemahoney218.github.io/proceduralnames/, https://github.com/mikemahoney218/proceduralnames
BugReports: https://github.com/mikemahoney218/proceduralnames/issues
Expand All @@ -19,7 +19,7 @@ Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
Suggests:
testthat,
covr
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# proceduralnames 0.2.2
* Redocumented to stay on CRAN

# proceduralnames 0.2.1
* Bug fixes:
* Fixed problem where `title` and `upper` options to `case` provided the wrong
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[![Lifecycle:
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[![License:
Apache 2.0](https://img.shields.io/badge/license-Apache-yellowgreen.svg)](https://choosealicense.com/licenses/apache-2.0/)
[![License: Apache
2.0](https://img.shields.io/badge/license-Apache-yellowgreen.svg)](https://choosealicense.com/licenses/apache-2.0/)
[![CRAN
status](https://www.r-pkg.org/badges/version/proceduralnames)](https://CRAN.R-project.org/package=proceduralnames)
[![codecov](https://codecov.io/gh/mikemahoney218/proceduralnames/branch/main/graph/badge.svg?token=Clkzj1NO5c)](https://app.codecov.io/gh/mikemahoney218/proceduralnames)
Expand Down Expand Up @@ -52,7 +52,7 @@ for its containers:
``` r
library(proceduralnames)
make_docker_names(1)
#> [1] "musing_kilby"
#> [1] "optimistic_shirley"
```

`make_english_names` and `make_spanish_names` both generate names using
Expand All @@ -61,9 +61,9 @@ respectively:

``` r
make_english_names(1)
#> [1] "continent_grand_atom"
#> [1] "night_solve_noise"
make_spanish_names(1)
#> [1] "quiero_aquella_militar"
#> [1] "grandes_silencio_programa"
```

All three functions can be used to generate multiple names by providing
Expand All @@ -76,7 +76,7 @@ between 1 and 10 to the end of each name:

``` r
make_docker_names(1, retry = TRUE)
#> [1] "laughing_pare1"
#> [1] "confident_mclean9"
```

In addition to these functions, proceduralnames provides the data sets
Expand Down
20 changes: 8 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
## Resubmission

This is a resubmission. In this version, I have updated the URL in README.md
which has been moved.

Apologies for the inconvenience! I ran the checks before the weekend and didn't
get any URL issues, I assume it updated between when I ran and when I submitted.

## Test environments
* local R installation, ubuntu 20.04, R 4.1.1
* local R installation, ubuntu 20.04, R 4.2.1
* ubuntu 20.04 (on GitHub Actions), R devel, release, oldrel
* macOS (on GitHub Actions), R release
* windows (on GitHub Actions), R release
* win-builder, R devel, release, oldrel
* win-builder, R devel

## R CMD check results

0 errors | 0 warnings | 0 notes

## Downstream dependencies
## revdepcheck results

We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

There are currently no downstream dependencies for this package.
4 changes: 2 additions & 2 deletions man/proceduralnames-package.Rd

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

7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
24 changes: 24 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Platform

|field |value |
|:--------|:-------------------------------------------------------------|
|version |R version 4.2.1 (2022-06-23) |
|os |Ubuntu 20.04.4 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2022-08-11 |
|rstudio |2022.07.1+554 Spotted Wakerobin (desktop) |
|pandoc |2.18 @ /usr/lib/rstudio/bin/quarto/bin/tools/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:---------------|:-----|:-----|:--|
|proceduralnames |0.2.1 |0.2.2 |* |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

5 changes: 5 additions & 0 deletions revdep/email.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_date: ???
rel_release_date: ???
my_news_url: ???
release_version: ???
release_details: ???
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit cff5d8a

Please sign in to comment.