Other packages > Find by keyword >

bit64  

A S3 Class for Vectors of 64bit Integers
View on CRAN: Click here


Download and install bit64 package within the R console
Install from CRAN:
install.packages("bit64")

Install from Github:
library("remotes")
install_github("cran/bit64")

Install by package version:
library("remotes")
install_version("bit64", "4.6.0-1")



Attach the package and use:
library("bit64")
Maintained by
Michael Chirico
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-01-27
Latest Update: 2025-01-16
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.
How to cite:
Michael Chirico (2012). bit64: A S3 Class for Vectors of 64bit Integers. R package version 4.6.0-1, https://cran.r-project.org/web/packages/bit64. Accessed 11 Mar. 2026.
Previous versions and publish date:
0.8-2 (2012-01-27 22:44), 0.8-3 (2012-02-17 13:25), 0.8-4 (2012-02-20 11:04), 0.9-1 (2012-10-24 14:23), 0.9-2 (2012-11-01 20:29), 0.9-3 (2013-12-05 08:33), 0.9-4 (2014-04-09 09:54), 0.9-5 (2015-07-05 09:24), 0.9-7.1 (2020-07-15 06:56), 0.9-7 (2017-05-08 15:21), 4.0.2 (2020-07-30 13:31), 4.0.4 (2020-08-28 13:30), 4.0.5 (2020-08-30 09:20), 4.5.2 (2024-09-22 15:50)
Other packages that cited bit64 R package
View bit64 citation profile
Other R packages that bit64 depends, imports, suggests or enhances
Complete documentation for bit64
Functions, R codes and Examples using the bit64 R package
Some associated functions:
Some associated R codes: cache.R . hash64.R . highlevel64.R . integer64.R . patch64.R . sort64.R . sortuse64.R . zzz.R .  Full bit64 package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
sorocs  
A Bayesian Semiparametric Approach to Correlated ROC Surfaces
A Bayesian semiparametric Dirichlet process mixtures to estimate correlated receiver operating chara ...
Download / Learn more Package Citations See dependency  
openNLPdata  
Apache OpenNLP Jars and Basic English Language Models
Apache OpenNLP jars and basic English language models. ...
Download / Learn more Package Citations See dependency  
roptions  
Option Strategies and Valuation
Collection of tools to develop options strategies, value option contracts using the Black-Scholes-Me ...
Download / Learn more Package Citations See dependency  
igoR  
Intergovernmental Organizations Database
Tools to extract information from the Intergovernmental Organizations ('IGO') Database , version 3, ...
Download / Learn more Package Citations See dependency  
histogram  
Construction of Regular and Irregular Histograms with Different Options for Automatic Choice of Bins
Automatic construction of regular and irregular histograms as described in Rozenholc/Mildenberger/Ga ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA