unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32718] [PATCH] gnu: Add r-acclma.
@ 2018-09-12 12:03 pimi
  2018-10-02 20:31 ` bug#32718: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-09-12 12:03 UTC (permalink / raw)
  To: 32718; +Cc: ricardo.wurmus, pimi

gnu/packages/cran.scm (r-acclma): New variable.
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e9ad33763..b88721807 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5695,3 +5695,32 @@ user to assess sampling plans against pre-specified levels of performance, as
 measured by the probability of acceptance for a given level of quality in the
 lot.")
     (license license:gpl3+)))
+
+(define-public r-acclma
+  (package
+    (name "r-acclma")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ACCLMA" version))
+       (sha256
+        (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
+    (properties `((upstream-name . "ACCLMA")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
+    (synopsis "ACC & LMA graph plotting")
+    (description
+     "This package contains a function that imports data from a @acronym{Comma-Separated
+Values, @acronym{CSV}} file, or uses manually entered data from the format (x,
+y, weight) and plots the appropriate @acronym{Absolute Concentration Curve,
+@acronym{ACC}} vs @acronym{Line of Independence, @acronym{LOI}} graph and
+@acronym{@acronym{LOI} Minus @acronym{ACC}, @acronym{LMA}} graph.  The main
+function is plotLMA (source file, header) that takes a data set and plots the
+appropriate @acronym{LMA} and @acronym{ACC} graphs.  If no source file (a
+string) was passed, a manual data entry window is opened.  The header parameter
+indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
+a header row or not.  The dataset should contain only one independent variable
+(x) and one dependent variable (y) and can contain a weight for each
+observation.")
+    (license license:gpl2)))
-- 
2.17.1

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

* bug#32718: [PATCH] gnu: Add r-acclma.
  2018-09-12 12:03 [bug#32718] [PATCH] gnu: Add r-acclma pimi
@ 2018-10-02 20:31 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-10-02 20:31 UTC (permalink / raw)
  To: pimi; +Cc: ricardo.wurmus, 32718-done

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

On Wed, Sep 12, 2018 at 02:03:09PM +0200, pimi wrote:
> gnu/packages/cran.scm (r-acclma): New variable.

Thanks! Pushed as 63781c5748b108db5ceab02ce2d201e901ff10a4

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-10-02 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 12:03 [bug#32718] [PATCH] gnu: Add r-acclma pimi
2018-10-02 20:31 ` bug#32718: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).