guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: Add r-profilemodel.


From: guix-commits
Subject: 01/09: gnu: Add r-profilemodel.
Date: Tue, 16 Jun 2020 03:34:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6a933e9a8b33a3b1f776218b39eede636dfd8c82
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 16 09:16:37 2020 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bc391d9..7c75095 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6634,6 +6634,29 @@ be added or removed.  When working with Word documents, 
a cursor can be used
 to help insert or delete content at a specific location in the document.")
     (license license:gpl3)))
 
+(define-public r-profilemodel
+  (package
+    (name "r-profilemodel")
+    (version "0.6.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "profileModel" version))
+       (sha256
+        (base32
+         "0yq8hy43h62hlz8bbf9ila4a3xcwizi1if27b78xc5y857ncwad8"))))
+    (properties `((upstream-name . "profileModel")))
+    (build-system r-build-system)
+    (home-page "https://github.com/ikosmidis/profileModel";)
+    (synopsis "Profiling inference functions for various model classes")
+    (description
+     "This package provides tools that can be used to calculate, evaluate,
+plot and use for inference the profiles of *arbitrary* inference functions for
+arbitrary @code{glm}-like fitted models with linear predictors.  More 
information
+on the methods that are implemented can be found in Kosmidis (2008)
+@url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.";)
+    (license license:gpl2+)))
+
 (define-public r-abn
   (package
     (name "r-abn")



reply via email to

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