[r-cran-lubridate] branch master updated (6889420 -> 60cef44)

Sébastien Villemot sebastien at debian.org
Sat Nov 4 10:39:42 UTC 2017


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

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

      from  6889420   Add autopkgtest
      adds  017e334   New upstream version 1.7.1
       new  bc08b16   Merge tag 'upstream/1.7.1'
       new  708e321   Fix Vcs-* URLs.
       new  c375b55   Update d/copyright to reflect upstream changes.
       new  197c260   Use secure URL in d/watch.
       new  31f2893   Add r-cran-rcpp to Build-Depends.
       new  1579349   Add README.source describing data/lakers.rda.
       new  c2306d9   Bump Standards-Version to 4.1.1.
       new  60cef44   Changelog entry for 1.7.1-1.

The 8 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                                |   83 +-
 MD5                                        |  323 +++----
 NAMESPACE                                  |   17 +-
 NEWS.md                                    |   66 +-
 R/Dates.r                                  |    2 +-
 R/POSIXt.r                                 |    2 +-
 R/RcppExports.R                            |   23 +
 R/accessors-date.R                         |   29 +-
 R/accessors-day.r                          |   95 ++-
 R/accessors-dst.r                          |    2 +-
 R/accessors-hour.r                         |    6 +-
 R/accessors-minute.r                       |    4 +-
 R/accessors-month.r                        |   44 +-
 R/accessors-quarter.r                      |   19 +-
 R/accessors-second.r                       |    4 +-
 R/accessors-tz.r                           |   22 +-
 R/accessors-week.r                         |   48 +-
 R/accessors-year.r                         |   37 +-
 R/coercion.r                               |  173 ++--
 R/constants.r                              |   48 +-
 R/data.r                                   |    2 +-
 R/decimal-dates.r                          |   14 +-
 R/deprecated.r                             |   58 +-
 R/difftimes.r                              |   28 +-
 R/durations.r                              |  165 ++--
 R/guess.r                                  |  134 +--
 R/instants.r                               |   62 +-
 R/intervals.r                              |  169 ++--
 R/ops-addition.r                           |   76 +-
 R/ops-compare.r                            |   49 +-
 R/ops-division.r                           |   73 +-
 R/ops-integer-division.r                   |    2 +-
 R/{ops-%m+%.r => ops-m+.r}                 |   40 +-
 R/ops-modulo.r                             |   10 +-
 R/ops-multiplication.r                     |   16 +-
 R/ops-subtraction.r                        |   10 +-
 R/{help.r => package.r}                    |  142 ++--
 R/parse.r                                  |  398 +++++----
 R/periods.r                                |  286 +++----
 R/pretty.r                                 |   30 +-
 R/round.r                                  |  248 +++---
 R/stamp.r                                  |   90 +-
 R/time-zones.r                             |  156 +++-
 R/timespans.r                              |  104 +--
 R/update.r                                 |  123 ++-
 R/util.r                                   |   33 +-
 R/zzz.R                                    |   25 +
 README.md                                  |   90 +-
 build/vignette.rds                         |  Bin 198 -> 221 bytes
 cleanup                                    |    1 +
 debian/README.source                       |    4 +
 debian/changelog                           |   13 +
 debian/control                             |    9 +-
 debian/copyright                           |   59 +-
 debian/watch                               |    2 +-
 inst/cctz.sh                               |   18 +
 inst/doc/lubridate.R                       |    3 +
 inst/doc/lubridate.Rmd                     |   22 +-
 inst/doc/lubridate.html                    |  270 ++----
 man/DateCoercion.Rd                        |    1 -
 man/DateTimeUpdate.Rd                      |   48 ++
 man/DateUpdate.Rd                          |   42 -
 man/Deprecated.Rd                          |   26 +-
 man/Duration-class.Rd                      |    6 +-
 man/Interval-class.Rd                      |    6 +-
 man/Period-class.Rd                        |   26 +-
 man/Timespan-class.Rd                      |    6 +-
 man/am.Rd                                  |    1 -
 man/as.duration.Rd                         |   17 +-
 man/as.interval.Rd                         |   15 +-
 man/as.period.Rd                           |   21 +-
 man/as_date.Rd                             |   32 +-
 man/date.Rd                                |   11 +-
 man/date_decimal.Rd                        |    5 +-
 man/day.Rd                                 |   53 +-
 man/days_in_month.Rd                       |    3 +-
 man/decimal_date.Rd                        |    5 +-
 man/dst.Rd                                 |    3 +-
 man/duration.Rd                            |   77 +-
 man/figures/logo.png                       |  Bin 0 -> 16876 bytes
 man/fit_to_timeline.Rd                     |   33 +-
 man/force_tz.Rd                            |   59 +-
 man/guess_formats.Rd                       |    7 +-
 man/hidden_aliases.Rd                      |  389 ++++-----
 man/hms.Rd                                 |   15 +-
 man/hour.Rd                                |    5 +-
 man/interval.Rd                            |   87 +-
 man/is.Date.Rd                             |    3 +-
 man/is.POSIXt.Rd                           |    7 +-
 man/is.difftime.Rd                         |    5 +-
 man/is.instant.Rd                          |    5 +-
 man/is.timespan.Rd                         |    3 +-
 man/lakers.Rd                              |    3 +-
 man/leap_year.Rd                           |    1 -
 man/local_time.Rd                          |   31 +
 man/lubridate-package.Rd                   |  182 ++--
 man/make_datetime.Rd                       |    7 +-
 man/make_difftime.Rd                       |    7 +-
 man/minute.Rd                              |    3 +-
 man/month.Rd                               |   11 +-
 man/mplus.Rd                               |   53 +-
 man/now.Rd                                 |    5 +-
 man/origin.Rd                              |    1 -
 man/parse_date_time.Rd                     |  188 +++--
 man/period.Rd                              |  105 ++-
 man/period_to_seconds.Rd                   |   10 +-
 man/pretty_dates.Rd                        |    1 -
 man/quarter.Rd                             |    8 +-
 man/quick_durations.Rd                     |   86 --
 man/quick_periods.Rd                       |  101 ---
 man/reclass_date.Rd                        |    1 -
 man/reclass_timespan.Rd                    |    1 -
 man/rollback.Rd                            |    3 +-
 man/round_date.Rd                          |  134 +--
 man/second.Rd                              |    3 +-
 man/stamp.Rd                               |   23 +-
 man/time_length.Rd                         |   17 +-
 man/timespan.Rd                            |   75 +-
 man/today.Rd                               |    1 -
 man/tz.Rd                                  |   11 +-
 man/week.Rd                                |   25 +-
 man/with_tz.Rd                             |    9 +-
 man/within-interval.Rd                     |    3 +-
 man/year.Rd                                |   21 +-
 man/ymd.Rd                                 |   38 +-
 man/ymd_hms.Rd                             |   48 +-
 src/Makevars                               |   21 +
 src/RcppExports.cpp                        |  102 +++
 src/cctz/include/civil_time.h              |  325 +++++++
 src/cctz/include/civil_time_detail.h       |  537 ++++++++++++
 src/cctz/include/time_zone.h               |  309 +++++++
 src/cctz/include/zone_info_source.h        |   83 ++
 src/cctz/src/time_zone_fixed.cc            |  129 +++
 src/cctz/src/time_zone_fixed.h             |   45 +
 src/cctz/src/time_zone_if.cc               |   34 +
 src/cctz/src/time_zone_if.h                |   66 ++
 src/cctz/src/time_zone_impl.cc             |  104 +++
 src/cctz/src/time_zone_impl.h              |   89 ++
 src/cctz/src/time_zone_info.cc             |  893 ++++++++++++++++++++
 src/cctz/src/time_zone_info.h              |  126 +++
 src/cctz/src/time_zone_libc.cc             |  151 ++++
 src/cctz/src/time_zone_libc.h              |   46 +
 src/cctz/src/time_zone_lookup.cc           |   97 +++
 src/cctz/src/time_zone_lookup_test.cc      | 1254 ++++++++++++++++++++++++++++
 src/cctz/src/time_zone_posix.cc            |  151 ++++
 src/cctz/src/time_zone_posix.h             |  114 +++
 src/cctz/src/tzfile.h                      |  117 +++
 src/constants.h                            |   10 +
 src/datetime.c                             |    4 +-
 src/period.c                               |   56 +-
 src/tparse.c                               |   54 +-
 src/update.cpp                             |  371 ++++++++
 src/utils.c                                |   27 +-
 src/utils.h                                |   11 +-
 tests/testthat/test-Dates.R                |   28 +-
 tests/testthat/test-POSIXt.R               |   50 +-
 tests/testthat/test-accessors.R            |  242 ++++--
 tests/testthat/test-am-pm.R                |   18 +-
 tests/testthat/test-daylight-savings.R     |  124 ++-
 tests/testthat/test-decimal-date.R         |   19 +-
 tests/testthat/test-difftimes.R            |   14 +-
 tests/testthat/test-durations.R            |   88 +-
 tests/testthat/test-guess.R                |    2 +-
 tests/testthat/test-instants.R             |   29 +-
 tests/testthat/test-intervals.R            |  270 +++---
 tests/testthat/test-namespace.R            |   55 ++
 tests/testthat/test-ops-addition.R         |   74 +-
 tests/testthat/test-ops-compare.R          |    9 +-
 tests/testthat/test-ops-division.R         |   86 +-
 tests/testthat/test-ops-integer-division.R |   28 +-
 tests/testthat/test-ops-modulo.R           |  136 ++-
 tests/testthat/test-ops-multiplication.R   |   56 +-
 tests/testthat/test-ops-subtraction.R      |   68 +-
 tests/testthat/test-parsers.R              |  285 ++++---
 tests/testthat/test-periods.R              |   49 +-
 tests/testthat/test-rollback.R             |    6 +-
 tests/testthat/test-round.R                |  299 ++++---
 tests/testthat/test-settors.R              |  513 ++++++------
 tests/testthat/test-stamp.R                |   81 +-
 tests/testthat/test-timespans.R            |   88 +-
 tests/testthat/test-timezones.R            |   80 +-
 tests/testthat/test-update.R               |  271 +++---
 tests/testthat/test-utilities.R            |   12 +-
 vignettes/lubridate.Rmd                    |   22 +-
 184 files changed, 10511 insertions(+), 4236 deletions(-)
 create mode 100644 R/RcppExports.R
 rename R/{ops-%m+%.r => ops-m+.r} (78%)
 rename R/{help.r => package.r} (53%)
 create mode 100644 R/zzz.R
 create mode 100755 cleanup
 create mode 100644 debian/README.source
 create mode 100644 inst/cctz.sh
 create mode 100644 man/DateTimeUpdate.Rd
 delete mode 100644 man/DateUpdate.Rd
 create mode 100644 man/figures/logo.png
 create mode 100644 man/local_time.Rd
 delete mode 100644 man/quick_durations.Rd
 delete mode 100644 man/quick_periods.Rd
 create mode 100644 src/Makevars
 create mode 100644 src/RcppExports.cpp
 create mode 100644 src/cctz/include/civil_time.h
 create mode 100644 src/cctz/include/civil_time_detail.h
 create mode 100644 src/cctz/include/time_zone.h
 create mode 100644 src/cctz/include/zone_info_source.h
 create mode 100644 src/cctz/src/time_zone_fixed.cc
 create mode 100644 src/cctz/src/time_zone_fixed.h
 create mode 100644 src/cctz/src/time_zone_if.cc
 create mode 100644 src/cctz/src/time_zone_if.h
 create mode 100644 src/cctz/src/time_zone_impl.cc
 create mode 100644 src/cctz/src/time_zone_impl.h
 create mode 100644 src/cctz/src/time_zone_info.cc
 create mode 100644 src/cctz/src/time_zone_info.h
 create mode 100644 src/cctz/src/time_zone_libc.cc
 create mode 100644 src/cctz/src/time_zone_libc.h
 create mode 100644 src/cctz/src/time_zone_lookup.cc
 create mode 100644 src/cctz/src/time_zone_lookup_test.cc
 create mode 100644 src/cctz/src/time_zone_posix.cc
 create mode 100644 src/cctz/src/time_zone_posix.h
 create mode 100644 src/cctz/src/tzfile.h
 create mode 100644 src/update.cpp
 create mode 100644 tests/testthat/test-namespace.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