all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 28089@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#28089] [PATCH 08/29] gnu: Add r-powerlaw.
Date: Mon, 14 Aug 2017 22:56:50 +0200	[thread overview]
Message-ID: <20170814205711.10797-8-rekado@elephly.net> (raw)
In-Reply-To: <20170814205711.10797-1-rekado@elephly.net>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0fc158768..83f246d4d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -263,3 +263,28 @@ the powerful computational and visual environment in R, it gives users more
 convenience and freedom to design figures for better understanding complex
 patterns behind multiple dimensional data.")
     (license license:gpl2+)))
+
+(define-public r-powerlaw
+  (package
+    (name "r-powerlaw")
+    (version "0.70.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "poweRlaw" version))
+       (sha256
+        (base32
+         "1p2la3hslxq2xa8jkwvci6zcpn47cvyr9xqd5agp1riwwp2xw5gh"))))
+    (properties `((upstream-name . "poweRlaw")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-vgam" ,r-vgam)))
+    (home-page "https://github.com/csgillespie/poweRlaw")
+    (synopsis "Tools for the analysis of heavy tailed distributions")
+    (description
+     "This package provides an implementation of maximum likelihood estimators
+for a variety of heavy tailed distributions, including both the discrete and
+continuous power law distributions.  Additionally, a goodness-of-fit based
+approach is used to estimate the lower cut-off for the scaling region.")
+    ;; Any of these GPL versions.
+    (license (list license:gpl2 license:gpl3))))
-- 
2.13.3

  parent reply	other threads:[~2017-08-14 20:58 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-14 20:54 [bug#28089] [PATCH 00/29] More R packages Ricardo Wurmus
2017-08-14 20:56 ` [bug#28089] [PATCH 01/29] gnu: Add r-interactivedisplaybase Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 02/29] gnu: Add r-annotationhub Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 03/29] gnu: Add r-auc Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 04/29] gnu: Add r-calibrate Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 05/29] gnu: Add r-shape Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 06/29] gnu: Add r-globaloptions Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 07/29] gnu: Add r-circlize Ricardo Wurmus
2017-08-14 20:56   ` Ricardo Wurmus [this message]
2017-08-14 20:56   ` [bug#28089] [PATCH 09/29] gnu: Add r-png Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 10/29] gnu: Add r-compare Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 11/29] gnu: Add r-dendextend Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 12/29] gnu: Add r-getoptlong Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 13/29] gnu: Add r-fastmatch Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 14/29] gnu: Add r-ff Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 15/29] gnu: Add r-ffbase Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 16/29] gnu: Add r-prettyunits Ricardo Wurmus
2017-08-14 20:56   ` [bug#28089] [PATCH 17/29] gnu: Add r-reshape Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 18/29] gnu: Add r-progress Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 19/29] gnu: Add r-ggally Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 20/29] gnu: Add r-proxy Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 21/29] gnu: Add r-sp Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 22/29] gnu: Add r-rook Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 23/29] gnu: Add r-rmtstat Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 24/29] gnu: Add r-lmoments Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 25/29] gnu: Add r-distillery Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 26/29] gnu: Add r-extremes Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 27/29] gnu: Add r-lmtest Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 28/29] gnu: Add r-inline Ricardo Wurmus
2017-08-14 20:57   ` [bug#28089] [PATCH 29/29] gnu: Add r-bbmle Ricardo Wurmus
2017-08-17 16:03   ` bug#28089: [PATCH 01/29] gnu: Add r-interactivedisplaybase 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=20170814205711.10797-8-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=28089@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.