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

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

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


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32622: closed ([PATCH] gnu: Add r-abf2.)
Date: Thu, 13 Sep 2018 17:08:02 +0000

Your message dated Thu, 13 Sep 2018 19:07:00 +0200
with message-id <address@hidden>
and subject line [PATCH] gnu: Add r-abf2.
has caused the debbugs.gnu.org bug report #32622,
regarding [PATCH] gnu: Add r-abf2.
to be marked as done.

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


-- 
32622: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32622
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abf2. Date: Mon, 3 Sep 2018 15:28:14 +0200
gnu/packages/cran.scm (r-abf2): New variable.
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dde5fb317..33dc61593 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5016,3 +5016,22 @@ information based criteria with the change in estimate 
to either select the
 optimal model for prediction purposes or to serve as a tool to obtain a
 practically sound, highly interpretable model.")
     (license license:gpl2+)))
+
+(define-public r-abf2
+  (package
+    (name "r-abf2")
+    (version "0.7-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abf2" version))
+       (sha256
+        (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/abf2/";)
+    (synopsis "Load gap-free axon @code{r-abf2} files")
+    (description
+     "This package loads electrophysiology data from @code{r-abf2} files, as 
created by
+Axon Instruments/Molecular Devices software such as pClamp 10.  Only files
+recorded in gap-free mode are currently supported.")
+    (license license:artistic2.0)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-abf2. Date: Thu, 13 Sep 2018 19:07:00 +0200 User-agent: mu4e 1.0; emacs 26.1
Pushed to “master” branch with commit ef26400b6 after fixing the
description.

Thanks!

--
Ricardo



--- End Message ---

reply via email to

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