[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/19: gnu: Add r-drc.
From: |
guix-commits |
Subject: |
05/19: gnu: Add r-drc. |
Date: |
Wed, 9 Jan 2019 11:14:09 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c2d6e866ac8f480a98bcb27aa7c3cc5b8f588a23
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 9 16:38:11 2019 +0100
gnu: Add r-drc.
* gnu/packages/cran.scm (r-drc): 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 a3bc01b..1b6196f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10008,3 +10008,29 @@ parametric max-stable models, analysis of the extremal
spatial dependence, the
fitting of such processes using composite likelihoods or least square (simple
max-stable processes only), model checking and selection and prediction.")
(license license:gpl2+)))
+
+(define-public r-drc
+ (package
+ (name "r-drc")
+ (version "3.0-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "drc" version))
+ (sha256
+ (base32
+ "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-car" ,r-car)
+ ("r-gtools" ,r-gtools)
+ ("r-mass" ,r-mass)
+ ("r-multcomp" ,r-multcomp)
+ ("r-plotrix" ,r-plotrix)
+ ("r-scales" ,r-scales)))
+ (home-page "https://cran.r-project.org/web/packages/drc")
+ (synopsis "Analysis of dose-response curves")
+ (description
+ "This package provides a suite of flexible and versatile model fitting
+and after-fitting functions for the analysis of dose-response data.")
+ (license license:gpl2+)))
- branch master updated (658b2b6 -> cba08f6), guix-commits, 2019/01/09
- 01/19: gnu: Add r-dotcall64., guix-commits, 2019/01/09
- 02/19: gnu: Add r-spam., guix-commits, 2019/01/09
- 04/19: gnu: Add r-spatialextremes., guix-commits, 2019/01/09
- 03/19: gnu: Add r-fields., guix-commits, 2019/01/09
- 05/19: gnu: Add r-drc.,
guix-commits <=
- 06/19: gnu: Add r-rmeta., guix-commits, 2019/01/09
- 10/19: gnu: Add r-genenet., guix-commits, 2019/01/09
- 08/19: gnu: Add r-survivalroc., guix-commits, 2019/01/09
- 07/19: gnu: Add r-bootstrap., guix-commits, 2019/01/09
- 11/19: gnu: Add r-rbamtools., guix-commits, 2019/01/09
- 09/19: gnu: Add r-longitudinal., guix-commits, 2019/01/09
- 16/19: gnu: Add r-ppls., guix-commits, 2019/01/09
- 12/19: gnu: Add r-protviz., guix-commits, 2019/01/09
- 18/19: gnu: Add r-parcor., guix-commits, 2019/01/09
- 13/19: gnu: Add r-cmprsk., guix-commits, 2019/01/09