[r-cran-lubridate] 01/10: Merge tag 'upstream/1.6.0'

Andreas Tille tille at debian.org
Mon Dec 5 16:31:00 UTC 2016


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

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

commit 6104b176c06809f3cbd5bbe8ebc073ab672f328a
Merge: 92924b8 7e74a91
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 5 17:12:25 2016 +0100

    Merge tag 'upstream/1.6.0'
    
    Upstream version 1.6.0

 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
 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 +-
 155 files changed, 6452 insertions(+), 4891 deletions(-)

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