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 23 Apr. 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
03/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/21Downloads for bit64160001800020000220002400026000280003000032000340003600038000400004200044000TrendBars

Today's Hot Picks in Authors and Packages

BLRShiny2  
Interactive Document for Working with Binary Logistic Regression Analysis
An interactive document on the topic of binary logistic regression analysis using 'rmarkdown' and ...
Download / Learn more Package Citations See dependency  
miCoPTCM  
Promotion Time Cure Model with Mis-Measured Covariates
Fits Semiparametric Promotion Time Cure Models, taking into account (using a corrected score approa ...
Download / Learn more Package Citations See dependency  
pkgndep  
Analyze Dependency Heaviness of R Packages
A new metric named 'dependency heaviness' is proposed that measures the number of additional depend ...
Download / Learn more Package Citations See dependency  
sociome  
Operationalizing Social Determinants of Health Data for Researchers
Accesses raw data via API and calculates social determinants of health measures for user-specified l ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ODEnetwork  
Network of Differential Equations
Simulates a network of ordinary differential equations of order two. The package provides an easy i ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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