guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: Add r-bundesligr.


From: guix-commits
Subject: 03/12: gnu: Add r-bundesligr.
Date: Wed, 28 Sep 2022 16:14:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 211031ca0dd2cb4f7bddfa11d47d398a6ffb8c77
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 28 20:00:09 2022 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4f1b89bd4b..956c2822ef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26144,6 +26144,25 @@ uses a trans-dimensional @dfn{Markov Chain Monte 
Carlo} (MCMC) approach based
 on a continuous-time birth-death process.")
     (license license:gpl2+)))
 
+(define-public r-bundesligr
+  (package
+    (name "r-bundesligr")
+    (version "0.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "bundesligR" version))
+              (sha256
+               (base32
+                "0dnhbh9jh7dfbk7mfh8msq4ys5kakalr0kwkycycrb2q8rd049vp"))))
+    (properties `((upstream-name . "bundesligR")))
+    (build-system r-build-system)
+    (home-page "https://github.com/ottlngr/bundesligR";)
+    (synopsis "All final tables of the Bundesliga")
+    (description
+     "This package provides all final tables of Germany's highest football
+league, the Bundesliga.  It contains data from 1964 to 2016.")
+    (license license:gpl3)))
+
 (define-public r-d3network
   (package
     (name "r-d3network")



reply via email to

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