From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evQRe-0006NI-DS for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evQRb-0003Iy-E1 for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49559) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evQRb-0003Io-9f for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evQRb-00055j-3N for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:03 -0400 Subject: [bug#30780] [3/8] Add r-tidyverse (r-readxl) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evPhA-0006U9-Gf for guix-patches@gnu.org; Mon, 12 Mar 2018 11:50:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evPg6-0003dW-DV for guix-patches@gnu.org; Mon, 12 Mar 2018 11:49:04 -0400 Received: from mout01.posteo.de ([185.67.36.65]:48409) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evPg5-0003Zi-HU for guix-patches@gnu.org; Mon, 12 Mar 2018 11:47:58 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id BF6952119C for ; Mon, 12 Mar 2018 16:47:54 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 400Mnj0Gdrz9rxl for ; Mon, 12 Mar 2018 16:47:52 +0100 (CET) From: Charlie Ritter Date: Mon, 12 Mar 2018 11:11:36 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30780@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-r-readxl.patch Content-Transfer-Encoding: quoted-printable From=205d35b9316967d6c54055c25c09286b132020ea1d Mon Sep 17 00:00:00 2001 From: Charlie Ritter Date: Mon, 12 Mar 2018 10:03:44 -0400 Subject: [PATCH] gnu: Add r-readxl. * gnu/packages/cran.scm (r-readxl): New variable. =2D-- gnu/packages/cran.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7760b26c5..09463e395 100644 =2D-- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -34,6 +34,31 @@ #:use-module (gnu packages statistics) #:use-module (gnu packages web)) =20 +(define-public r-readxl + (package + (name "r-readxl") + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (cran-uri "readxl" version)) + (sha256 + (base32 + "1bf7gxw9r11m4llyymplxiaa4gzgyj4bwmwad5in756pzq3jzmpv")))) + (build-system r-build-system) + (propagated-inputs + `(("r-cellranger" ,r-cellranger) + ("r-rcpp" ,r-rcpp) + ("r-tibble" ,r-tibble))) + (home-page "http://readxl.tidyverse.org") + (synopsis "Read Excel Files") + (description + "Import excel files into R. Supports '.xls' via the embedded 'libxls= ' C +library and '.xlsx' via the +embedded 'RapidXML' C++ library . Works= on +Windows, Mac and Linux without external dependencies.") + (license license:gpl3))) + (define-public r-modelr (package (name "r-modelr") =2D-=20 2.16.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEiNLX4rpUkGUHqgmts0r+M/VPj+8FAlqmmKgACgkQs0r+M/VP j+/xpQf8Co0qQs/w2jbM+dh46m0/SkxDuT2hYnU1AfjnuLxwKn/8THy8eNgjdfgm CrC/emBvXNSTn1CYEH1TQJSR1mir0/PyjdKtU3x9GKGrEjY1l9VZ6bOTgLgZae8W ZsMkC9ad/sZk8QstoPeHrpOfodMdMsbvhXBN65/KKJ9EObDwtkOtuLl7VcoRbOAF RuZUT868jHcj3bdXraG8v3jTUdH7jnPdMezcbdGJ3wkhxN9zYJNAbYKeXo2Z7e/Z 7Jm4peDeek06/rQXKAtJJGariUZRJDLVrE+3u207ledEoE9wBlgInB1Qjlos8VuZ 676om7A0K6vadt86urGCxYg8N/ujuA== =flB9 -----END PGP SIGNATURE----- --==-=-=--