emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32574: closed ([PATCH] gnu: Add r-abd.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32574: closed ([PATCH] gnu: Add r-abd.)
Date: Mon, 10 Sep 2018 21:33:02 +0000

Your message dated Mon, 10 Sep 2018 23:32:13 +0200
with message-id <address@hidden>
and subject line Re: [bug#32574] [PATCH] gnu: Add r-abd.
has caused the debbugs.gnu.org bug report #32574,
regarding [PATCH] gnu: Add r-abd.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32574: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32574
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abd. Date: Wed, 29 Aug 2018 10:36:56 +0200
gnu/packages/cran.scm (r-abd): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a00efccd..caf14af78 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5156,3 +5156,25 @@ working to tie together aspects of quantitative work 
that students in science,
 technology, engineering and mathematics will need in their professional lives,
 but which are usually taught in isolation, if at all.")
    (license license:gpl2+)))
+
+(define-public r-abd
+  (package
+    (name "r-abd")
+    (version "0.2-8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abd" version))
+       (sha256
+        (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-lattice" ,r-lattice)
+       ("r-mosaic" ,r-mosaic)
+       ("r-nlme" ,r-nlme)))
+    (home-page "https://cran.r-project.org/web/packages/abd/";)
+    (synopsis "Analysis of biological data")
+    (description
+     "The @code{r-abd} package contains data sets and sample code for the 
Analysis of
+biological data by Michael Whitlock and Dolph Schluter.")
+    (license license:gpl2)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32574] [PATCH] gnu: Add r-abd. Date: Mon, 10 Sep 2018 23:32:13 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
pimi <address@hidden> skribis:

> gnu/packages/cran.scm (r-abd): New variable.

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]