[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/55: gnu: Add r-openxlsx.
From: |
Ricardo Wurmus |
Subject: |
45/55: gnu: Add r-openxlsx. |
Date: |
Sat, 21 Apr 2018 17:08:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4b1f7a3e905026a55492d4db177a988dd1f2ca21
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 21 09:23:31 2018 +0200
gnu: Add r-openxlsx.
* gnu/packages/cran.scm (r-openxlsx): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8d15415..94f7489 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3763,3 +3763,26 @@ selection, and goodness-of-fit. Cross-validation tools
are also available for
measuring the accuracy of ABC estimates, and to calculate the
misclassification probabilities of different models.")
(license license:gpl3+)))
+
+(define-public r-openxlsx
+ (package
+ (name "r-openxlsx")
+ (version "4.0.17")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "openxlsx" version))
+ (sha256
+ (base32
+ "1mq4lasp12kc30sxcsmz9gskd114l8s7z7wd6svv2nm8qllrhsqi"))))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+ (home-page "https://github.com/awalker89/openxlsx")
+ (synopsis "Read, write and edit XLSX files")
+ (description
+ "This package simplifies the creation of Excel @code{.xlsx} files by
+providing a high level interface to writing, styling and editing worksheets.
+Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
+and @code{XLConnect} packages with the added benefit of removing the
+dependency on Java.")
+ (license license:gpl3)))
- 48/55: gnu: r-car: Update to 3.0-0., (continued)
- 48/55: gnu: r-car: Update to 3.0-0., Ricardo Wurmus, 2018/04/21
- 42/55: gnu: Add r-geometry., Ricardo Wurmus, 2018/04/21
- 46/55: gnu: Add r-rio., Ricardo Wurmus, 2018/04/21
- 25/55: gnu: r-readxl: Update to 1.1.0., Ricardo Wurmus, 2018/04/21
- 28/55: gnu: r-bindr: Update to 0.1.1., Ricardo Wurmus, 2018/04/21
- 33/55: gnu: r-prodlim: Update to 2018.04.18., Ricardo Wurmus, 2018/04/21
- 54/55: gnu: r-seurat: Update to 2.3.0., Ricardo Wurmus, 2018/04/21
- 47/55: gnu: Add r-maptools., Ricardo Wurmus, 2018/04/21
- 52/55: gnu: r-lambda-r: Update to 1.2.2., Ricardo Wurmus, 2018/04/21
- 29/55: gnu: r-bindrcpp: Update to 0.2.2., Ricardo Wurmus, 2018/04/21
- 45/55: gnu: Add r-openxlsx.,
Ricardo Wurmus <=
- 50/55: gnu: Add r-promises., Ricardo Wurmus, 2018/04/21