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.5.2")



Attach the package and use:
library("bit64")
Maintained by
Jens Oehlschlägel
[Scholar Profile | Author Map]
All associated links for this package
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:
Jens Oehlschlägel (2012). bit64: A S3 Class for Vectors of 64bit Integers. R package version 4.5.2, https://cran.r-project.org/web/packages/bit64. Accessed 21 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
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  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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