Skip to content

Commit

Permalink
v 1.2.2 -> CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed May 1, 2018
1 parent 9a2802d commit fe69863
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 42 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: stringi
Version: 1.2.1
Date: 2018-04-21
Version: 1.2.2
Date: 2018-05-01
Title: Character String Processing Facilities
Description: Allows for fast, correct, consistent, portable,
as well as convenient character string/text processing in every locale
and any native encoding. Owing to the use of the ICU library,
the package provides R users with platform-independent functions
known to Java, Perl, Python, PHP, and Ruby programmers. Available
features include: pattern searching (e.g., with ICU Java-like regular
expressions or the Unicode Collation Algorithm), random string generation,
and any native encoding. Owing to the use of the 'ICU' library,
the package provides 'R' users with platform-independent functions
known to 'Java', 'Perl', 'Python', 'PHP', and 'Ruby' programmers. Available
features include: pattern searching (e.g., with 'Java'-like regular
expressions or the 'Unicode' collation algorithm), random string generation,
case mapping, string transliteration, concatenation,
Unicode normalization, date-time formatting and parsing, and many more.
URL: http://www.gagolewski.com/software/stringi/
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stringi package NEWS and CHANGELOG
===============================================================================

## 1.2.1 (2018-04-21) **CRAN**
## 1.2.2 (2018-05-01) **CRAN**

* [GENERAL] #193: `stringi` is now bundled with ICU4C 61.1,
which is used on most Windows and OS X builds as well as on *nix systems
Expand Down
18 changes: 1 addition & 17 deletions R/stats.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## This file is part of the 'stringi' package for R.
## Copyright (c) 2013-2017, Marek Gagolewski and other contributors.
## Copyright (c) 2013-2018, Marek Gagolewski and other contributors.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -103,22 +103,6 @@ stri_stats_general <- function(str) {
#' "")
#' stri_stats_latex(s)
#'
#' \dontrun{
#' # Stats for the preprint version of M. Gagolewski's book
#' # "Programowanie w jezyku R", Wydawnictwo Naukowe PWN, 2014.
#' # see http://rksiazka.rexamine.com
#' apply(
#' sapply(
#' list.files(path="~/Publikacje/ProgramowanieR/rozdzialy/",
#' pattern=glob2rx("*.tex"), recursive=TRUE, full.names=TRUE),
#' function(x)
#' stri_stats_latex(readLines(x))
#' ), 1, sum)
#'
#' CharsWord CharsCmdEnvir CharsWhite Words Cmds Envirs
#' 718755 458403 281989 120202 37055 6119
#' }
#'
#' @family stats
#' @export
stri_stats_latex <- function(str) {
Expand Down
20 changes: 19 additions & 1 deletion inst/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,25 @@ IBM and the contributors.
* Department of Information Technology (DIT) - Royal Government of Bhutan,
represented by Pema Geyleg
* Adobe Systems Incorporated, represented by Niti Hantaweepant
* Yahoo! Inc., represented by Badi Kumar Sudhakaran and Tex Texin
* Yahoo!, Inc., represented by Badi Kumar Sudhakaran and Tex Texin
* Google, Inc.
* Unicode, Inc.
* Sanjay Ghemawat
* Bertrand A. Damiba
* Helena Shih
* Alan Liu
* Wilson Hsieh
* Mohamed Eldawy
* Laura Werner
* Markus W. Scherer
* Mehran Mehr
* V. Weinstein
* Mark Davis
* John Emmons
* D. Goldsmith
* Chen-Lieh Huang
* Ram Viswanadha
* Shane Carr
* Dominic Ludlam
* Jonas Utterstrom
* Yves Arrouye
Expand Down
16 changes: 0 additions & 16 deletions man/stri_stats_latex.Rd

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

0 comments on commit fe69863

Please sign in to comment.