Skip to content

Commit b6ea0e3

Browse files
committed
Note about maintainer change. Description fixes
1 parent 14f6478 commit b6ea0e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Package: stringr
22
Version: 1.0.0
33
Title: Simple, Consistent Wrappers for Common String Operations
44
Description: A consistent, simple and easy to use set of wrappers around the
5-
fantastic stringi package. All function and argument names (and positions)
6-
are consistent, all functions deal with NA's and zero length vectors
5+
fantastic 'stringi' package. All function and argument names (and positions)
6+
are consistent, all functions deal with "NA"'s and zero length vectors
77
in the same way, and the output from one function is easy to feed into
88
the input of another.
99
Authors@R: as.person(c(

cran-comments.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
* win-builder (devel and release)
55

66
## R CMD check results
7-
There were no ERRORs, WARNINGs or NOTEs.
7+
There were no ERRORs, or WARNINGs.
8+
9+
There was one note: I am changing the maintainer email to my rstudio address,
10+
and will send confirmation shortly.
811

912
## Downstream dependencies
1013
This release changes the backend of stringr from R's built in regular

0 commit comments

Comments
 (0)