[med-svn] [r-cran-tibble] 02/06: Updated version 1.3.4 from 'upstream/1.3.4'

Andreas Tille tille at debian.org
Fri Sep 29 21:49:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-tibble.

commit 768ca14de2d95a256d74a94fec25c6396af3dfd7
Merge: ea803c5 dc9f474
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 29 23:44:06 2017 +0200

    Updated version 1.3.4 from 'upstream/1.3.4'
    
    with Debian dir 6639270137902370db07dfac961b4efce41742dc

 DESCRIPTION                                        |  34 +--
 LICENSE                                            |   2 +-
 MD5                                                | 177 ++++++-----
 NAMESPACE                                          |  21 +-
 NEWS.md                                            | 113 ++++++-
 R/RcppExports.R                                    |   4 +-
 R/add.R                                            |  69 +++--
 R/all-equal.r                                      | 103 -------
 R/as_tibble.R                                      | 169 +++++++++++
 R/check-names.R                                    |  39 ++-
 R/compat-lazyeval.R                                |  90 ++++++
 R/compat-purrr.R                                   | 161 ++++++++++
 R/dataframe.R                                      | 333 ---------------------
 R/enframe.R                                        |  22 +-
 R/glimpse.R                                        |  43 ++-
 R/has-name.R                                       |  19 +-
 R/lst.R                                            |  69 +++++
 R/repair-names.R                                   |  99 +++++-
 R/rownames.R                                       |  48 +--
 R/tbl-df.r                                         |  34 ++-
 R/tibble-pkg.R                                     |  65 ++++
 R/tibble.R                                         | 212 +++++++++----
 R/tribble.R                                        | 138 ++++++---
 R/type-sum.r                                       |  42 +--
 R/utils-format.r                                   | 230 +++++++++-----
 R/utils.r                                          |  58 ++--
 README.md                                          | 135 +++------
 build/vignette.rds                                 | Bin 230 -> 219 bytes
 inst/doc/{formatting.R => extending.R}             |   0
 inst/doc/{formatting.Rmd => extending.Rmd}         |   8 +-
 inst/doc/{formatting.html => extending.html}       |  54 ++--
 inst/doc/tibble.R                                  |  25 +-
 inst/doc/tibble.Rmd                                |  39 ++-
 inst/doc/tibble.html                               |  98 +++---
 man/add_column.Rd                                  |   1 -
 man/add_row.Rd                                     |   3 +-
 man/all_equal.Rd                                   |  54 ----
 man/as_tibble.Rd                                   |  59 ++--
 man/enframe.Rd                                     |  15 +-
 man/figures/logo.png                               | Bin 0 -> 27136 bytes
 man/formatting.Rd                                  |  14 +-
 man/frame_matrix.Rd                                |  28 ++
 man/glimpse.Rd                                     |   8 +-
 man/has_name.Rd                                    |  11 +-
 man/is.tibble.Rd                                   |   3 +-
 man/knit_print.trunc_mat.Rd                        |   1 -
 man/obj_sum.Rd                                     |  17 +-
 man/repair_names.Rd                                |  32 --
 man/rownames.Rd                                    |  17 +-
 man/tibble-package.Rd                              |  58 ++--
 man/tibble.Rd                                      |  51 ++--
 man/tidy_names.Rd                                  |  60 ++++
 man/tribble.Rd                                     |  11 +-
 src/RcppExports.cpp                                |  22 +-
 tests/testthat/helper-data.R                       |  14 +
 tests/testthat/helper-encoding.R                   |  53 ++++
 tests/testthat/helper-output.R                     |  13 +-
 tests/testthat/helper-type-sum.R                   |   9 +
 tests/testthat/output/glimpse/all-35.txt           |   2 +-
 tests/testthat/output/glimpse/all-50.txt           |   2 +-
 tests/testthat/output/glimpse/all-70.txt           |   2 +-
 tests/testthat/output/glimpse/non-syntactic.txt    |   4 +
 tests/testthat/output/trunc_mat/POSIXlt-8-60.txt   |   2 +-
 tests/testthat/output/trunc_mat/all--30.txt        |   2 +-
 tests/testthat/output/trunc_mat/all--300.txt       |  17 +-
 tests/testthat/output/trunc_mat/all-1-30-0.txt     |   2 +-
 tests/testthat/output/trunc_mat/all-1-30-2.txt     |   2 +-
 tests/testthat/output/trunc_mat/all-knit-120.txt   |   4 +-
 tests/testthat/output/trunc_mat/all-knit-60.txt    |   4 +-
 tests/testthat/output/trunc_mat/iris--70.txt       |  20 +-
 tests/testthat/output/trunc_mat/iris-3-5.txt       |   2 +-
 tests/testthat/output/trunc_mat/iris-5-30.txt      |   2 +-
 tests/testthat/output/trunc_mat/iris_unk-10-70.txt |  18 +-
 tests/testthat/output/trunc_mat/long-5-30.txt      |   2 +-
 tests/testthat/output/trunc_mat/mtcars-8-30.txt    |   2 +-
 tests/testthat/output/trunc_mat/mtcars-knit-60.txt |   2 +-
 tests/testthat/output/trunc_mat/newline.txt        |   5 +
 tests/testthat/output/trunc_mat/non-syntactic.txt  |   4 +
 tests/testthat/output/trunc_mat/wide-8-60.txt      |   2 +-
 tests/testthat/output/trunc_mat/zero_cols-5-30.txt |   2 +-
 tests/testthat/output/trunc_mat/zero_rows--30.txt  |   2 +-
 tests/testthat/test-add.R                          | 129 +++++---
 tests/testthat/test-data-frame.R                   | 190 ++++++++++--
 tests/testthat/test-enframe.R                      |  11 +
 tests/testthat/test-equality.R                     |  92 ------
 tests/testthat/test-glimpse.R                      |  15 +-
 tests/testthat/test-lst.R                          |   5 +
 tests/testthat/test-matrix.R                       |   7 +
 tests/testthat/test-nibble.R                       | 106 -------
 tests/testthat/test-obj-sum.R                      |   6 +-
 tests/testthat/test-options.R                      |  60 ++++
 tests/testthat/test-repair_names.R                 |  13 -
 tests/testthat/test-rownames.R                     |  60 +++-
 tests/testthat/test-tbl-df.R                       | 157 ++++++++--
 tests/testthat/test-tidy_names.R                   |  86 ++++++
 tests/testthat/test-tribble.R                      | 176 +++++++++++
 tests/testthat/test-trunc-mat.R                    |  40 ++-
 tests/testthat/test-type_sum.R                     |   7 +
 tests/testthat/test-utils-format.R                 |  20 ++
 vignettes/{formatting.Rmd => extending.Rmd}        |   8 +-
 vignettes/tibble.Rmd                               |  39 ++-
 101 files changed, 2945 insertions(+), 1695 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-tibble.git



More information about the debian-med-commit mailing list