Skip to content

Commit

Permalink
fix man
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Jul 11, 2022
1 parent 470b436 commit b56a8ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stringi
Version: 1.7.7
Date: 2022-07-02
Version: 1.7.8
Date: 2022-07-11
Title: Fast and Portable Character String Processing Facilities
Description: A collection of character string/text/natural language
processing tools for pattern searching (e.g., with 'Java'-like regular
Expand Down
3 changes: 1 addition & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# What Is New in *stringi*


## 1.7.7 (2022-07-02)
## 1.7.8 (2022-07-11)

* [DOCUMENTATION] Paper on *stringi* has been published in
the *Journal of Statistical Software*;
Expand Down
2 changes: 1 addition & 1 deletion R/length.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ stri_isempty <- function(str)
#'
#' @details
#' The Unicode standard does not formalize the notion of a character
#' width. Roughly based on \url{https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c},
#' width. Roughly based on \url{http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c},
#' \url{https://github.com/nodejs/node/blob/master/src/node_i18n.cc},
#' and UAX #11 we proceed as follows.
#' The following code points are of width 0:
Expand Down
2 changes: 1 addition & 1 deletion R/stringi-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
#'
#' Gagolewski M., \pkg{stringi}: Fast and portable character string
#' processing in R, \emph{Journal of Statistical Software} 103(2), 2022, 1-59,
#' doi:\url{https://dx.doi.org/10.18637/jss.v103.i02}
#' \doi{10.18637/jss.v103.i02}
#'
#' \emph{ICU -- International Components for Unicode},
#' \url{https://icu.unicode.org/}
Expand Down
2 changes: 1 addition & 1 deletion man/about_stringi.Rd

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

2 changes: 1 addition & 1 deletion man/stri_width.Rd

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

0 comments on commit b56a8ca

Please sign in to comment.