mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-jqr.
* gnu/packages/cran.scm (r-jqr): New variable.
This commit is contained in:
parent
ef0613a81d
commit
2a2b494370
1 changed files with 24 additions and 0 deletions
|
@ -3202,6 +3202,30 @@ (define-public r-jquerylib
|
||||||
jQuery.")
|
jQuery.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-jqr
|
||||||
|
(package
|
||||||
|
(name "r-jqr")
|
||||||
|
(version "1.2.3")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "jqr" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1a91zcjxdilhqdyr2lipnwc35f90h0wyqlbg0vw9ay7sq6llxgs9"))))
|
||||||
|
(properties `((upstream-name . "jqr")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(inputs (list jq))
|
||||||
|
(propagated-inputs (list r-lazyeval r-magrittr))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(home-page "https://docs.ropensci.org/jqr/")
|
||||||
|
(synopsis "R client for jq, a JSON Processor")
|
||||||
|
(description
|
||||||
|
"This package provides an R client for @command{jq}, a JSON processor.
|
||||||
|
@command{jq} allows the following with JSON data: index into, parse, do
|
||||||
|
calculations, cut up and filter, change key names and values, perform
|
||||||
|
conditionals and comparisons, and more.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-sass
|
(define-public r-sass
|
||||||
(package
|
(package
|
||||||
(name "r-sass")
|
(name "r-sass")
|
||||||
|
|
Loading…
Reference in a new issue