* [bug#40295] [PATCH] gnu: Add r-oenb.
@ 2020-03-28 10:13 Danjela lura
2020-04-02 16:38 ` bug#40295: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Danjela lura @ 2020-03-28 10:13 UTC (permalink / raw)
To: 40295; +Cc: Danjela Lura
From: Danjela Lura <danielaluraa@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@gmail.com>
;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
+;;; Copyright © 2020 Danjela Lura <danielaluraa@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#40295: [PATCH] gnu: Add r-oenb.
2020-03-28 10:13 [bug#40295] [PATCH] gnu: Add r-oenb Danjela lura
@ 2020-04-02 16:38 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-04-02 16:38 UTC (permalink / raw)
To: Danjela lura, 40295-done
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
Danjela lura <danielaluraa@gmail.com> writes:
> From: Danjela Lura <danielaluraa@gmail.com>
>
> * gnu/packages/cran.scm (r-oenb): New variable.
Applied, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-02 16:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-28 10:13 [bug#40295] [PATCH] gnu: Add r-oenb Danjela lura
2020-04-02 16:38 ` bug#40295: " Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).