{
  "_id": "6a104d60acfb0bcc41ca05fd",
  "Package": "Rtwobitlib",
  "Title": "'2bit' 'C' Library",
  "Description": "A trimmed down copy of the \"kent-core source tree\" turned\ninto a 'C' library for manipulation of '.2bit' files. See\n<https://genome.ucsc.edu/FAQ/FAQformat.html#format7> for a\nquick overview of the '2bit' format. The \"kent-core source\ntree\" can be found here:\n<https://github.com/ucscGenomeBrowser/kent-core/>. Only the\n'.c' and '.h' files from the source tree that are related to\nmanipulation of '.2bit' files were kept. Note that the package\nis primarily useful to developers of other R packages who wish\nto use the '2bit' 'C' library in their own 'C'/'C++' code.",
  "URL": "https://github.com/hpages/Rtwobitlib",
  "BugReports": "https://github.com/hpages/Rtwobitlib/issues",
  "Version": "0.3.10",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Authors@R": "c(\nperson(\"Hervé\", \"Pagès\", role=c(\"aut\", \"cre\"),\nemail=\"hpages.on.github@gmail.com\"),\nperson(\"UC Regents\", role=\"cph\",\ncomment=\"all the '.c' and '.h' files in src/kent/\"))",
  "SystemRequirements": "GNU make",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "make",
  "Repository": "https://hpages.r-universe.dev",
  "Date/Publication": "2025-05-05 22:58:33 UTC",
  "RemoteUrl": "https://github.com/hpages/rtwobitlib",
  "RemoteRef": "HEAD",
  "RemoteSha": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-10 06:58:20 UTC",
    "User": "root"
  },
  "Author": "Hervé Pagès [aut, cre],\nUC Regents [cph] (all the '.c' and '.h' files in src/kent/)",
  "Maintainer": "Hervé Pagès <hpages.on.github@gmail.com>",
  "MD5sum": "c5a86e0f4a611a2a69ac80a701deca19",
  "_user": "hpages",
  "_type": "src",
  "_file": "Rtwobitlib_0.3.10.tar.gz",
  "_fileid": "7a2af999bc0c3e03e459025bcd878b2d65b2c0ceb7150f9b3fac13e6d652dbb8",
  "_filesize": 3153375,
  "_sha256": "7a2af999bc0c3e03e459025bcd878b2d65b2c0ceb7150f9b3fac13e6d652dbb8",
  "_created": "2026-05-10T06:58:20.000Z",
  "_published": "2026-05-22T12:34:40.288Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77380290996,
      "time": 151,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6901780945"
    },
    {
      "job": 77380290625,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6901776128"
    },
    {
      "job": 77380291140,
      "time": 109,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901775254"
    },
    {
      "job": 77380291056,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901776086"
    },
    {
      "job": 77380290999,
      "time": 162,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6901778845"
    },
    {
      "job": 77380290924,
      "time": 282,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6901793224"
    },
    {
      "job": 77380290817,
      "time": 136,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901775533"
    },
    {
      "job": 77380290568,
      "time": 384,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901804233"
    },
    {
      "job": 77380290003,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901761779"
    },
    {
      "job": 77380290075,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160577969"
    },
    {
      "job": 77380290585,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6901771645"
    },
    {
      "job": 77380290798,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6901771299"
    },
    {
      "job": 77380290890,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901771897"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hpages/rtwobitlib",
  "_commit": {
    "id": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
    "author": "Hervé Pagès <hpages.on.github@gmail.com>",
    "committer": "Hervé Pagès <hpages.on.github@gmail.com>",
    "message": "Rtwobitlib 0.3.10\n\nReplace 'bool' with 'bool2' in Kent's C code to avoid clash with new 'bool'\nkeyword in C23.\n",
    "time": 1746485913
  },
  "_maintainer": {
    "name": "Hervé Pagès",
    "email": "hpages.on.github@gmail.com",
    "login": "hpages",
    "linkedin": "in/hervé-pagès-5038527",
    "uuid": 8810451
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "hpages",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-19",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "hpages",
      "count": 66,
      "uuid": 8810451
    }
  ],
  "_userbio": {
    "uuid": 8810451,
    "type": "user",
    "name": "Hervé Pagès"
  },
  "_downloads": {
    "count": 538,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Rtwobitlib"
  },
  "_devurl": "https://github.com/hpages/rtwobitlib",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/Rtwobitlib.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hpages/rtwobitlib",
  "_realowner": "hpages",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.5",
      "date": "2024-04-22"
    },
    {
      "version": "0.3.6",
      "date": "2024-04-24"
    },
    {
      "version": "0.3.8",
      "date": "2025-03-18"
    },
    {
      "version": "0.3.9",
      "date": "2025-03-22"
    },
    {
      "version": "0.3.10",
      "date": "2025-05-06"
    }
  ],
  "_exports": [
    "pkgconfig",
    "twobit_read",
    "twobit_seqlengths",
    "twobit_seqstats",
    "twobit_write"
  ],
  "_help": [
    {
      "page": "pkgconfig",
      "title": "Compiler configuration arguments for use of Rtwobitlib",
      "topics": [
        "pkgconfig"
      ]
    },
    {
      "page": "twobit_roundtrip",
      "title": "Read/write a .2bit file",
      "topics": [
        "twobit_read",
        "twobit_write"
      ]
    },
    {
      "page": "twobit_seqstats",
      "title": "Extract sequence lengths and letter counts from a .2bit file",
      "topics": [
        "twobit_seqlengths",
        "twobit_seqstats"
      ]
    }
  ],
  "_readme": "https://github.com/hpages/rtwobitlib/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "Rtwobitlib.Rmd",
      "filename": "Rtwobitlib.html",
      "title": "Motivation and use of Rtwobitlib",
      "author": "Hervé Pagès",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Motivation",
        "2. Using the 2bit C library in the C code of your package",
        "Find the header files",
        "Compile and link against the library",
        "Notes",
        "3. R functions defined in Rtwobitlib"
      ],
      "created": "2024-04-17 07:19:24",
      "modified": "2025-01-14 22:41:48",
      "commits": 4
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rtwobitlib",
  "_universes": [
    "hpages"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.10",
      "date": "2026-05-10T07:00:54.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "e12c5cfbc60a324793ad6c70fb1aacaf6d18c31952e2d09290ff8b502aa4ea32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.10",
      "date": "2026-05-10T07:00:18.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "39395dd5d00237167cbf4686b79f87ec57cb702b52d3982b1cc7b151ce92efae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.10",
      "date": "2026-05-10T07:00:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "7c1bc5260ea519a4859214f4fd8359ed7f21936efecf7217df8ae341d8db18ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.10",
      "date": "2026-05-10T07:00:19.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "24d8d82f35140c16afc04eaf3c00f8fd5e5784095645cadcd5196a278cd04735",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.10",
      "date": "2026-05-10T07:00:34.000Z",
      "arch": "aarch64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "162e5f71ba1b550bf4c00502c62ce4857b8741a4a37a25c31ec365d547c15011",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.10",
      "date": "2026-05-10T07:02:13.000Z",
      "arch": "x86_64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "326c8cf86742cfb93139fe870f2c000fa09163806e245ed1b7b74bc80ec2df01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.10",
      "date": "2026-05-10T07:00:13.000Z",
      "arch": "aarch64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "1e7731c184bdbc3056f03cb792ec62fb08ee92d9e91eee60644f66da0f11a82b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.10",
      "date": "2026-05-10T07:03:44.000Z",
      "arch": "x86_64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "a790fd518e4bb56f7bde6a7d6e90ff9f784b3ce0249624147d2f7ab331664f33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.10",
      "date": "2026-05-10T06:59:26.000Z",
      "arch": "x86_64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "9c80cea7464c4b2d2845b4adc1dcf0b5814dd58fc98c2de8b2d0fb5b7006b848",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.10",
      "date": "2026-05-10T06:59:24.000Z",
      "arch": "x86_64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "45720334f367bdc64d2473a86bf65cbdceba0b6e4b6cbe6872bc70e709ceef19",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.10",
      "date": "2026-05-10T06:59:25.000Z",
      "arch": "x86_64",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "e2bba50906c2a6502854258d9d09aa54de87e5a0f6a9ec11aea4044634773121",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.10",
      "date": "2026-05-22T12:34:14.000Z",
      "arch": "emscripten",
      "commit": "6cc5aa293dcaf2e6c50ebdab98ac23c01acffe09",
      "fileid": "888b97a08b8a85503e7de4ec0d193b31f032894616cc56d4012429d174137883",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hpages/actions/runs/25622320138"
    }
  ]
}