[r-cran-lubridate] branch master updated (92924b8 -> 6889420)

Andreas Tille tille at debian.org
Mon Dec 5 16:30:59 UTC 2016


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

tille pushed a change to branch master
in repository r-cran-lubridate.

      from  92924b8   Update for v1.5.0-2
      adds  7e74a91   New upstream version 1.6.0
       new  6104b17   Merge tag 'upstream/1.6.0'
       new  337afd7   New upstream version
       new  a6747bd   cme fix dpkg-control
       new  09259df   Convert to dh-r
       new  3239489   Canonical CRAN homepage
       new  555cdf5   DEP5
       new  bc12d9f   Debhelper 10
       new  4afaaac   d/watch: version=4
       new  9244619   DEP5
       new  6889420   Add autopkgtest

The 10 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                        |  41 +--
 MD5                                | 276 ++++++++-------
 NAMESPACE                          |  48 ++-
 NEWS.md                            | 384 +++++++++++----------
 R/Dates.r                          |   2 +-
 R/POSIXt.r                         |   7 +-
 R/accessors-date.R                 |  50 +++
 R/accessors-day.r                  |  30 +-
 R/accessors-dst.r                  |  10 +-
 R/accessors-hour.r                 |  13 +-
 R/accessors-minute.r               |  13 +-
 R/accessors-month.r                |  53 ++-
 R/accessors-quarter.r              |  54 ++-
 R/accessors-second.r               |  17 +-
 R/accessors-tz.r                   |  49 +--
 R/accessors-week.r                 |  22 +-
 R/accessors-year.r                 |  19 +-
 R/am-pm.r                          |  16 +-
 R/coercion.r                       | 414 ++++++++++++----------
 R/constants.r                      |   8 +-
 R/data.r                           |  18 +-
 R/decimal-dates.r                  |  20 +-
 R/deprecated.r                     | 137 ++++++--
 R/difftimes.r                      |  33 +-
 R/durations.r                      | 265 ++++++++-------
 R/epochs.r                         |  89 -----
 R/guess.r                          | 109 ++++--
 R/help.r                           | 199 ++++++-----
 R/hidden.r                         |   8 +
 R/instants.r                       | 107 ++++--
 R/intervals.r                      | 613 ++++++++++++++++-----------------
 R/leap-years.r                     |   8 +-
 R/ops-%m+%.r                       |  67 ++--
 R/ops-addition.r                   | 245 ++++----------
 R/ops-compare.r                    |  50 +++
 R/ops-division.r                   | 190 ++++++-----
 R/ops-integer-division.r           |   8 +-
 R/ops-modulo.r                     |  49 +--
 R/ops-multiplication.r             |  21 +-
 R/ops-subtraction.r                |  78 +----
 R/parse.r                          | 475 ++++++++++++++++----------
 R/periods.r                        | 678 ++++++++++++++++---------------------
 R/pretty.r                         |  81 ++---
 R/round.r                          | 341 +++++++++++++------
 R/stamp.r                          |   8 +-
 R/time-zones.r                     | 169 +++------
 R/timespans.r                      | 133 +++-----
 R/update.r                         |  95 +++---
 R/util.r                           |  70 +++-
 README.md                          |   6 +-
 build/vignette.rds                 | Bin 198 -> 198 bytes
 debian/README.test                 |   8 +
 debian/changelog                   |  14 +
 debian/compat                      |   2 +-
 debian/control                     |  12 +-
 debian/copyright                   |  21 +-
 debian/docs                        |   3 +
 debian/rules                       |   3 +-
 debian/tests/control               |   3 +
 debian/tests/run-unit-test         |  13 +
 debian/watch                       |   2 +-
 inst/doc/lubridate.Rmd             |   2 +-
 inst/doc/lubridate.html            |  50 ++-
 man/DateUpdate.Rd                  |   5 +-
 man/Deprecated.Rd                  |   9 +
 man/Duration-class.Rd              |  42 ---
 man/Interval-class.Rd              |  85 +----
 man/Period-class.Rd                | 160 ++-------
 man/Timespan-class.Rd              |   4 +-
 man/add_epoch_to_date.Rd           |  21 --
 man/am.Rd                          |   8 +-
 man/as.duration.Rd                 |  43 ++-
 man/as.interval.Rd                 |  27 +-
 man/as.period.Rd                   |  77 ++---
 man/as_date.Rd                     |  69 ++++
 man/date.Rd                        |  40 +++
 man/date_decimal.Rd                |   2 +-
 man/day.Rd                         |  14 +-
 man/days_in_month.Rd               |   2 +-
 man/dst.Rd                         |   6 +-
 man/duration.Rd                    |  50 +--
 man/fit_to_timeline.Rd             |  20 +-
 man/force_tz.Rd                    |  23 +-
 man/guess_formats.Rd               |   2 +-
 man/here.Rd                        |  23 --
 man/hidden_aliases.Rd              | 257 ++++++++++++++
 man/hm.Rd                          |  35 --
 man/hms.Rd                         |  32 +-
 man/hour.Rd                        |   8 +-
 man/int_aligns.Rd                  |  34 --
 man/int_diff.Rd                    |  24 --
 man/int_end.Rd                     |  33 --
 man/int_flip.Rd                    |  30 --
 man/int_length.Rd                  |  28 --
 man/int_overlaps.Rd                |  31 --
 man/int_shift.Rd                   |  35 --
 man/int_standardize.Rd             |  22 --
 man/int_start.Rd                   |  33 --
 man/interval.Rd                    | 156 ++++++++-
 man/is.POSIXt.Rd                   |   4 +
 man/is.difftime.Rd                 |   2 +-
 man/is.instant.Rd                  |   5 +-
 man/is.timespan.Rd                 |   2 +-
 man/lakers.Rd                      |  14 +-
 man/leap_year.Rd                   |   4 +-
 man/lubridate-package.Rd           | 163 +++++----
 man/make_datetime.Rd               |  42 +++
 man/make_difftime.Rd               |  13 +-
 man/minute.Rd                      |   8 +-
 man/month.Rd                       |  23 +-
 man/mplus.Rd                       |  18 +-
 man/ms.Rd                          |  35 --
 man/new_epoch.Rd                   |  24 --
 man/now.Rd                         |   6 +-
 man/olson_time_zones.Rd            |  34 --
 man/origin.Rd                      |   5 +-
 man/parse_date_time.Rd             | 126 ++++---
 man/period.Rd                      |  52 +--
 man/pretty_dates.Rd                |  22 +-
 man/quarter.Rd                     |  29 +-
 man/quick_durations.Rd             |  15 +-
 man/quick_epochs.Rd                |  37 --
 man/quick_periods.Rd               |  56 ++-
 man/reclass_timespan.Rd            |   4 -
 man/rollback.Rd                    |   8 -
 man/round_date.Rd                  | 131 ++++---
 man/second.Rd                      |   8 +-
 man/stamp.Rd                       |   4 +-
 man/timespan.Rd                    | 100 +++---
 man/today.Rd                       |   4 +-
 man/tz.Rd                          |  42 +--
 man/week.Rd                        |  20 +-
 man/with_tz.Rd                     |  19 +-
 man/within-interval.Rd             |   6 +-
 man/year.Rd                        |   6 +-
 man/ymd.Rd                         |  55 +--
 man/ymd_hms.Rd                     |  41 ++-
 po/R-it.po                         |   2 +-
 po/R-ko.po                         |   2 +-
 po/R-lubridate.pot                 |   2 +-
 src/constants.h                    |  21 ++
 src/datetime.c                     | 204 +++++++++++
 src/period.c                       |  93 +++++
 src/tparse.c                       | 362 +++++++++++++-------
 src/utils.c                        | 108 ++++++
 src/utils.h                        |  26 ++
 tests/testthat/test-Dates.R        |  16 +-
 tests/testthat/test-POSIXt.R       |  28 +-
 tests/testthat/test-accessors.R    | 102 +++---
 tests/testthat/test-decimal-date.R |  19 +-
 tests/testthat/test-durations.R    | 104 +++---
 tests/testthat/test-guess.R        |  33 +-
 tests/testthat/test-instants.R     |  43 ++-
 tests/testthat/test-intervals.R    |  35 +-
 tests/testthat/test-ops-addition.R | 147 ++++----
 tests/testthat/test-ops-compare.R  |  17 +
 tests/testthat/test-ops-division.R | 122 +++----
 tests/testthat/test-parsers.R      | 616 +++++++++++++++++++++++++--------
 tests/testthat/test-periods.R      | 137 +++++---
 tests/testthat/test-pretty.R       |   8 +-
 tests/testthat/test-rollback.R     |  18 +
 tests/testthat/test-round.R        | 361 ++++++++++++++++++++
 tests/testthat/test-settors.R      |  67 +++-
 tests/testthat/test-timespans.R    |   6 +-
 tests/testthat/test-timezones.R    |  19 +-
 165 files changed, 6517 insertions(+), 4907 deletions(-)
 create mode 100644 R/accessors-date.R
 delete mode 100644 R/epochs.r
 create mode 100644 R/hidden.r
 create mode 100644 R/ops-compare.r
 create mode 100644 debian/README.test
 create mode 100644 debian/docs
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-unit-test
 delete mode 100644 man/add_epoch_to_date.Rd
 create mode 100644 man/as_date.Rd
 create mode 100644 man/date.Rd
 delete mode 100644 man/here.Rd
 create mode 100644 man/hidden_aliases.Rd
 delete mode 100644 man/hm.Rd
 delete mode 100644 man/int_aligns.Rd
 delete mode 100644 man/int_diff.Rd
 delete mode 100644 man/int_end.Rd
 delete mode 100644 man/int_flip.Rd
 delete mode 100644 man/int_length.Rd
 delete mode 100644 man/int_overlaps.Rd
 delete mode 100644 man/int_shift.Rd
 delete mode 100644 man/int_standardize.Rd
 delete mode 100644 man/int_start.Rd
 create mode 100644 man/make_datetime.Rd
 delete mode 100644 man/ms.Rd
 delete mode 100644 man/new_epoch.Rd
 delete mode 100644 man/olson_time_zones.Rd
 delete mode 100644 man/quick_epochs.Rd
 create mode 100644 src/constants.h
 create mode 100644 src/datetime.c
 create mode 100644 src/period.c
 create mode 100644 src/utils.c
 create mode 100644 src/utils.h
 create mode 100644 tests/testthat/test-ops-compare.R
 create mode 100644 tests/testthat/test-rollback.R
 create mode 100644 tests/testthat/test-round.R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-lubridate.git



More information about the debian-science-commits mailing list