[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34692] [PATCH] gnu: add r-statcheck.
From: |
Nicolò Balzarotti |
Subject: |
[bug#34692] [PATCH] gnu: add r-statcheck. |
Date: |
Fri, 1 Mar 2019 09:07:56 +0100 |
---
gnu/packages/cran.scm | 38 +++++++++++++++++++++++++++++++-------
1 file changed, 31 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 54031fa87a..111152d2d0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3736,19 +3736,43 @@ published results; and a routine for graphical
display.")
supports arbitrary vertex/edge/graph attributes.")
(license license:gpl2+)))
+(define-public r-statcheck
+ (package
+ (name "r-statcheck")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "statcheck" version))
+ (sha256
+ (base32
+ "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-plyr" ,r-plyr)
+ ("r-rmarkdown" ,r-rmarkdown)))
+ (home-page
+ "https://cran.r-project.org/web/packages/statcheck")
+ (synopsis
+ "Extract Statistics from Articles and Recompute p Values")
+ (description
+ "Extract statistics from articles and recompute p values.")
+ (license license:gpl2)))
+
(define-public r-statnet-common
(package
(name "r-statnet-common")
(version "4.2.0")
(source
- (origin
- (method url-fetch)
- (uri (cran-uri "statnet.common" version))
- (sha256
- (base32
- "0q942g6kqmqxfss1cxb3yg8y5r1k1h5cyy99s1cfisrn6hqc6xhi"))))
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "statnet.common" version))
+ (sha256
+ (base32
+ "0q942g6kqmqxfss1cxb3yg8y5r1k1h5cyy99s1cfisrn6hqc6xhi"))))
(properties
- `((upstream-name . "statnet.common")))
+ `((upstream-name . "statnet.common")))
(build-system r-build-system)
(propagated-inputs
`(("r-coda" ,r-coda)))
--
2.20.1
[bug#34696] [PATCH] gnu: add r-rematch2., Nicolò Balzarotti, 2019/03/01
[bug#34695] [PATCH] gnu: add r-rex., Nicolò Balzarotti, 2019/03/01
[bug#34694] [PATCH] gnu: add r-styler., Nicolò Balzarotti, 2019/03/01
[bug#34698] [PATCH] gnu: add org-noter., Nicolò Balzarotti, 2019/03/01
[bug#34697] [PATCH] gnu: add r-lintr., Nicolò Balzarotti, 2019/03/01