R-bit64
Port variant standard
Summary S3 Class for Vectors of 64bit Integers
Package version 4.0.5
Homepage https://github.com/truecluster/bit64
Keywords cran
Maintainer CRAN Automaton
License Not yet specified
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 02 JAN 2023, 20:15:36 UTC
Port created 15 APR 2020, 18:11:42 UTC
Subpackage Descriptions
single bit64: A S3 Class for Vectors of 64bit Integers 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 inter- active data exploration and manipulation and optionally leverage caching.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) gmake:primary:standard
R:primary:standard
icu:dev:standard
Build and Runtime R-bit:single:standard
Runtime (only) R:primary:standard
R:nls:standard
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
25df6826ea5e93241c4874cad4fa8dadc87a40f4ff74c9107aa12a9e033e1578 135091 CRAN/bit64_4.0.5.tar.gz
Ports that require R-bit64:standard
R-RSQLite:standard SQLite Interface for R
R-odbc:standard DBI-compatible interface to ODBC databases
R-vroom:standard Read and Write Rectangular Text Data Quickly