all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55185] [PATCH] gnu: Add r-zlog.
@ 2022-04-29 11:27 Navid Afkhami
  2022-04-29 16:25 ` bug#55185: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2022-04-29 11:27 UTC (permalink / raw)
  To: 55185; +Cc: rekado

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55185: [PATCH] gnu: Add r-zlog.
  2022-04-29 11:27 [bug#55185] [PATCH] gnu: Add r-zlog Navid Afkhami
@ 2022-04-29 16:25 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-04-29 16:25 UTC (permalink / raw)
  To: Navid Afkhami; +Cc: 55185-done


Hi Navid,

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

looks good to me, thank you!

I applied it.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-29 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 11:27 [bug#55185] [PATCH] gnu: Add r-zlog Navid Afkhami
2022-04-29 16:25 ` bug#55185: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.