[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/53: gnu: Add r-proc.
From: |
Ricardo Wurmus |
Subject: |
51/53: gnu: Add r-proc. |
Date: |
Thu, 16 Aug 2018 11:05:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fbdf05b1fcc12233c39db3f90a029df1ff47824d
Author: Ricardo Wurmus <address@hidden>
Date: Thu Aug 16 16:47:32 2018 +0200
gnu: Add r-proc.
* gnu/packages/cran.scm (r-proc): 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 c36b8b0..3665e35 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4787,3 +4787,29 @@ dictionaries in Python but with a purposefully R flavor.
For objects of
appreciable size, access using hashes outperforms native named lists and
vectors.")
(license license:gpl2+)))
+
+(define-public r-proc
+ (package
+ (name "r-proc")
+ (version "1.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "pROC" version))
+ (sha256
+ (base32
+ "05ad69a6fxy9k903cw3h4q59ch2jv6qfg9yjdbw3cgiiazcafrlj"))))
+ (properties `((upstream-name . "pROC")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-plyr" ,r-plyr)
+ ("r-rcpp" ,r-rcpp)))
+ (home-page "http://expasy.org/tools/pROC/")
+ (synopsis "Display and analyze ROC curves")
+ (description
+ "This package provides tools for visualizing, smoothing and comparing
+receiver operating characteristic (ROC curves). The area under the
+curve (AUC) can be compared with statistical tests based on U-statistics or
+bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
+ (license license:gpl3+)))
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., (continued)
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 39/53: gnu: ghc-vector-algorithms: Fix build errors., Ricardo Wurmus, 2018/08/16
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible., Ricardo Wurmus, 2018/08/16
- 29/53: gnu: Add ghc-typed-process., Ricardo Wurmus, 2018/08/16
- 40/53: gnu: ghc-pandoc: Update to 2.2.1., Ricardo Wurmus, 2018/08/16
- 43/53: gnu: Add ghc-regex., Ricardo Wurmus, 2018/08/16
- 49/53: gnu: ghc-texmath: Update to 0.11.0.1., Ricardo Wurmus, 2018/08/16
- 48/53: gnu: Add ghc-gtk2hs-buildtools., Ricardo Wurmus, 2018/08/16
- 51/53: gnu: Add r-proc.,
Ricardo Wurmus <=
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1., Ricardo Wurmus, 2018/08/16
- 27/53: gnu: ghc-conduit-combinators: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 52/53: gnu: Add r-rootsolve., Ricardo Wurmus, 2018/08/16
- 46/53: gnu: Add ghc-intervalmap., Ricardo Wurmus, 2018/08/16
- 45/53: gnu: Add ghc-missingh., Ricardo Wurmus, 2018/08/16
- 28/53: gnu: ghc-mono-traversable: Update to 1.0.9.0., Ricardo Wurmus, 2018/08/16
- 50/53: gnu: Add ghc-chart., Ricardo Wurmus, 2018/08/16
- 24/53: gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2., Ricardo Wurmus, 2018/08/16
- 37/53: gnu: ghc-http: Update to 4000.3.12., Ricardo Wurmus, 2018/08/16
- 53/53: gnu: Add r-inspect., Ricardo Wurmus, 2018/08/16