- Add new port: devel/R-cran-bit64
Package 'bit64' provides serializable S3 atomic 64bit (signed) integers that 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. WWW: https://cran.r-project.org/web/packages/bit64/
This commit is contained in:
parent
1475098a61
commit
3986cfea66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393765
4 changed files with 30 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
SUBDIR += R-cran-RUnit
|
||||
SUBDIR += R-cran-Rcpp
|
||||
SUBDIR += R-cran-bit
|
||||
SUBDIR += R-cran-bit64
|
||||
SUBDIR += R-cran-bitops
|
||||
SUBDIR += R-cran-caTools
|
||||
SUBDIR += R-cran-caret
|
||||
|
|
18
devel/R-cran-bit64/Makefile
Normal file
18
devel/R-cran-bit64/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bit64
|
||||
DISTVERSION= 0.9-5
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= S3 Class for Vectors of 64bit Integers
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= R-cran-bit>=1.1.12:${PORTSDIR}/devel/R-cran-bit
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/R-cran-bit64/distinfo
Normal file
2
devel/R-cran-bit64/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (bit64_0.9-5.tar.gz) = 8f529f9e92caa133ced9c63f327a2682b70fac3f4fa96a0e95fcf50ddda8e53b
|
||||
SIZE (bit64_0.9-5.tar.gz) = 121087
|
9
devel/R-cran-bit64/pkg-descr
Normal file
9
devel/R-cran-bit64/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Package 'bit64' provides serializable S3 atomic 64bit (signed)
|
||||
integers that 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.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/bit64/
|
Loading…
Reference in a new issue