[med-svn] [r-cran-tidyr] branch master updated (e5c99aa -> 8500c9f)
Andreas Tille
tille at debian.org
Fri Oct 13 06:51:06 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-tidyr.
from e5c99aa Standards-Version: 4.1.1
new b6d1127 New upstream version 0.7.1
new 7ddf96a Updated version 0.7.1 from 'upstream/0.7.1'
new b7f1f44 New upstream version
new 8500c9f TODO: New Build-Depends: r-cran-purrr
The 4 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 | 14 +-
MD5 | 136 ++++++-----
NAMESPACE | 87 ++++---
NEWS.md | 182 +++++++++++++++
R/RcppExports.R | 8 +-
R/compat-lazyeval.R | 90 ++++++++
R/complete.R | 58 ++---
R/data.R | 21 +-
R/drop-na.R | 45 ++++
R/drop_na.r | 53 -----
R/expand.R | 142 ++++++------
R/extract.R | 109 +++++----
R/fill.R | 54 +++--
R/gather.R | 209 ++++++++++-------
R/id.R | 9 +-
R/nest.R | 110 +++++----
R/replace_na.R | 14 +-
R/separate-rows.R | 60 +++--
R/separate.R | 196 ++++++++--------
R/seq.R | 4 +-
R/spread.R | 167 +++++++-------
R/tidyr.R | 37 +++
R/unite.R | 78 +++----
R/unnest.R | 162 +++++++------
R/utils.R | 47 ++--
README.md | 4 +-
build/vignette.rds | Bin 199 -> 199 bytes
debian/changelog | 4 +-
debian/control | 3 +-
inst/doc/tidy-data.Rmd | 6 +-
inst/doc/tidy-data.html | 466 ++++++++++++++++++--------------------
man/complete.Rd | 39 ++--
man/complete_.Rd | 21 --
man/deprecated-se.Rd | 164 ++++++++++++++
man/drop_na.Rd | 46 +++-
man/drop_na_.Rd | 19 --
man/expand.Rd | 50 ++--
man/expand_.Rd | 18 --
man/extract.Rd | 16 +-
man/extract_.Rd | 32 ---
man/extract_numeric.Rd | 2 +-
man/figures/logo.png | Bin 0 -> 16179 bytes
man/fill.Rd | 25 +-
man/fill_.Rd | 21 --
man/full_seq.Rd | 1 -
man/gather.Rd | 59 +++--
man/gather_.Rd | 34 ---
man/nest.Rd | 57 ++++-
man/nest_.Rd | 20 --
man/pipe.Rd | 1 -
man/replace_na.Rd | 3 +-
man/separate.Rd | 55 +++--
man/separate_.Rd | 58 -----
man/separate_rows.Rd | 43 +++-
man/separate_rows_.Rd | 23 --
man/smiths.Rd | 1 -
man/spread.Rd | 18 +-
man/spread_.Rd | 38 ----
man/table1.Rd | 1 -
man/tidyr-package.Rd | 36 +++
man/unite.Rd | 51 ++++-
man/unite_.Rd | 24 --
man/unnest.Rd | 29 ++-
man/unnest_.Rd | 30 ---
man/who.Rd | 30 +--
src/RcppExports.cpp | 21 +-
tests/testthat/test-complete.R | 8 +-
tests/testthat/test-drop_na.R | 46 ++--
tests/testthat/test-expand.R | 29 +--
tests/testthat/test-extract.R | 6 +-
tests/testthat/test-fill.R | 20 +-
tests/testthat/test-gather.R | 21 +-
tests/testthat/test-id.R | 1 -
tests/testthat/test-nest.R | 22 +-
tests/testthat/test-replace_na.R | 6 +-
tests/testthat/test-separate.R | 31 ++-
tests/testthat/test-spread.R | 41 ++--
tests/testthat/test-underscored.R | 117 ++++++++++
tests/testthat/test-unite.R | 14 +-
tests/testthat/test-unnest.R | 65 ++++--
vignettes/tidy-data.Rmd | 6 +-
81 files changed, 2261 insertions(+), 1833 deletions(-)
create mode 100644 R/compat-lazyeval.R
create mode 100644 R/drop-na.R
delete mode 100644 R/drop_na.r
create mode 100644 R/tidyr.R
delete mode 100644 man/complete_.Rd
create mode 100644 man/deprecated-se.Rd
delete mode 100644 man/drop_na_.Rd
delete mode 100644 man/expand_.Rd
delete mode 100644 man/extract_.Rd
create mode 100644 man/figures/logo.png
delete mode 100644 man/fill_.Rd
delete mode 100644 man/gather_.Rd
delete mode 100644 man/nest_.Rd
delete mode 100644 man/separate_.Rd
delete mode 100644 man/separate_rows_.Rd
delete mode 100644 man/spread_.Rd
create mode 100644 man/tidyr-package.Rd
delete mode 100644 man/unite_.Rd
delete mode 100644 man/unnest_.Rd
create mode 100644 tests/testthat/test-underscored.R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-tidyr.git
More information about the debian-med-commit
mailing list