pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-bit64 devel/R-bit64: Import version 0.9.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2384329754e
branches:  trunk
changeset: 376695:e2384329754e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 06 17:07:52 2018 +0000

description:
devel/R-bit64: Import version 0.9.7

Package 'bit64' provides serializable S3 atomic 64bit (signed)
integers. These are useful for handling database keys and exact
counting in +-2^63. WARNING: do not use them as replacement for 32bit
integers, integer64 are not supported for subscripting by R-core and
they have different semantics when combined with double,
e.g. integer64 + double => integer64. Class integer64 can be used in
vectors, matrices, arrays and data.frames. Methods are available for
coercion from and to logicals, integers, doubles, characters and
factors as well as many elementwise and summary functions. Many fast
algorithmic operations such as 'match' and 'order' support interactive
data exploration and manipulation and optionally leverage caching.

diffstat:

 devel/R-bit64/DESCR    |  11 +++++++++++
 devel/R-bit64/Makefile |  20 ++++++++++++++++++++
 devel/R-bit64/distinfo |   6 ++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 6c14fbde501f -r e2384329754e devel/R-bit64/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-bit64/DESCR       Tue Mar 06 17:07:52 2018 +0000
@@ -0,0 +1,11 @@
+Package 'bit64' provides serializable S3 atomic 64bit (signed)
+integers. These are useful for handling database keys and exact
+counting in +-2^63. WARNING: do not use them as replacement for 32bit
+integers, integer64 are not supported for subscripting by R-core and
+they have different semantics when combined with double,
+e.g. integer64 + double => integer64. Class integer64 can be used in
+vectors, matrices, arrays and data.frames. Methods are available for
+coercion from and to logicals, integers, doubles, characters and
+factors as well as many elementwise and summary functions. Many fast
+algorithmic operations such as 'match' and 'order' support interactive
+data exploration and manipulation and optionally leverage caching.
diff -r 6c14fbde501f -r e2384329754e devel/R-bit64/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-bit64/Makefile    Tue Mar 06 17:07:52 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/03/06 17:07:52 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://ff.r-forge.r-project.org/
+COMMENT=       S3 class for vectors of 64-bit integers
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-bit>=1.1.12:../../devel/R-bit
+
+R_PKGNAME=     bit64
+R_PKGVER=      0.9-7
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+=      R>=3.0.1
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 6c14fbde501f -r e2384329754e devel/R-bit64/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-bit64/distinfo    Tue Mar 06 17:07:52 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/06 17:07:52 minskim Exp $
+
+SHA1 (R/bit64_0.9-7.tar.gz) = 0779849a5e5889d37cb009ecb5b331cdf8c2160a
+RMD160 (R/bit64_0.9-7.tar.gz) = c235ba55c2110c357b15cbf4f3e59b27219e5c74
+SHA512 (R/bit64_0.9-7.tar.gz) = 87a9667654b5ed2c0e3ecb5fb0d506ae5ce84763a5e860e8aa8a2ec1b14786c26ffd2d3505ffc430d41c49594c56af140c3ec0cd807c12319bee46581a2b8c96
+Size (R/bit64_0.9-7.tar.gz) = 125539 bytes



Home | Main Index | Thread Index | Old Index