all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 47635@debbugs.gnu.org
Subject: [bug#47635] [PATCH] gnu: Add r-hmm.
Date: Wed, 07 Apr 2021 10:17:00 +0200	[thread overview]
Message-ID: <0c15c3cc79e536933ee8c4e6513e39d2e06a10c4.camel@gnu.org> (raw)

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

Dear Guix,

I'd like to add r-hmm. See attached patch.

Kind regards,
Roel Janssen


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

From 15be497145e041f9a53250437604a94a97f12bbb Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 7 Apr 2021 10:14:35 +0200
Subject: [PATCH] gnu: Add r-hmm.

* gnu/packages/cran.scm (r-hmm): New variable.
---
 gnu/packages/cran.scm | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 044ad8f5bb..1b244bcc9a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
-;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org>
+;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
@@ -1058,6 +1058,25 @@ the embedded @code{RapidXML} C++ library.")
 into a pipeline of data manipulation and visualisation.")
     (license license:gpl3)))
 
+(define-public r-hmm
+  (package
+   (name "r-hmm")
+   (version "1.0")
+   (source (origin
+            (method url-fetch)
+            (uri (cran-uri "HMM" version))
+            (sha256
+             (base32
+              "0z0hcqfixx1l2a6d3lpy5hmh0n4gjgs0jnck441akpp3vh37glzw"))))
+   (properties `((upstream-name . "HMM")))
+   (build-system r-build-system)
+   (home-page "http://cran.r-project.org/web/packages/HMM/")
+   (synopsis "Hidden Markov Models")
+   (description "This package provides an easy to use library to setup, apply
+and make inference with discrete time and discrete space hidden markov
+models.")
+   (license license:gpl2+)))
+
 (define-public r-httpuv
   (package
     (name "r-httpuv")
-- 
2.30.2


             reply	other threads:[~2021-04-07  8:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07  8:17 Roel Janssen [this message]
2021-04-13 11:56 ` bug#47635: [PATCH] gnu: Add r-hmm Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c15c3cc79e536933ee8c4e6513e39d2e06a10c4.camel@gnu.org \
    --to=roel@gnu.org \
    --cc=47635@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.