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



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.0.5, https://cran.r-project.org/web/packages/bit64
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)
Other packages that cited bit64 R package
View bit64 citation profile
Other R packages that bit64 depends, imports, suggests or enhances
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

bootSVD  
Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for ...
Download / Learn more Package Citations See dependency  
daySupply  
Calculating Days' Supply and Daily Dose of Prescriptions
Allows clinicians and researchers to compute daily dose (and subsequently days' supply) for prescrip ...
Download / Learn more Package Citations See dependency  
plsRbeta  
Partial Least Squares Regression for Beta Regression Models
Provides Partial least squares Regression for (weighted) beta regression models (Bertrand 2013,< ...
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  
odpc  
One-Sided Dynamic Principal Components
Functions to compute the one-sided dynamic principal components ('odpc') introduced in Pe ...
Download / Learn more Package Citations See dependency  
nlstac  
An R Package for Fitting Separable Nonlinear Models
Set of functions implementing the algorithm described in Fernandez Torvisco et al. (2018) for fitti ...
Download / Learn more Package Citations See dependency  

22,030

R Packages

186,816

Dependencies

55,244

Author Associations

22,031

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns