[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/377: gnu: Add r-zoltr.
From: |
guix-commits |
Subject: |
137/377: gnu: Add r-zoltr. |
Date: |
Sun, 5 Sep 2021 10:07:24 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 71f3255faa24fe34adf4355b56143469bbfcaa92
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:46:03 2021 +0200
gnu: Add r-zoltr.
* gnu/packages/cran.scm (r-zoltr): New variable.
---
gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8a07540..d47c4f1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31312,3 +31312,40 @@ framework available for R. Mock objects can be
injected with either this
package's own @code{stub} function or a similar @code{with_mock} facility
present in the @code{testthat} package.")
(license license:expat)))
+
+(define-public r-zoltr
+ (package
+ (name "r-zoltr")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zoltr" version))
+ (sha256
+ (base32
+ "12zh7y3pwidclscgvd0b0iaqq9j5y8mc8xd6pz4vs0jy5qs3ahar"))))
+ (properties `((upstream-name . "zoltr")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-base64url" ,r-base64url)
+ ("r-dplyr" ,r-dplyr)
+ ("r-httr" ,r-httr)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-magrittr" ,r-magrittr)
+ ("r-mmwrweek" ,r-mmwrweek)
+ ("r-mockery" ,r-mockery)
+ ("r-readr" ,r-readr)
+ ("r-rlang" ,r-rlang)
+ ("r-webmockr" ,r-webmockr)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/reichlab/zoltr")
+ (synopsis "Interface to the Zoltar forecast repository API")
+ (description
+ "Zoltar is a website that provides a repository of model forecast results
+in a standardized format and a central location. It supports storing,
+retrieving, comparing, and analyzing time series forecasts for prediction
+challenges of interest to the modeling community. This package provides
+functions for working with the Zoltar API, including connecting and
+authenticating, getting information about projects, models, and forecasts,
+deleting and uploading forecast data, and downloading scores.")
+ (license license:gpl3)))
- 115/377: gnu: Add r-paws-machine-learning., (continued)
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/05
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/05
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/05
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/05
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/05
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/05
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/05
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/05
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/05
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/05
- 137/377: gnu: Add r-zoltr.,
guix-commits <=
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/05
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/05
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/05
- 23/377: gnu: r-rbibutils: Update to 2.2.3., guix-commits, 2021/09/05
- 35/377: gnu: r-terra: Update to 1.3-22., guix-commits, 2021/09/05
- 41/377: gnu: r-packrat: Update to 0.7.0., guix-commits, 2021/09/05
- 37/377: gnu: r-showtext: Update to 0.9-4., guix-commits, 2021/09/05
- 44/377: gnu: r-rxnat: Update to 1.0.15., guix-commits, 2021/09/05
- 39/377: gnu: r-quanteda: Update to 3.1.0., guix-commits, 2021/09/05
- 12/377: gnu: r-datawizard: Update to 0.2.0., guix-commits, 2021/09/05