Learn R Programming

⚠️There's a newer version (4.6.0-1) of this package.Take me there.

bit64 (version 0.9-7.1)

A S3 Class for Vectors of 64bit Integers

Description

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.

Copy Link

Version

Install

install.packages('bit64')

Monthly Downloads

885,710

Version

0.9-7.1

License

GPL-2

Maintainer

Jens Oehlschl�gel

Last Published

July 15th, 2020

Functions in bit64 (0.9-7.1)

cache

Atomic Caching
benchmark64

Function for measuring algorithmic performance of high-level and low-level integer64 functions
bit64S3

Tunrning base R functions into S3 generics for bit64
cumsum.integer64

Cumulative Sums, Products, Extremes and lagged differences
as.integer64.character

Coerce to integer64
as.data.frame.integer64

integer64: Coercing to data.frame column
as.character.integer64

Coerce from integer64
bit64-package

A S3 class for vectors of 64bit integers
benchmark64.data

Results of performance measurement on a Core i7 Lenovo T410 8 GB RAM under Windows 7 64bit
extract.replace.integer64

Extract or Replace Parts of an integer64 vector
c.integer64

Concatenating integer64 vectors
hashcache

Big caching of hashing, sorting, ordering
format.integer64

Unary operators and functions for integer64 vectors
match.integer64

64-bit integer matching
duplicated.integer64

Determine Duplicate Elements of integer64
optimizer64.data

Results of performance measurement on a Core i7 Lenovo T410 8 GB RAM under Windows 7 64bit
identical.integer64

Identity function for class 'integer64'
prank

(P)ercent (Rank)s
keypos

Extract Positions in redundant dimension table
is.sorted.integer64

Small cache access methods
plusclass

integer64: Maintaining S3 class attribute
hashmap

Hashing for 64bit integers
qtile

(Q)uan(Tile)s
rank.integer64

Sample Ranks from integer64
seq.integer64

integer64: Sequence Generation
sort.integer64

High-level intger64 methods for sorting and ordering
unipos

Extract Positions of Unique Elements
ramsort.integer64

Low-level intger64 methods for in-RAM sorting and ordering
unique.integer64

Extract Unique Elements from integer64
rep.integer64

Replicate elements of integer64 vectors
xor.integer64

Binary operators for integer64 vectors
sum.integer64

Summary functions for integer64 vectors
tiepos

Extract Positions of Tied Elements
table.integer64

Cross Tabulation and Table Creation for integer64
sortnut

Searching and other uses of sorting for 64bit integers