# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "bigBits" in publications use:' type: software license: LGPL-3.0-only title: 'bigBits: Perform Boolean Operations on Large Numbers' version: '1.3' doi: 10.32614/CRAN.package.bigBits abstract: A set of Boolean operators which accept integers of any size, in any base from 2 to 36, including 2's complement format, and perform actions like "AND," "OR", "NOT", "SHIFTR/L" etc. The output can be in any base specified. A direct base to base converter is included. authors: - family-names: Witthoft given-names: Carl email: cellocgw@gmail.com repository: https://CRAN.R-project.org/package=bigBits date-released: '2024-06-27' contact: - family-names: Witthoft given-names: Carl email: cellocgw@gmail.com