[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/21: gnu: Add r-covr.
From: |
guix-commits |
Subject: |
01/21: gnu: Add r-covr. |
Date: |
Sat, 7 Sep 2019 18:30:45 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7a5ed348c0073cb28dae01c10b25155e29188fdb
Author: Ricardo Wurmus <address@hidden>
Date: Sat Sep 7 23:50:15 2019 +0200
gnu: Add r-covr.
* gnu/packages/cran.scm (r-covr): New variable.
---
gnu/packages/cran.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5bf37e3..44913e5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15212,3 +15212,35 @@ single cell integration, described in Korsunsky et al
@url{doi.org/10.1101/461954}. The package includes a standalone Harmony
function and interfaces to external frameworks.")
(license license:gpl3))))
+
+(define-public r-covr
+ (package
+ (name "r-covr")
+ (version "3.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "covr" version))
+ (sha256
+ (base32
+ "0fvd7v53w11x6kaw61hbml8n1j2ck9l2fv2wvqdsg689xic9rqcs"))))
+ (properties `((upstream-name . "covr")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-crayon" ,r-crayon)
+ ("r-digest" ,r-digest)
+ ("r-httr" ,r-httr)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-rex" ,r-rex)
+ ("r-withr" ,r-withr)
+ ("r-yaml" ,r-yaml)))
+ (home-page "https://github.com/r-lib/covr")
+ (synopsis "Test coverage for R packages")
+ (description
+ "Thisp package enables you to track and report code coverage for your
+package and (optionally) upload the results to a coverage service. Code
+coverage is a measure of the amount of code being exercised by a set of tests.
+It is an indirect measure of test quality and completeness. This package is
+compatible with any testing methodology or framework and tracks coverage of
+both R code and compiled C/C++/FORTRAN code.")
+ (license license:gpl3)))
- branch master updated (1d03a91 -> f791b1e), guix-commits, 2019/09/07
- 04/21: gnu: Add r-tidygraph., guix-commits, 2019/09/07
- 01/21: gnu: Add r-covr.,
guix-commits <=
- 02/21: gnu: Add r-systemfonts., guix-commits, 2019/09/07
- 03/21: gnu: Add r-graphlayouts., guix-commits, 2019/09/07
- 13/21: gnu: r-ggformula: Update to 0.9.2., guix-commits, 2019/09/07
- 07/21: gnu: r-rcpparmadillo: Update to 0.9.700.2.0., guix-commits, 2019/09/07
- 05/21: gnu: r-gdtools: Update to 0.2.0., guix-commits, 2019/09/07
- 19/21: gnu: r-gprofiler: Update to 0.6.8., guix-commits, 2019/09/07
- 18/21: gnu: r-annotationhub: Update to 2.16.1., guix-commits, 2019/09/07
- 06/21: gnu: r-devtools: Update to 2.2.0., guix-commits, 2019/09/07
- 11/21: gnu: r-ggpubr: Update to 0.2.3., guix-commits, 2019/09/07
- 08/21: gnu: r-matrixstats: Update to 0.55.0., guix-commits, 2019/09/07