[r-cran-jsonlite] 05/06: Import Debian patch 1.0-1

Andreas Tille tille at debian.org
Wed Nov 16 08:46:45 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-jsonlite.

commit e961cdadb18d5233c41a1d58d7c65eb308845062
Merge: 3b406df 0da9314
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Tue Aug 16 20:55:13 2016 -0400

    Import Debian patch 1.0-1

 DESCRIPTION                                        |   9 +-
 LICENSE                                            |   2 +-
 MD5                                                | 160 +++++-----
 NAMESPACE                                          |   6 +-
 NEWS                                               |  21 ++
 R/apply_by_pages.R                                 |   7 +-
 R/asJSON.Date.R                                    |   4 +-
 R/asJSON.POSIXt.R                                  |   9 +-
 R/asJSON.array.R                                   |  17 +-
 R/asJSON.numeric.R                                 |   4 +-
 R/asJSON.raw.R                                     |   4 +-
 R/base64.R                                         |  43 ++-
 R/collapse.R                                       |  21 +-
 R/fromJSON.R                                       |   2 +-
 R/num_to_char.R                                    |   4 +-
 R/pack.R                                           |  12 +-
 R/stream.R                                         |   4 +-
 R/toJSON.R                                         |   5 -
 build/vignette.rds                                 | Bin 418 -> 418 bytes
 debian/changelog                                   |   6 +
 debian/control                                     |   2 +-
 inst/doc/json-aaquickstart.html                    |  87 +++++-
 inst/doc/json-apis.Rmd                             | 162 +++++-----
 inst/doc/json-apis.html                            | 244 +++++++++------
 inst/doc/json-mapping.pdf                          | Bin 208166 -> 208166 bytes
 inst/doc/json-opencpu.pdf                          | Bin 64127 -> 64127 bytes
 inst/doc/json-paging.Rmd                           |   2 +-
 inst/doc/json-paging.html                          |  85 +++++-
 man/base64.Rd                                      |  26 ++
 man/flatten.Rd                                     |   3 +-
 man/fromJSON.Rd                                    |   4 +-
 man/prettify.Rd                                    |   2 +-
 man/rbind.pages.Rd                                 |   2 +-
 man/serializeJSON.Rd                               |   2 +-
 man/stream_in.Rd                                   |   2 +-
 man/unbox.Rd                                       |   2 +-
 man/validate.Rd                                    |   2 +-
 src/Makevars                                       |  22 +-
 src/base64.c                                       | 333 ++++++++-------------
 src/base64.h                                       |  54 ++--
 src/integer64_to_na.c                              |   2 +-
 src/num_to_char.c                                  |  43 +--
 src/push_parser.c                                  |   2 +-
 src/r-base64.c                                     |  32 ++
 src/yajl/yajl_gen.c                                |   2 +-
 src/yajl/yajl_tree.c                               |  14 +-
 src/yajl/yajl_version.c                            |   2 +-
 tests/{run-all.R => testthat.R}                    |   2 +-
 {inst/tests => tests/testthat}/flatten.R           |   0
 {inst/tests => tests/testthat}/helper-toJSON.R     |   0
 {inst/tests => tests/testthat}/issues.txt          |   0
 {inst/tests => tests/testthat}/readme.txt          |   0
 .../testthat}/test-fromJSON-NA-values.R            |   0
 .../tests => tests/testthat}/test-fromJSON-array.R |   0
 .../testthat}/test-fromJSON-dataframe.R            |   0
 .../testthat}/test-fromJSON-datasets.R             |   0
 .../tests => tests/testthat}/test-fromJSON-date.R  |   0
 .../testthat}/test-fromJSON-matrix.R               |   0
 .../testthat}/test-libjson-escaping.R              |   0
 .../tests => tests/testthat}/test-libjson-large.R  |   0
 {inst/tests => tests/testthat}/test-libjson-utf8.R |   0
 .../testthat}/test-libjson-validator.R             |   0
 .../tests => tests/testthat}/test-network-Github.R |   0
 .../testthat}/test-serializeJSON-datasets.R        |   0
 .../testthat}/test-serializeJSON-functions.R       |   0
 .../testthat}/test-serializeJSON-types.R           |   0
 {inst/tests => tests/testthat}/test-toJSON-AsIs.R  |   0
 {inst/tests => tests/testthat}/test-toJSON-Date.R  |   0
 .../testthat}/test-toJSON-NA-values.R              |   0
 .../testthat}/test-toJSON-NULL-values.R            |   0
 .../tests => tests/testthat}/test-toJSON-POSIXt.R  |   0
 .../tests => tests/testthat}/test-toJSON-complex.R |   0
 .../testthat}/test-toJSON-dataframe.R              |   0
 .../tests => tests/testthat}/test-toJSON-factor.R  |   0
 .../testthat}/test-toJSON-keep-vec-names.R         |   0
 .../tests => tests/testthat}/test-toJSON-logical.R |   0
 .../tests => tests/testthat}/test-toJSON-matrix.R  |   0
 .../tests => tests/testthat}/test-toJSON-numeric.R |  36 ++-
 {inst/tests => tests/testthat}/test-toJSON-raw.R   |   0
 .../tests => tests/testthat}/test-toJSON-zerovec.R |   0
 {inst/tests => tests/testthat}/testS4.R            |   0
 vignettes/json-apis.Rmd                            | 162 +++++-----
 vignettes/json-apis.Rmd.orig                       |  14 +-
 vignettes/json-paging.Rmd                          |   2 +-
 84 files changed, 968 insertions(+), 721 deletions(-)

diff --cc debian/changelog
index 15abea7,0000000..a8f16d4
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,0 +1,17 @@@
++r-cran-jsonlite (1.0-1) unstable; urgency=medium
++
++  * New upstream release.
++
++ -- Chris Lawrence <lawrencc at debian.org>  Tue, 16 Aug 2016 20:55:13 -0400
++
 +r-cran-jsonlite (0.9.19-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat, 28 Nov 2015 03:59:16 -0500
 +
 +r-cran-jsonlite (0.9.17-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #805256).
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sun, 15 Nov 2015 19:48:03 -0500
diff --cc debian/control
index f566ed4,0000000..375c260
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,25 -1,0 +1,25 @@@
 +Source: r-cran-jsonlite
 +Section: gnu-r
 +Priority: optional
 +Maintainer: Chris Lawrence <lawrencc at debian.org>
 +Build-Depends: debhelper (>= 9), r-base-dev, cdbs
- Standards-Version: 3.9.6
++Standards-Version: 3.9.8
 +Homepage: https://cran.r-project.org/web/packages/jsonlite/index.html
 +
 +Package: r-cran-jsonlite
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
 +Description: Robust, High Performance JSON Parser and Generator for R
 + A fast JSON parser and generator optimized for statistical data and
 + the web. Started out as a fork of 'RJSONIO', but has been completely
 + rewritten in recent versions. The package offers flexible, robust,
 + high performance tools for working with JSON in R and is particularly
 + powerful for building pipelines and interacting with a web API. The
 + implementation is based on the mapping described in the vignette
 + (Ooms, 2014). In addition to converting JSON data from/to R objects,
 + 'jsonlite' contains functions to stream, validate, and prettify JSON
 + data. The unit tests included with the package verify that all edge
 + cases are encoded and decoded consistently for use with dynamic data
 + in systems and applications.
 +
 +

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



More information about the debian-science-commits mailing list