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]
First Published: 2012-01-27
Latest Update: 2020-08-30
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 26 Mar. 2025.
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
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for bit64160001800020000220002400026000280003000032000340003600038000TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  
MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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