[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/324: gnu: Add r-arrow.
From: |
guix-commits |
Subject: |
06/324: gnu: Add r-arrow. |
Date: |
Sat, 5 Jun 2021 03:14:25 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ab66c9a2cda10edfbf5f2f11481d4d2d1d604bf5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 4 16:07:23 2021 +0200
gnu: Add r-arrow.
* gnu/packages/cran.scm (r-arrow): 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 cf24d0f..2e7e904 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17746,6 +17746,43 @@ colored by the number of neighboring points. This is
useful to visualize the
2D-distribution of points in case of overplotting.")
(license license:gpl3)))
+(define-public r-arrow
+ (package
+ (name "r-arrow")
+ (version "4.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "arrow" version))
+ (sha256
+ (base32
+ "19kzfjxp90ybi1px3r93mfx59nqmnagxr4g73y7iby5blwl1bblc"))))
+ (properties `((upstream-name . "arrow")))
+ (build-system r-build-system)
+ (inputs
+ `(("zlib" ,zlib)))
+ (propagated-inputs
+ `(("r-assertthat" ,r-assertthat)
+ ("r-bit64" ,r-bit64)
+ ("r-cpp11" ,r-cpp11)
+ ("r-purrr" ,r-purrr)
+ ("r-r6" ,r-r6)
+ ("r-rlang" ,r-rlang)
+ ("r-tidyselect" ,r-tidyselect)
+ ("r-vctrs" ,r-vctrs)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/apache/arrow/")
+ (synopsis "R integration to Apache Arrow")
+ (description
+ "Apache Arrow is a cross-language development platform for in-memory
+data. It specifies a standardized language-independent columnar memory format
+for flat and hierarchical data, organized for efficient analytic operations on
+modern hardware. This package provides an R interface to the Arrow C++
+library.")
+ (license license:asl2.0)))
+
(define-public r-rex
(package
(name "r-rex")
- branch master updated (7382aa0 -> 8f12002), guix-commits, 2021/06/05
- 01/324: gnu: pigx-rnaseq: Update to 0.0.13., guix-commits, 2021/06/05
- 02/324: guix: Update to Bioconductor 3.13., guix-commits, 2021/06/05
- 04/324: gnu: Add r-ggnewscale., guix-commits, 2021/06/05
- 03/324: gnu: Add r-aplot., guix-commits, 2021/06/05
- 09/324: gnu: Add r-scaledmatrix., guix-commits, 2021/06/05
- 05/324: gnu: Add r-ggpointdensity., guix-commits, 2021/06/05
- 10/324: gnu: Add r-treeio., guix-commits, 2021/06/05
- 11/324: gnu: Add r-ggtree., guix-commits, 2021/06/05
- 06/324: gnu: Add r-arrow.,
guix-commits <=
- 18/324: gnu: r-cytolib: Update to 2.4.0., guix-commits, 2021/06/05
- 16/324: gnu: r-mzr: Update to 2.26.0., guix-commits, 2021/06/05
- 19/324: gnu: r-ncdfflow: Update to 2.38.0., guix-commits, 2021/06/05
- 23/324: gnu: r-aneufinder: Update to 1.20.0., guix-commits, 2021/06/05
- 15/324: gnu: r-msnid: Update to 1.26.0., guix-commits, 2021/06/05
- 21/324: gnu: r-cytoml: Update to 2.4.0., guix-commits, 2021/06/05
- 24/324: gnu: r-biocversion: Update to 3.13.1., guix-commits, 2021/06/05
- 25/324: gnu: r-biocgenerics: Update to 0.38.0., guix-commits, 2021/06/05
- 13/324: gnu: r-rhdf5lib: Update to 1.14.0., guix-commits, 2021/06/05
- 14/324: gnu: r-bioccheck: Update to 1.28.0., guix-commits, 2021/06/05