all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30885] Submitting Patch File for r-catdap Package Description for CRAN package
@ 2018-03-20 16:48 Sahithi Yarlagadda
  2018-03-21  6:36 ` Ricardo Wurmus
  0 siblings, 1 reply; 14+ messages in thread
From: Sahithi Yarlagadda @ 2018-03-20 16:48 UTC (permalink / raw)
  To: 30885; +Cc: Ricardo Wurmus

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

Hi

Submitting the patch file for Creating Package Description for r-catdap
package under CRAN.

-- 
Regards
Sahithi


[-- Attachment #2: 0001-gnu-Add-r-catdap.patch --]
[-- Type: text/x-patch, Size: 1395 bytes --]

From 3ff6f97c02d72acd7e5d7853ba51cd46e725cd6e Mon Sep 17 00:00:00 2001
From: Sahithi Yarlagadda <sahi@swecha.net>
Date: Tue, 20 Mar 2018 22:13:21 +0530
Subject: [PATCH]  gnu: Add r-catdap.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 749eed8b5..f45ec9e21 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3273,3 +3273,35 @@ those functions to be used with time series including specifications that may
 contain lags, diffs and missing values.")
     ;; Any GPL version.
     (license license:gpl2+)))
+
+(define-public r-catdap
+  (package
+    (name "r-catdap")
+    (version "1.3.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "catdap" version))
+       (sha256
+        (base32
+         "0i877l61f6c75pczi235rzci67w29zv1d7z5zn5p5ymndclvlpl2"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/catdap/")
+    (synopsis "Categorical data analysis program package")
+    (description
+     "Categorical data analysis by AIC.  The methodology is described in 
+Sakamoto (1992) @url{https://www.springer.com/in/book/9780792314295}")
+    ;; Any GPL version.
+    (license license:gpl2+)))
+
+
+
+
+
+
+
+
+
+
+
+
-- 
2.16.2


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

end of thread, other threads:[~2018-03-23 20:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20 16:48 [bug#30885] Submitting Patch File for r-catdap Package Description for CRAN package Sahithi Yarlagadda
2018-03-21  6:36 ` Ricardo Wurmus
2018-03-21 10:30   ` Sahithi Yarlagadda
2018-03-21 21:08     ` Ricardo Wurmus
2018-03-22 13:35       ` Sahithi Yarlagadda
2018-03-22 13:35         ` Sahithi Yarlagadda
2018-03-22 13:56         ` [bug#30885] " julien lepiller
2018-03-22 14:11         ` Ricardo Wurmus
2018-03-22 14:11           ` Ricardo Wurmus
2018-03-22 15:48           ` [bug#30885] " Sahithi Yarlagadda
2018-03-22 15:48             ` Sahithi Yarlagadda
2018-03-23 20:06             ` [bug#30885] " Sahithi Yarlagadda
2018-03-23 20:06               ` Sahithi Yarlagadda
2018-03-23 20:57               ` bug#30885: " 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.