emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#40295: closed ([PATCH] gnu: Add r-oenb.)


From: GNU bug Tracking System
Subject: bug#40295: closed ([PATCH] gnu: Add r-oenb.)
Date: Thu, 02 Apr 2020 16:39:02 +0000

Your message dated Thu, 02 Apr 2020 18:38:27 +0200
with message-id <address@hidden>
and subject line Re: [bug#40295] [PATCH] gnu: Add r-oenb.
has caused the debbugs.gnu.org bug report #40295,
regarding [PATCH] gnu: Add r-oenb.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40295: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40295
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-oenb. Date: Sat, 28 Mar 2020 11:13:21 +0100
From: Danjela Lura <address@hidden>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 759b9263f3..9dd24d164d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2019 Nicolò Balzarotti <address@hidden>
 ;;; Copyright © 2019 Wiktor Żelazny <address@hidden>
 ;;; Copyright © 2020 Todor Kondić <address@hidden>
+;;; Copyright © 2020 Danjela Lura <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -100,6 +101,31 @@
 the system clipboards.")
     (license license:gpl3)))
 
+(define-public r-oenb
+  (package
+    (name "r-oenb")
+    (version "0.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "oenb" version))
+       (sha256
+        (base32
+         "1x1jlqp6r27c4gb7wafzpmh5rq6yq61a2d395r5lsmv2g5jb4biz"))))
+    (properties `((upstream-name . "oenb")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-dplyr" ,r-dplyr)
+       ("r-xml" ,r-xml)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/franzmohr/oenb";)
+    (synopsis "Tools for the OeNB Data Web Service")
+    (description
+     "Tools to access data from the data web service of the
+@acronym{OeNB, Oesterreichische Nationalbank},
+@url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.";)
+    (license license:gpl2+)))
+
 (define-public r-scales
   (package
     (name "r-scales")
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40295] [PATCH] gnu: Add r-oenb. Date: Thu, 02 Apr 2020 18:38:27 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Danjela lura <address@hidden> writes:

> From: Danjela Lura <address@hidden>
>
> * gnu/packages/cran.scm (r-oenb): New variable.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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