# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "bit64" in publications use:' type: software license: - GPL-2.0-only - GPL-3.0-only title: 'bit64: A S3 Class for Vectors of 64bit Integers' version: 4.5.99 doi: 10.32614/CRAN.package.bit64 abstract: '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.' authors: - family-names: Chirico given-names: Michael email: michaelchirico4@gmail.com - family-names: Oehlschlägel given-names: Jens repository: https://r-lib.r-universe.dev repository-code: https://github.com/r-lib/bit64 commit: 1057f61b0433c3dab0b6217a91eb886d12491d5a url: https://github.com/r-lib/bit64 contact: - family-names: Chirico given-names: Michael email: michaelchirico4@gmail.com