guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: Add r-acdm.


From: Ricardo Wurmus
Subject: 05/10: gnu: Add r-acdm.
Date: Wed, 14 Nov 2018 09:19:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit acbf23da447d7f0f7acec4eeef83db9bac800b03
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 12 16:22:46 2018 +0100

    gnu: Add r-acdm.
    
    * gnu/packages/cran.scm (r-acdm): 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 a5cdbe3..d7b331f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4873,6 +4873,34 @@ statistical dependencies in messy, complex data.")
 or missing responses.")
     (license license:gpl2+)))
 
+(define-public r-acdm
+  (package
+    (name "r-acdm")
+    (version "1.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ACDm" version))
+       (sha256
+        (base32
+         "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
+    (properties `((upstream-name . "ACDm")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-dplyr" ,r-dplyr)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-plyr" ,r-plyr)
+       ("r-rsolnp" ,r-rsolnp)
+       ("r-zoo" ,r-zoo)))
+    (home-page "https://cran.r-project.org/web/packages/ACDm/";)
+    (synopsis "Tools for Autoregressive Conditional Duration Models")
+    (description
+     "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
+and Russell, 1998) models.  It creates trade, price or volume durations from
+transactions (tic) data, performs diurnal adjustments, fits various ACD models
+and tests them.")
+    (license license:gpl2+)))
+
 (define-public r-snakecase
   (package
     (name "r-snakecase")



reply via email to

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