R-readxl: Upgrade to 1.2

This commit is contained in:
Jason Bacon 2018-12-25 09:03:04 -06:00
parent d13981fae6
commit a454c5b5c5
3 changed files with 17 additions and 15 deletions

View File

@ -1,2 +1,4 @@
Import excel files into R. Supports '.xls' via the embedded 'libxls' C library
and '.xlsx' via the embedded 'RapidXML' C++ library.
Import excel files into R. Supports '.xls' via the embedded 'libxls' C
library <https://github.com/evanmiller/libxls> and '.xlsx' via the
embedded 'RapidXML' C++ library <http://rapidxml.sourceforge.net>.
Works on Windows, Mac and Linux without external dependencies.

View File

@ -3,19 +3,20 @@
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= http://cran.r-project.org/web/packages/gmp/
COMMENT= Import excel files into R
LICENSE= gnu-gpl-v2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/readxl/
COMMENT= Read excel files into R tables
LICENSE= gnu-gpl-v3
R_PKGNAME= readxl
R_PKGVER= 1.1.0
R_PKGVER= 1.2.0
USE_LANGUAGES= c c++
USE_LANGUAGES+= c c++
DEPENDS+= R-tibble>=1.4.2:../../math/R-tibble
DEPENDS+= R-cellranger>=1.1.0:../../wip/R-cellranger
DEPENDS+= R-tibble>=1.3.1:../../math/R-tibble # XXX - found R-tibble-1.4.2 (../../math/R-tibble)
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../wip/R-progress/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,7 +1,6 @@
$NetBSD$
SHA1 (R/readxl_1.1.0.tar.gz) = c29efd9e2229c65996e00b414ddbc008dacefce9
RMD160 (R/readxl_1.1.0.tar.gz) = 20a69ca2ba692b215779d72dd8dcf8996344bec1
SHA512 (R/readxl_1.1.0.tar.gz) = 030a71ff1ac97574053db34e4b194f0c1d0105cb678002b6b6e74e217c29a56436bf9f42ca955775e1f2eda12e4c60628c01772ef129ad19d3716a4dd16ec982
Size (R/readxl_1.1.0.tar.gz) = 2036680 bytes
SHA1 (patch-work_readxl_src_Makevars) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
SHA1 (R/readxl_1.2.0.tar.gz) = 62359a2b60bf8e2ee703c39d938d3f5e7a5e91fd
RMD160 (R/readxl_1.2.0.tar.gz) = a6a31d49e369dce13d36b6b88c840db03e7e9c95
SHA512 (R/readxl_1.2.0.tar.gz) = 95561f7e1222ea00c2d88607baa81e9bae883ee7d846e52728c00507fb8a93fbc44280a566676d6a297177e4b045c4c37d078d9a89c088f4aa7b3307055b0db5
Size (R/readxl_1.2.0.tar.gz) = 2055710 bytes