[r-cran-jsonlite] branch master updated (0e34c44 -> c97ffb7)

Andreas Tille tille at debian.org
Thu Jan 5 16:53:37 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-jsonlite.

      from  0e34c44   debhelper 10 + upload to unstable
      adds  711ac2d   New upstream version 1.2
       new  5748aef   Merge tag 'upstream/1.2'
       new  c97ffb7   New upstream version

The 2 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                          |  10 +-
 MD5                                  |  71 +++--
 NAMESPACE                            |   3 +
 NEWS                                 |   7 +
 R/asJSON.POSIXt.R                    |   4 +-
 R/asJSON.raw.R                       |   3 +-
 R/fromJSON.R                         |   6 +-
 R/parseJSON.R                        |   2 +-
 R/push_parser.R                      |   2 +-
 R/rbind.pages.R                      |   2 +-
 R/read_json.R                        |  29 ++
 R/serializeJSON.R                    |   1 -
 R/simplify.R                         |   2 +-
 R/simplifyDataFrame.R                |  12 +-
 R/stream.R                           |   1 -
 R/transpose_list.R                   |   4 +
 build/vignette.rds                   | Bin 418 -> 418 bytes
 debian/changelog                     |   6 +
 inst/CITATION                        |   4 +-
 inst/doc/json-aaquickstart.Rmd       |   4 +-
 inst/doc/json-aaquickstart.html      |  19 +-
 inst/doc/json-apis.html              |  13 +-
 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            |  15 +-
 man/fromJSON.Rd                      |   7 +-
 man/prettify.Rd                      |   5 +-
 man/rbind.pages.Rd                   |   2 +-
 man/read_json.Rd                     |  35 +++
 man/stream_in.Rd                     |   2 +-
 src/modp_numtoa.c                    | 567 +++++++++++++++++++----------------
 src/modp_numtoa.h                    |  55 ++--
 src/modp_stdint.h                    |  43 +++
 src/num_to_char.c                    |   3 +-
 src/transpose_list.c                 |  28 ++
 tests/testthat/test-toJSON-POSIXt.R  |  47 +--
 tests/testthat/test-toJSON-numeric.R |   2 +
 vignettes/json-aaquickstart.Rmd      |   4 +-
 vignettes/json-paging.Rmd            |   2 +-
 40 files changed, 632 insertions(+), 392 deletions(-)
 create mode 100644 R/read_json.R
 create mode 100644 R/transpose_list.R
 create mode 100644 man/read_json.Rd
 create mode 100644 src/modp_stdint.h
 create mode 100644 src/transpose_list.c

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