[med-svn] [r-cran-tibble] branch master updated (ea803c5 -> 9599a8d)

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 change to branch master
in repository r-cran-tibble.

      from  ea803c5   Moved packaging from SVN to Git
       new  dc9f474   New upstream version 1.3.4
       new  768ca14   Updated version 1.3.4 from 'upstream/1.3.4'
       new  8ea2663   New upstream version
       new  acad2e6   debhelper 10
       new  71bb980   Standards-Version: 4.1.1
       new  9599a8d   TODO: r-cran-rlang

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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
 debian/changelog                                   |   8 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   7 +-
 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 ++-
 104 files changed, 2956 insertions(+), 1701 deletions(-)
 delete mode 100644 R/all-equal.r
 create mode 100644 R/as_tibble.R
 create mode 100644 R/compat-lazyeval.R
 create mode 100644 R/compat-purrr.R
 delete mode 100644 R/dataframe.R
 create mode 100644 R/lst.R
 create mode 100644 R/tibble-pkg.R
 rename inst/doc/{formatting.R => extending.R} (100%)
 rename inst/doc/{formatting.Rmd => extending.Rmd} (91%)
 rename inst/doc/{formatting.html => extending.html} (85%)
 delete mode 100644 man/all_equal.Rd
 create mode 100644 man/figures/logo.png
 create mode 100644 man/frame_matrix.Rd
 delete mode 100644 man/repair_names.Rd
 create mode 100644 man/tidy_names.Rd
 create mode 100644 tests/testthat/helper-encoding.R
 create mode 100644 tests/testthat/helper-type-sum.R
 create mode 100644 tests/testthat/output/glimpse/non-syntactic.txt
 create mode 100644 tests/testthat/output/trunc_mat/newline.txt
 create mode 100644 tests/testthat/output/trunc_mat/non-syntactic.txt
 delete mode 100644 tests/testthat/test-equality.R
 delete mode 100644 tests/testthat/test-nibble.R
 create mode 100644 tests/testthat/test-tidy_names.R
 create mode 100644 tests/testthat/test-tribble.R
 create mode 100644 tests/testthat/test-type_sum.R
 create mode 100644 tests/testthat/test-utils-format.R
 rename vignettes/{formatting.Rmd => extending.Rmd} (91%)

-- 
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