Description
R-jsonlite - A Robust, High Performance JSON Parser and Generator for R
Property | Value |
---|---|
Distribution | Fedora 30 |
Repository | Fedora x86_64 |
Package filename | R-jsonlite-1.6-1.fc30.x86_64.rpm |
Package name | R-jsonlite |
Package version | 1.6 |
Package release | 1.fc30 |
Package architecture | x86_64 |
Package type | rpm |
Homepage | https://CRAN.R-project.org/package=jsonlite |
License | MIT and ISC |
Maintainer | - |
Download size | 633.50 KB |
Installed size | 2.39 MB |
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.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
R-jsonlite-1.6-1.fc30.i686.rpm | 1.6 | i686 | Fedora |
R-jsonlite | - | - | - |
Requires
Name | Value |
---|---|
R-methods | - |
libR.so()(64bit) | - |
libc.so.6(GLIBC_2.14)(64bit) | - |
rtld(GNU_HASH) | - |
Provides
Name | Value |
---|---|
R-jsonlite | = 1.6-1.fc30 |
R-jsonlite(x86-64) | = 1.6-1.fc30 |
bundled(yajl) | = 2.1.1 |
Download
Type | URL |
---|---|
Mirror | download-ib01.fedoraproject.org |
Binary Package | R-jsonlite-1.6-1.fc30.x86_64.rpm |
Source Package | R-jsonlite-1.6-1.fc30.src.rpm |
Install Howto
Install R-jsonlite rpm package:
# dnf install R-jsonlite
Files
Path |
---|
/usr/lib/.build-id/ |
/usr/lib/.build-id/cb/cb9023e404fc51892ba2d322b66cb95ee870b4 |
/usr/lib64/R/library/jsonlite/CITATION |
/usr/lib64/R/library/jsonlite/DESCRIPTION |
/usr/lib64/R/library/jsonlite/INDEX |
/usr/lib64/R/library/jsonlite/LICENSE |
/usr/lib64/R/library/jsonlite/NAMESPACE |
/usr/lib64/R/library/jsonlite/NEWS |
/usr/lib64/R/library/jsonlite/Meta/Rd.rds |
/usr/lib64/R/library/jsonlite/Meta/features.rds |
/usr/lib64/R/library/jsonlite/Meta/hsearch.rds |
/usr/lib64/R/library/jsonlite/Meta/links.rds |
/usr/lib64/R/library/jsonlite/Meta/nsInfo.rds |
/usr/lib64/R/library/jsonlite/Meta/package.rds |
/usr/lib64/R/library/jsonlite/Meta/vignette.rds |
/usr/lib64/R/library/jsonlite/R/jsonlite |
/usr/lib64/R/library/jsonlite/R/jsonlite.rdb |
/usr/lib64/R/library/jsonlite/R/jsonlite.rdx |
/usr/lib64/R/library/jsonlite/doc/index.html |
/usr/lib64/R/library/jsonlite/doc/json-aaquickstart.R |
/usr/lib64/R/library/jsonlite/doc/json-aaquickstart.Rmd |
/usr/lib64/R/library/jsonlite/doc/json-aaquickstart.html |
/usr/lib64/R/library/jsonlite/doc/json-apis.Rmd |
/usr/lib64/R/library/jsonlite/doc/json-apis.html |
/usr/lib64/R/library/jsonlite/doc/json-mapping.pdf |
/usr/lib64/R/library/jsonlite/doc/json-mapping.pdf.asis |
/usr/lib64/R/library/jsonlite/doc/json-opencpu.pdf |
/usr/lib64/R/library/jsonlite/doc/json-opencpu.pdf.asis |
/usr/lib64/R/library/jsonlite/doc/json-paging.Rmd |
/usr/lib64/R/library/jsonlite/doc/json-paging.html |
/usr/lib64/R/library/jsonlite/help/AnIndex |
/usr/lib64/R/library/jsonlite/help/aliases.rds |
/usr/lib64/R/library/jsonlite/help/jsonlite.rdb |
/usr/lib64/R/library/jsonlite/help/jsonlite.rdx |
/usr/lib64/R/library/jsonlite/help/paths.rds |
/usr/lib64/R/library/jsonlite/html/00Index.html |
/usr/lib64/R/library/jsonlite/html/R.css |
/usr/lib64/R/library/jsonlite/html/base64.html |
/usr/lib64/R/library/jsonlite/html/flatten.html |
/usr/lib64/R/library/jsonlite/html/fromJSON.html |
/usr/lib64/R/library/jsonlite/html/prettify.html |
/usr/lib64/R/library/jsonlite/html/rbind_pages.html |
/usr/lib64/R/library/jsonlite/html/read_json.html |
/usr/lib64/R/library/jsonlite/html/serializeJSON.html |
/usr/lib64/R/library/jsonlite/html/stream_in.html |
/usr/lib64/R/library/jsonlite/html/unbox.html |
/usr/lib64/R/library/jsonlite/html/validate.html |
/usr/lib64/R/library/jsonlite/libs/jsonlite.so |
Changelog
2019-02-16 - Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.6-1 - Update to latest version
2019-01-31 - Fedora Release Engineering <releng@fedoraproject.org> - 1.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-07-12 - Fedora Release Engineering <releng@fedoraproject.org> - 1.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-05-17 - Tom Callaway <spot@fedoraproject.org> - 1.5-7 - rebuild for R 3.5.0
2018-02-07 - Fedora Release Engineering <releng@fedoraproject.org> - 1.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2017-11-07 - Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.5-5 - Cleanup optional Requires.
2017-09-12 - Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.5-4 - Make note of bundled yajl.
2017-09-07 - Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.5-3 - Skip testing examples.
2017-09-01 - Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.5-2 - new package built with tito
2017-08-24 - Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.5-1 - initial package for Fedora
See Also
Package | Description |
---|---|
R-knitr-1.22-1.fc30.noarch.rpm | A General-Purpose Package for Dynamic Report Generation in R |
R-labeling-0.3-3.fc30.noarch.rpm | Axis Labeling |
R-lambda.r-1.2-3.fc30.noarch.rpm | Modeling data with functional programming |
R-later-0.8.0-1.fc30.i686.rpm | Utilities for Delaying Function Execution |
R-later-0.8.0-1.fc30.x86_64.rpm | Utilities for Delaying Function Execution |
R-later-devel-0.8.0-1.fc30.i686.rpm | Development files for R-later |
R-later-devel-0.8.0-1.fc30.x86_64.rpm | Development files for R-later |
R-lazyeval-0.2.2-1.fc30.x86_64.rpm | Lazy (Non-Standard) Evaluation |
R-libSBML-5.17.0-13.fc30.x86_64.rpm | R bindings for libSBML |
R-lintr-1.0.3-1.fc30.noarch.rpm | A 'Linter' for R Code |
R-listenv-0.7.0-3.fc30.noarch.rpm | Environments Behaving (Almost) as Lists |
R-littler-0.3.7-1.fc30.x86_64.rpm | littler: R at the Command-Line via 'r' |
R-littler-examples-0.3.7-1.fc30.x86_64.rpm | R-littler Examples |
R-lmodel2-1.7.3-3.fc30.noarch.rpm | Model II Regression |
R-lmtest-0.9.36-3.fc30.x86_64.rpm | Testing Linear Regression Models for R |
Advertisement
Advertisement