[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
133/377: gnu: Add r-crul.
From: |
guix-commits |
Subject: |
133/377: gnu: Add r-crul. |
Date: |
Thu, 2 Sep 2021 17:55:04 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit e13de8715ffe98b707d4702ddd67d300017f5aa3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:45:42 2021 +0200
gnu: Add r-crul.
* gnu/packages/cran.scm (r-crul): New variable.
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a66ec87..64008c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31193,3 +31193,32 @@ or 53. MMWR week #1 of an MMWR year is the first week
of the year that has at
least four days in the calendar year. This package provides functionality to
convert dates to MMWR day, week, and year and the reverse.")
(license license:gpl2+)))
+
+(define-public r-crul
+ (package
+ (name "r-crul")
+ (version "1.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "crul" version))
+ (sha256
+ (base32
+ "1kjsc5gkx5k5cfwlfjp2cjm9cdzq2l1m68bnrjmahw3lkz8wzdph"))))
+ (properties `((upstream-name . "crul")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-curl" ,r-curl)
+ ("r-httpcode" ,r-httpcode)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-mime" ,r-mime)
+ ("r-r6" ,r-r6)
+ ("r-urltools" ,r-urltools)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/ropensci/crul")
+ (synopsis "HTTP client")
+ (description
+ "This package provides a simple HTTP client, with tools for making HTTP
+requests, and mocking HTTP requests. The package is built on R6, and takes
+inspiration from Ruby's @code{faraday} gem.")
+ (license license:expat)))
- 347/377: gnu: gst-plugins-base: Enable more features., (continued)
- 347/377: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/09/02
- 348/377: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/09/02
- 349/377: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/09/02
- 351/377: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/09/02
- 353/377: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/09/02
- 352/377: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/09/02
- 350/377: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/09/02
- 355/377: gnu: glib: Disable failing test., guix-commits, 2021/09/02
- 357/377: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/09/02
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/02
- 133/377: gnu: Add r-crul.,
guix-commits <=
- 138/377: gnu: Add r-zoib., guix-commits, 2021/09/02
- 142/377: gnu: Add rust-nix-0.22., guix-commits, 2021/09/02
- 140/377: gnu: rust-thiserror-1: Update to 1.0.26., guix-commits, 2021/09/02
- 147/377: gnu: Add rust-polars-core-0.15., guix-commits, 2021/09/02
- 149/377: gnu: Add rust-polars-io-0.15., guix-commits, 2021/09/02
- 150/377: gnu: Add rust-polars-lazy-0.15., guix-commits, 2021/09/02
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/02
- 152/377: gnu: Add rust-jsonpath-lib-0.3., guix-commits, 2021/09/02
- 154/377: gnu: Add rust-bigdecimal-rs-0.2., guix-commits, 2021/09/02
- 158/377: gnu: nushell: Update to 0.36.0., guix-commits, 2021/09/02