-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from ropensci/I68
I68 check URLs
- Loading branch information
Showing
7 changed files
with
104 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Package: jsonlite | ||
Version: 1.5.9000 | ||
Title: A Robust, High Performance JSON Parser and Generator for R | ||
License: MIT + file LICENSE | ||
NeedsCompilation: yes | ||
Depends: | ||
methods | ||
Author: Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel | ||
URL: https://httpbin.org/status/429, | ||
https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder | ||
BugReports: https://httpbin.org/status/404 | ||
Maintainer: Jeroen Ooms <[email protected]> | ||
VignetteBuilder: knitr, R.rsp | ||
Description: 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. | ||
Suggests: | ||
httr, | ||
curl, | ||
plyr, | ||
testthat, | ||
knitr, | ||
rmarkdown, | ||
R.rsp, | ||
sp | ||
RoxygenNote: 6.0.1.9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters