{
  "_id": "6a101e9bacfb0bcc41c8acd4",
  "Package": "bigBits",
  "Type": "Package",
  "Title": "Perform Boolean Operations on Large Numbers",
  "Version": "1.4",
  "Date": "2025-06-11",
  "Authors@R": "c(person(given = \"Carl\", family = \"Witthoft\", email = \"cellocgw@gmail.com\", role = c(\"aut\", \"cre\")))",
  "Description": "A set of Boolean operators which accept integers of any\nsize, in any base from 2 to 36, including 2's complement\nformat, and perform actions like \"AND,\" \"OR\", \"NOT\", \"SHIFTR/L\"\netc. The output can be in any base specified. A direct base to\nbase converter is included.",
  "License": "LGPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 07:15:46 UTC",
    "User": "root"
  },
  "Author": "Carl Witthoft [aut, cre]",
  "Maintainer": "Carl Witthoft <cellocgw@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-06-18 17:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/bigBits",
  "RemoteRef": "HEAD",
  "RemoteSha": "b40a8723ec2ff62772650e1cd3b851243ec387fe",
  "MD5sum": "e900fce90e97a09d198761ceb3085b16",
  "_user": "cran",
  "_type": "src",
  "_file": "bigBits_1.4.tar.gz",
  "_fileid": "f6a12aca70facfc88fc0a62a945e0fdae525793f5158945c25fdd6fcc55fdd1b",
  "_filesize": 140682,
  "_sha256": "f6a12aca70facfc88fc0a62a945e0fdae525793f5158945c25fdd6fcc55fdd1b",
  "_created": "2026-05-14T07:15:46.000Z",
  "_published": "2026-05-22T09:15:07.771Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77350751806,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6989244646"
    },
    {
      "job": 77350751951,
      "time": 107,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989244971"
    },
    {
      "job": 77350751949,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989216849"
    },
    {
      "job": 77350751488,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157014527"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25847044386",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/bigBits",
  "_commit": {
    "id": "b40a8723ec2ff62772650e1cd3b851243ec387fe",
    "author": "Carl Witthoft <cellocgw@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.4\n",
    "time": 1750268402
  },
  "_maintainer": {
    "name": "Carl Witthoft",
    "email": "cellocgw@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rmpfr",
      "role": "Imports"
    },
    {
      "package": "gmp",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-25",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.4",
      "date": "2025-06-18"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 216,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bigBits"
  },
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bigBits.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2023-06-19"
    },
    {
      "version": "1.1",
      "date": "2023-09-06"
    },
    {
      "version": "1.2",
      "date": "2024-03-26"
    },
    {
      "version": "1.3",
      "date": "2024-06-28"
    },
    {
      "version": "1.4",
      "date": "2025-06-18"
    }
  ],
  "_exports": [
    "base2base",
    "bigAnd",
    "bigNot",
    "bigOr",
    "bigRotate",
    "bigShiftL",
    "bigShiftR",
    "bigXor",
    "buildBinaries",
    "fracB2B",
    "noExp"
  ],
  "_help": [
    {
      "page": "bigBits-package",
      "title": "Perform Boolean Operations on Large Numbers",
      "topics": [
        "bigBits-package",
        "bigBits"
      ]
    },
    {
      "page": "base2base",
      "title": "Function which converts arbitrary-size integers from any base to any base.",
      "topics": [
        "base2base"
      ]
    },
    {
      "page": "bigAnd",
      "title": "Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).",
      "topics": [
        "bigAnd",
        "bigNot",
        "bigOr",
        "bigRotate",
        "bigShiftL",
        "bigShiftR",
        "bigXor"
      ]
    },
    {
      "page": "buildBinaries",
      "title": "Function to convert values to binary form",
      "topics": [
        "buildBinaries"
      ]
    },
    {
      "page": "fracB2B",
      "title": "Function which converts fractions (between 1 and 0) from any base to any other base.",
      "topics": [
        "fracB2B"
      ]
    },
    {
      "page": "noExp",
      "title": "Function to convert character-string numbers in exponential notation to \"pure\" integers.",
      "topics": [
        "noExp"
      ]
    }
  ],
  "_rundeps": [
    "gmp",
    "Rmpfr"
  ],
  "_score": 1.4771212547196624,
  "_indexed": true,
  "_nocasepkg": "bigbits",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4",
      "date": "2026-05-14T07:17:32.000Z",
      "distro": "noble",
      "commit": "b40a8723ec2ff62772650e1cd3b851243ec387fe",
      "fileid": "7806f9b92721e56e89096db0a85ca995f9f2bfd2b50ad939823d8eb783500748",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25847044386"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4",
      "date": "2026-05-14T07:17:33.000Z",
      "distro": "noble",
      "commit": "b40a8723ec2ff62772650e1cd3b851243ec387fe",
      "fileid": "1e28a335cf44e81b5bb219a8529ac48143f8dfa3d48a37ec7f62e90a953444a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25847044386"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4",
      "date": "2026-05-22T09:14:51.000Z",
      "commit": "b40a8723ec2ff62772650e1cd3b851243ec387fe",
      "fileid": "cbce191d26416f70e61c6df26337443d6686284300278066cdf190a604ec0fc9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25847044386"
    }
  ]
}