From unknown Sun Jun 15 08:54:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40295] [PATCH] gnu: Add r-oenb. Resent-From: Danjela lura Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 30 Mar 2020 02:36:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40295 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40295@debbugs.gnu.org Cc: Danjela Lura X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158553573317366 (code B ref -1); Mon, 30 Mar 2020 02:36:07 +0000 Received: (at submit) by debbugs.gnu.org; 30 Mar 2020 02:35:33 +0000 Received: from lists.gnu.org ([209.51.188.17]:47044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jIJlm-0001Bi-CB for submit@debbugs.gnu.org; Sat, 28 Mar 2020 18:17:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35806) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIJll-0007Mk-3q for guix-patches@gnu.org; Sat, 28 Mar 2020 18:17:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_50,DATE_IN_PAST_12_24, FREEMAIL_FROM,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIJlk-0006jP-03 for guix-patches@gnu.org; Sat, 28 Mar 2020 18:17:33 -0400 Received: from mail-wm1-x32c.google.com ([2a00:1450:4864:20::32c]:53580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIJlj-0006il-Of for guix-patches@gnu.org; Sat, 28 Mar 2020 18:17:31 -0400 Received: by mail-wm1-x32c.google.com with SMTP id b12so15590143wmj.3 for ; Sat, 28 Mar 2020 15:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3uvgqi+E2ujdz5Ws0zxfUJ+rOaw4yHyFY6BlaHeGVRU=; b=jF4URJY85UUEGnDjiR3xBMbO2qo6BbRBAbbgb9iEwOqWGUzyRO920hq+6ZeoyYDIAR 68gDxl3XXXmottHZQqVqm+uikD4kZotzr5efZkq9IM0yTmvwJ+Ay35BVaRi1md1UakdN WhDgI6XLuPXW1AelBJCTxckh1HJhO+uc/VI96DKlsWvzQkfeFDAyFqcs34RoOu6x6Gid 7U+NM5ihxEFhQKrhBCTaKfnytvczZcCUMhgl6pKG3o+iYq7MONjztd+MzBQzFEspRTMP zM9Rc82Kc/LHUQXhQMYIotg3akxy2v5nvtz4YzHUPq1zHVuK8L0fUa6D5PaHK/gfy9lC nl0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3uvgqi+E2ujdz5Ws0zxfUJ+rOaw4yHyFY6BlaHeGVRU=; b=gfgItv2kBVKPPAK2rwqw5HH3TKAFkOUkJAV8L/CVJaF89TMxmPJwfEvkfHDyiJVO9q EBib6Qha06EKc4pEwMMaz2Itc3U8diNeXycjZ2Hr8+a9M+bzc/C3CYASN6zRvJzS4Pa8 AHUi5Nxe3RiEAIDJkNQuGj5l7eaqd2KoESyIof7r3/nZ6PdgSigDmZk+FJN2YSEiOy74 L7mEMUG5exwAy655IcWR99bb25+hML4ROBAvu75MeWCzRicWUpR++F5BMdqdOukpgV6a ro39iCTzYx4NLuPC84JPDgK5Vx7cWfTZsGYJeQyURVkuZz5Ozo5XX2K2fIcIy1NYghaF SgSA== X-Gm-Message-State: ANhLgQ0gxUx6GksQgCePgo7JJRLyVb1QlbOYGzkVob3n6dVikGNkbd5e X/ZSTkFk8ve4VhrbAfgyxZA0prHx3lvgZw== X-Google-Smtp-Source: ADFU+vtskK5w2f6Mq0FQx0whJnSKPeDOXTeFdJmFkilspryswXdwaKf/1RlATxW1PVmvcule1k1OxA== X-Received: by 2002:a1c:a982:: with SMTP id s124mr1303481wme.105.1585433850265; Sat, 28 Mar 2020 15:17:30 -0700 (PDT) Received: from localhost.localdomain ([185.224.101.62]) by smtp.googlemail.com with ESMTPSA id k3sm15238508wrw.61.2020.03.28.15.17.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Mar 2020 15:17:29 -0700 (PDT) From: Danjela lura Date: Sat, 28 Mar 2020 11:13:21 +0100 Message-Id: <20200328101321.9769-1-danielaluraa@gmail.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::32c X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From: Danjela Lura * 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 =?UTF-8?Q?=C2=A9?= 2019 =?UTF-8?Q?Nicol=C3=B2?= B [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: protonmail.com] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (danielaluraa[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.8 DATE_IN_PAST_12_24 Date: is 12 to 24 hours before Received: date -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.0 SPOOFED_FREEMAIL No description available. X-Mailman-Approved-At: Sat, 28 Mar 2020 18:42:52 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2020 22:17:35 -0000 From: Danjela Lura * 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 ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2020 Todor Kondić +;;; Copyright © 2020 Danjela Lura ;;; ;;; 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 From unknown Sun Jun 15 08:54:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Danjela lura Subject: bug#40295: closed (Re: [bug#40295] [PATCH] gnu: Add r-oenb.) Message-ID: References: <87369lsv0c.fsf@devup.no> <20200328101321.9769-1-danielaluraa@gmail.com> X-Gnu-PR-Message: they-closed 40295 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 40295@debbugs.gnu.org Date: Thu, 02 Apr 2020 16:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1585845542-308-1" This is a multi-part message in MIME format... ------------=_1585845542-308-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40295: [PATCH] gnu: Add r-oenb. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40295@debbugs.gnu.org. --=20 40295: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40295 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1585845542-308-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40295-done) by debbugs.gnu.org; 2 Apr 2020 16:38:36 +0000 Received: from localhost ([127.0.0.1]:40605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jK2rU-0008VG-Ap for submit@debbugs.gnu.org; Thu, 02 Apr 2020 12:38:36 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:54533) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jK2rS-0008Um-Gh for 40295-done@debbugs.gnu.org; Thu, 02 Apr 2020 12:38:34 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3012C5C01F6; Thu, 2 Apr 2020 12:38:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 02 Apr 2020 12:38:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=g4F4h4m4TH03IhAUNErNFJXuIp PZGvsECSosERYQQo4=; b=kglu7KJ7crqK7QEV8pqQN52d6mKescY+LH3sXEp23x 2bWoX1biaBpf/6D7pGlT4XTV7xG63ZIJCz/ZRluTRKnblXkN0d6NaoBLKFnu4DHE BGmFXROc6nTjzZdV5JvsDqmElNOW6vR0r8e3qFCk+mMozVf1T2HE2bJp8VrbBR9M 4+luZC0scoq3KTYlQmGtP2UXCBC/qVIAFhTeJK/kl3Lddf7+UTJK6WlwaO8Y0Oom dvjxxpTgP4KvvFNquEGHUBkyZbC/fZJs9i9YTnhTXI4hF4YeEi4Xl0XsualFDuXu f9rSw5EsEsNvKwAgtrKjqOSamaWz+7Dx5gR+65IhFkRQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=g4F4h4 m4TH03IhAUNErNFJXuIpPZGvsECSosERYQQo4=; b=T3PWKn3ObAO5vsfUkymfQD pTeEe0O2/YN3Dbvz+TvhS2MVcQmb8YZlVkxX24oB1Q9DIWqdRS6S+Au0OqmBBUm6 bmnXHOKkT99iVZUV3Wz9wa5ahG6oP3K2bWDPyPE4g/Z8P7hfy+66fQE6WAJMADpl Al4iUP/lyCKLX5VunHfc26MBl9/3bWRW6MQwjXpaoGQTRu6xnM9kcLIkbh1wEgG3 xUsQxT8gr3kWf6dSxgoJhOZhSryYkDEKVhSeS7rnct8cyQMQc4XSD5vobT5ttkeS lsW/KtbYgy7XgERNpDOmXv4at1Uva0tAOzB5uyRC4XHBiLOVghczuOi9/UAa5QyA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtdeggdeljecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufgjfhgffffkgggtsehgtderre dtredtnecuhfhrohhmpeforghrihhushcuuegrkhhkvgcuoehmsggrkhhkvgesfhgrshht mhgrihhlrdgtohhmqeenucfkphepkeegrddvtddvrdeikedrjeehnecuvehluhhsthgvrh fuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmhgsrghkkhgvsehfrghsthhm rghilhdrtghomh X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id C011C3280064; Thu, 2 Apr 2020 12:38:28 -0400 (EDT) From: Marius Bakke To: Danjela lura , 40295-done@debbugs.gnu.org Subject: Re: [bug#40295] [PATCH] gnu: Add r-oenb. In-Reply-To: <20200328101321.9769-1-danielaluraa@gmail.com> References: <20200328101321.9769-1-danielaluraa@gmail.com> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Thu, 02 Apr 2020 18:38:27 +0200 Message-ID: <87369lsv0c.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40295-done Cc: Danjela Lura X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Danjela lura writes: > From: Danjela Lura > > * gnu/packages/cran.scm (r-oenb): New variable. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl6GFQMACgkQoqBt8qM6 VPoVrggAsQf4gK7takfxv3MBjzg+POsz4vnDeJV48V8WFVTFJJCuPEwiHmkNg9fZ ZBehAgK6HmzpYEM1Gs7vjl1pLJlqD6Ar09bfg/zMUGhog5RR/TP9uhotHCOoao3d JFhjRAAcx5ZJge/Hfx+Uvce4KCtxODPmRAiOjqHRypljUDMzeavVxQWRwmsLk4Et qP3WbvrdYCIiRlP/a/4hM1po1aP+A2gpz6oFmD0+2/EQcYZOSRgACngQovh3KvwO UUm0tXOQ9kye7eOcmn+HnMd9kiIeE8oTAqB2VF/vWgUTmXCO9QRE/2UCBHN7GwNZ RTjFBfpUjlIPc6VmhoT12y7BL9l/Iw== =zLO3 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1585845542-308-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Mar 2020 02:35:33 +0000 Received: from lists.gnu.org ([209.51.188.17]:47044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jIJlm-0001Bi-CB for submit@debbugs.gnu.org; Sat, 28 Mar 2020 18:17:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35806) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIJll-0007Mk-3q for guix-patches@gnu.org; Sat, 28 Mar 2020 18:17:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_50,DATE_IN_PAST_12_24, FREEMAIL_FROM,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIJlk-0006jP-03 for guix-patches@gnu.org; Sat, 28 Mar 2020 18:17:33 -0400 Received: from mail-wm1-x32c.google.com ([2a00:1450:4864:20::32c]:53580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIJlj-0006il-Of for guix-patches@gnu.org; Sat, 28 Mar 2020 18:17:31 -0400 Received: by mail-wm1-x32c.google.com with SMTP id b12so15590143wmj.3 for ; Sat, 28 Mar 2020 15:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3uvgqi+E2ujdz5Ws0zxfUJ+rOaw4yHyFY6BlaHeGVRU=; b=jF4URJY85UUEGnDjiR3xBMbO2qo6BbRBAbbgb9iEwOqWGUzyRO920hq+6ZeoyYDIAR 68gDxl3XXXmottHZQqVqm+uikD4kZotzr5efZkq9IM0yTmvwJ+Ay35BVaRi1md1UakdN WhDgI6XLuPXW1AelBJCTxckh1HJhO+uc/VI96DKlsWvzQkfeFDAyFqcs34RoOu6x6Gid 7U+NM5ihxEFhQKrhBCTaKfnytvczZcCUMhgl6pKG3o+iYq7MONjztd+MzBQzFEspRTMP zM9Rc82Kc/LHUQXhQMYIotg3akxy2v5nvtz4YzHUPq1zHVuK8L0fUa6D5PaHK/gfy9lC nl0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3uvgqi+E2ujdz5Ws0zxfUJ+rOaw4yHyFY6BlaHeGVRU=; b=gfgItv2kBVKPPAK2rwqw5HH3TKAFkOUkJAV8L/CVJaF89TMxmPJwfEvkfHDyiJVO9q EBib6Qha06EKc4pEwMMaz2Itc3U8diNeXycjZ2Hr8+a9M+bzc/C3CYASN6zRvJzS4Pa8 AHUi5Nxe3RiEAIDJkNQuGj5l7eaqd2KoESyIof7r3/nZ6PdgSigDmZk+FJN2YSEiOy74 L7mEMUG5exwAy655IcWR99bb25+hML4ROBAvu75MeWCzRicWUpR++F5BMdqdOukpgV6a ro39iCTzYx4NLuPC84JPDgK5Vx7cWfTZsGYJeQyURVkuZz5Ozo5XX2K2fIcIy1NYghaF SgSA== X-Gm-Message-State: ANhLgQ0gxUx6GksQgCePgo7JJRLyVb1QlbOYGzkVob3n6dVikGNkbd5e X/ZSTkFk8ve4VhrbAfgyxZA0prHx3lvgZw== X-Google-Smtp-Source: ADFU+vtskK5w2f6Mq0FQx0whJnSKPeDOXTeFdJmFkilspryswXdwaKf/1RlATxW1PVmvcule1k1OxA== X-Received: by 2002:a1c:a982:: with SMTP id s124mr1303481wme.105.1585433850265; Sat, 28 Mar 2020 15:17:30 -0700 (PDT) Received: from localhost.localdomain ([185.224.101.62]) by smtp.googlemail.com with ESMTPSA id k3sm15238508wrw.61.2020.03.28.15.17.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Mar 2020 15:17:29 -0700 (PDT) From: Danjela lura To: guix-patches@gnu.org Cc: Danjela Lura Subject: [PATCH] gnu: Add r-oenb. Date: Sat, 28 Mar 2020 11:13:21 +0100 Message-Id: <20200328101321.9769-1-danielaluraa@gmail.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::32c X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From: Danjela Lura * 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ò B [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: protonmail.com] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (danielaluraa[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.8 DATE_IN_PAST_12_24 Date: is 12 to 24 hours before Received: date -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.0 SPOOFED_FREEMAIL No description available. X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 28 Mar 2020 18:42:52 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2020 22:17:35 -0000 From: Danjela Lura * 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 ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2020 Todor Kondić +;;; Copyright © 2020 Danjela Lura ;;; ;;; 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 ------------=_1585845542-308-1--