all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30871] Submission of Patch for gnu: Add r-dyn
@ 2018-03-20  2:08 Sahithi Yarlagadda
  2018-03-20 14:05 ` bug#30871: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Sahithi Yarlagadda @ 2018-03-20  2:08 UTC (permalink / raw)
  To: 30871; +Cc: Ricardo Wurmus

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

Hi

I am resubmitting the patch for Package Description for r-dyn. I have
made all the modifications suggested. Hope that i did the right way this
time.        

-- 
Regards
Sahithi


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-r-dyn.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-r-dyn.patch", Size: 1979 bytes --]

From 176a7f7c7ea45caea4d6bf3c2a73ea23093aa19c Mon Sep 17 00:00:00 2001
From: Sahithi Yarlagadda <sahi@swecha.net>
Date: Tue, 20 Mar 2018 07:31:01 +0530
Subject: [PATCH] gnu: Add r-dyn

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b54ddc6b5..52cdd56a9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
+;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3245,3 +3246,30 @@ how rivers split and merge.  For example, they can be used to compare
 different clusterings.  This package provides an implementation of Sankey
 plots for R.")
     (license license:gpl2+)))
+
+(define-public r-dyn
+  (package
+    (name "r-dyn")
+    (version "0.2-9.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "dyn" version))
+       (sha256
+        (base32
+         "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-zoo" ,r-zoo)))
+    (home-page "https://cran.r-project.org/web/packages/dyn")
+    (synopsis "Time series regression")
+    (description
+     "The dyn class interfaces @code{ts}, @code{irts}, @code{zoo} and @code{zooreg}
+time series classes to @code{lm}, @code{glm}, @code{loess} @code{quantreg::rq}, 
+@code{MASS::rlm}, @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()}, 
+@code{randomForest::randomForest()} and other regression functions allowing those 
+functions to be used with time series including specifications that may 
+contain lags, diffs and missing values.")
+    (license license:gpl2+)))
+
+
-- 
2.16.2


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

* bug#30871: Submission of Patch for gnu: Add r-dyn
  2018-03-20  2:08 [bug#30871] Submission of Patch for gnu: Add r-dyn Sahithi Yarlagadda
@ 2018-03-20 14:05 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-03-20 14:05 UTC (permalink / raw)
  To: Sahithi Yarlagadda; +Cc: 30871-done


Hi Sahithi,

thank you for the updated patch.

I made minor changes before pushing this to the “master” branch with
commit c56739df6:

* Added a comment above the license field, because the package license
  according to CRAN is really any version of the GPL.

* Changed the description slightly.

Thank you very much and congratulations on your first contribution to
Guix!

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20  2:08 [bug#30871] Submission of Patch for gnu: Add r-dyn Sahithi Yarlagadda
2018-03-20 14:05 ` bug#30871: " 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.