GNU bug report logs - #40295
[PATCH] gnu: Add r-oenb.

Previous Next

Package: guix-patches;

Reported by: Danjela lura <danielaluraa <at> gmail.com>

Date: Mon, 30 Mar 2020 02:36:07 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40295 in the body.
You can then email your comments to 40295 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40295; Package guix-patches. (Mon, 30 Mar 2020 02:36:08 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danjela lura <danielaluraa <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 30 Mar 2020 02:36:08 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danjela lura <danielaluraa <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Danjela Lura <danielaluraa <at> gmail.com>
Subject: [PATCH] gnu: Add r-oenb.
Date: Sat, 28 Mar 2020 11:13:21 +0100
From: Danjela Lura <danielaluraa <at> gmail.com>

* 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 <anothersms <at> gmail.com>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;; Copyright © 2020 Todor Kondić <tk.code <at> protonmail.com>
+;;; Copyright © 2020 Danjela Lura <danielaluraa <at> gmail.com>
 ;;;
 ;;; 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





Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Thu, 02 Apr 2020 16:39:02 GMT) Full text and rfc822 format available.

Notification sent to Danjela lura <danielaluraa <at> gmail.com>:
bug acknowledged by developer. (Thu, 02 Apr 2020 16:39:02 GMT) Full text and rfc822 format available.

Message #10 received at 40295-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Danjela lura <danielaluraa <at> gmail.com>, 40295-done <at> debbugs.gnu.org
Cc: Danjela Lura <danielaluraa <at> gmail.com>
Subject: Re: [bug#40295] [PATCH] gnu: Add r-oenb.
Date: Thu, 02 Apr 2020 18:38:27 +0200
[Message part 1 (text/plain, inline)]
Danjela lura <danielaluraa <at> gmail.com> writes:

> From: Danjela Lura <danielaluraa <at> gmail.com>
>
> * gnu/packages/cran.scm (r-oenb): New variable.

Applied, thanks!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 May 2020 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 360 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.