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

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

bug#55185: closed ([PATCH] gnu: Add r-zlog.)


From: GNU bug Tracking System
Subject: bug#55185: closed ([PATCH] gnu: Add r-zlog.)
Date: Fri, 29 Apr 2022 16:27:02 +0000

Your message dated Fri, 29 Apr 2022 18:25:46 +0200
with message-id <87ee1f26w1.fsf@elephly.net>
and subject line Re: [bug#55185] [PATCH] gnu: Add r-zlog.
has caused the debbugs.gnu.org bug report #55185,
regarding [PATCH] gnu: Add r-zlog.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55185: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55185
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-zlog. Date: Fri, 29 Apr 2022 13:27:32 +0200
* gnu/packages/cran.scm (r-zlog): 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 1609682b8d..a828a9b4a7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6485,6 +6485,28 @@ right-hand side of an assignment into multiple values 
and assigns these values
 to variables on the left-hand side of the assignment.")
     (license license:expat)))
 
+(define-public r-zlog
+  (package
+    (name "r-zlog")
+    (version "1.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "zlog" version))
+              (sha256
+               (base32
+                "1d5j31p0h3rrn230087h3ngpvwknlisjv0f1qdbicdj9m177spci"))))
+    (properties `((upstream-name . "zlog")))
+    (build-system r-build-system)
+    (native-inputs (list r-knitr))
+    (home-page "https://cran.r-project.org/package=zlog";)
+    (synopsis "Transformation for laboratory easurements")
+    (description
+     "The @code{zlog} package offers functions to transform laboratory
+measurements into standardised z or @math{z(log)-values}.  Therefore the lower
+and upper reference limits are needed.  If these are not known they could
+estimated from a given sample.")
+    (license license:gpl3+)))
+
 (define-public r-vctrs
   (package
     (name "r-vctrs")

base-commit: 03f660027cb8abcdec0bd5acf466b3956cc2752c
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#55185] [PATCH] gnu: Add r-zlog. Date: Fri, 29 Apr 2022 18:25:46 +0200 User-agent: mu4e 1.6.10; emacs 28.0.50
Hi Navid,

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

looks good to me, thank you!

I applied it.

-- 
Ricardo


--- End Message ---

reply via email to

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