[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/28: gnu: Add r-streamr
From: |
guix-commits |
Subject: |
13/28: gnu: Add r-streamr |
Date: |
Mon, 15 Mar 2021 05:55:29 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit cb360afd66b8534b957a8fc9cbf87ce0f35f7e0c
Author: Lars-Dominik Braun <ldb@leibniz-psychology.org>
AuthorDate: Mon Mar 15 10:10:46 2021 +0100
gnu: Add r-streamr
* gnu/packages/cran.scm (r-streamr): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 75c11c7..6bc6f77 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27615,3 +27615,29 @@ to read in plain ndjson files or compressed
(@code{gz}) ndjson files and either
validate the format of the records or create \"flat\" @code{data.table}
structures from them.")
(license license:expat)))
+
+(define-public r-streamr
+ (package
+ (name "r-streamr")
+ (version "0.4.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "streamR" version))
+ (sha256
+ (base32
+ "1clx3b0j2515r1nmnl6ki7qw5n54q3x2jvqv3zrc00kq71mlj7ix"))))
+ (properties `((upstream-name . "streamR")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ndjson" ,r-ndjson)
+ ("r-rcurl" ,r-rcurl)
+ ("r-rjson" ,r-rjson)))
+ (home-page
+ "https://cran.r-project.org/package=streamR")
+ (synopsis
+ "Access to Twitter Streaming API via R")
+ (description
+ "This package provides functions to access Twitter's filter, sample, and
+user streams, and to parse the output into data frames.")
+ (license license:gpl2)))
- 04/28: gnu: Add r-dtt., (continued)
- 04/28: gnu: Add r-dtt., guix-commits, 2021/03/15
- 06/28: gnu: Add r-syuzhet., guix-commits, 2021/03/15
- 08/28: gnu: Add r-english., guix-commits, 2021/03/15
- 11/28: gnu: gzstream: Add PIC flag., guix-commits, 2021/03/15
- 12/28: gnu: Add r-ndjson., guix-commits, 2021/03/15
- 14/28: gnu: Add r-readods., guix-commits, 2021/03/15
- 07/28: gnu: Add r-lexicon., guix-commits, 2021/03/15
- 01/28: gnu: Add r-esc., guix-commits, 2021/03/15
- 09/28: gnu: Add r-textclean., guix-commits, 2021/03/15
- 10/28: gnu: Add r-striprtf., guix-commits, 2021/03/15
- 13/28: gnu: Add r-streamr,
guix-commits <=
- 18/28: gnu: Add r-readtext., guix-commits, 2021/03/15
- 16/28: gnu: Add r-pdftools., guix-commits, 2021/03/15
- 05/28: gnu: Add r-textshape., guix-commits, 2021/03/15
- 15/28: gnu: Add r-qpdf., guix-commits, 2021/03/15
- 19/28: gnu: Add r-packcircles., guix-commits, 2021/03/15
- 20/28: gnu: Add r-lwgeom., guix-commits, 2021/03/15
- 21/28: gnu: Add r-stars., guix-commits, 2021/03/15
- 22/28: gnu: Add r-tmaptools., guix-commits, 2021/03/15
- 17/28: gnu: Add r-antiword., guix-commits, 2021/03/15
- 23/28: gnu: Add r-rworldmap., guix-commits, 2021/03/15