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

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

[debbugs-tracker] bug#32716: closed ([PATCH] gnu: Add r-acceptancesampli


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32716: closed ([PATCH] gnu: Add r-acceptancesampling.)
Date: Tue, 02 Oct 2018 20:32:01 +0000

Your message dated Tue, 2 Oct 2018 16:30:57 -0400
with message-id <address@hidden>
and subject line Re: [bug#32716] [PATCH] gnu: Add r-acceptancesampling.
has caused the debbugs.gnu.org bug report #32716,
regarding [PATCH] gnu: Add r-acceptancesampling.
to be marked as done.

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


-- 
32716: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32716
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-acceptancesampling. Date: Wed, 12 Sep 2018 11:16:56 +0200
gnu/packages/cran.scm (r-acceptancesampling): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab989abff..e9ad33763 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5668,3 +5668,30 @@ Interfaces (GUI) in R.  It is independent from any 
particular GUI widgets.  It
 centralizes info about GUI elements currently used, and it dispatches GUI
 calls to the particular toolkits in use in function of the context.")
     (license license:gpl2)))
+
+(define-public r-acceptancesampling
+  (package
+    (name "r-acceptancesampling")
+    (version "1.0-5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "AcceptanceSampling" version))
+       (sha256
+        (base32 "18krmmyn8pn11aqd81kbvka68lnd36mnpdh7p3pz9r4m4vjj007x"))))
+    (properties
+     `((upstream-name . "AcceptanceSampling")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/";)
+    (synopsis "Creation and evaluation of acceptance sampling plans")
+    (description
+     "This @code{r-acceptancesampling} provides functionality for creating and 
evaluating
+acceptance sampling plans.  Acceptance sampling is a methodology commonly used
+in quality control and improvement.  International standards of acceptance
+sampling provide sampling plans for specific circumstances.  The aim of this
+package is to provide an easy-to-use interface to visualize single, double or
+multiple sampling plans.  In addition, methods have been provided to enable the
+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+)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32716] [PATCH] gnu: Add r-acceptancesampling. Date: Tue, 2 Oct 2018 16:30:57 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Wed, Sep 12, 2018 at 11:16:56AM +0200, pimi wrote:
> gnu/packages/cran.scm (r-acceptancesampling): New variable.

Thanks! Pushed as 9c1c2108a5523015fd83e599b263dfb1ad348324

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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