gnu: Add r-gargle.

* gnu/packages/cran.scm (r-gargle): New variable.
master
Ricardo Wurmus 2019-08-06 14:46:41 +02:00
parent 031afc4890
commit 6275418b6f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 27 additions and 0 deletions

View File

@ -10164,6 +10164,33 @@ library.")
and manipulating sets of ontological terms.")
(license license:gpl2+)))
(define-public r-gargle
(package
(name "r-gargle")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gargle" version))
(sha256
(base32
"0vqgp4w03sdyj0q96gxkybqflzzbaw84zifsbi7pxk5y08fimj2v"))))
(build-system r-build-system)
(propagated-inputs
`(("r-fs" ,r-fs)
("r-glue" ,r-glue)
("r-httr" ,r-httr)
("r-jsonlite" ,r-jsonlite)
("r-rlang" ,r-rlang)
("r-withr" ,r-withr)))
(home-page "https://gargle.r-lib.org")
(synopsis "Utilities for working with Google APIs")
(description
"This package provides utilities for working with Google APIs. This
includes functions and classes for handling common credential types and for
preparing, executing, and processing HTTP requests.")
(license license:expat)))
(define-public r-bigrquery
(package
(name "r-bigrquery")