[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/377: gnu: Add r-rfigshare.
From: |
guix-commits |
Subject: |
106/377: gnu: Add r-rfigshare. |
Date: |
Thu, 2 Sep 2021 17:54:54 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f8c88560db1d3436f9a27d1720d6af8b6333fdaf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:22:20 2021 +0200
gnu: Add r-rfigshare.
* gnu/packages/cran.scm (r-rfigshare): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 23076e7..e99c959 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30503,3 +30503,31 @@ Standards.")
"This package combines a forecast of a time series, using the function
@code{forecast},
with the dynamic plots from @code{dygraphs}.")
(license license:gpl2+)))
+
+(define-public r-rfigshare
+ (package
+ (name "r-rfigshare")
+ (version "0.3.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "rfigshare" version))
+ (sha256
+ (base32
+ "1qgzn0mpjy4czy0pnbi395fxxx84arkg8r7rk8aidmd34584gjiq"))))
+ (properties `((upstream-name . "rfigshare")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-httpuv" ,r-httpuv)
+ ("r-httr" ,r-httr)
+ ("r-plyr" ,r-plyr)
+ ("r-rjsonio" ,r-rjsonio)
+ ("r-xml" ,r-xml)
+ ("r-yaml" ,r-yaml)))
+ (home-page "https://github.com/ropensci/rfigshare")
+ (synopsis "R Interface to figshare")
+ (description
+ "This package provides an interface to figshare, a scientific repository
+to archive and assign DOIs to data, software, figures, and more.")
+ (license license:cc0)))
- 114/377: gnu: Add r-paws-analytics., (continued)
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/02
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/02
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/02
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/02
- 131/377: gnu: Add r-zonator., guix-commits, 2021/09/02
- 127/377: gnu: Add r-zooimage., guix-commits, 2021/09/02
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/02
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/02
- 146/377: gnu: Add rust-parquet-5., guix-commits, 2021/09/02
- 54/377: gnu: r-vroom: Update to 1.5.4., guix-commits, 2021/09/02
- 106/377: gnu: Add r-rfigshare.,
guix-commits <=
- 66/377: gnu: r-ensembldb: Update to 2.16.4., guix-commits, 2021/09/02
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/02
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/02
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/02
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/02
- 153/377: gnu: Add rust-flatbuffers-2., guix-commits, 2021/09/02
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/02
- 156/377: gnu: rust-zstd-safe-4: Update to 4.1.1+zstd.1.5.0., guix-commits, 2021/09/02
- 157/377: gnu: Add rust-zstd-0.9., guix-commits, 2021/09/02
- 159/377: gnu: colobot: Update to 0.2.0-alpha., guix-commits, 2021/09/02