{
  "_id": "6a3632953efcd9bda43f668a",
  "Package": "pakete",
  "Type": "Package",
  "Title": "Utilities for Package Development",
  "Version": "0.2.1.9000",
  "Authors@R": "person(given = \"Ernest\", \nfamily = \"Guevarra\",\ncomment = c(ORCID = \"0000-0002-4887-4415\"),\nemail = \"ernest@guevarra.io\",\nrole = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Tools and utilities for package development currently not\navailable from usual development tools. These are mostly linked\nto personal preferences during the development process. They\nassist in making routine and repetitive tasks easily\nimplementable.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://katilingban.io/pakete/,\nhttps://github.com/katilingban/pakete",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://katilingban.r-universe.dev",
  "Date/Publication": "2026-01-30 11:30:29 UTC",
  "RemoteUrl": "https://github.com/katilingban/pakete",
  "RemoteRef": "HEAD",
  "RemoteSha": "a52089eefc39a8b149c33bf70dd41aa391593060",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-20 06:24:03 UTC",
    "User": "root"
  },
  "Author": "Ernest Guevarra [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-4887-4415>)",
  "Maintainer": "Ernest Guevarra <ernest@guevarra.io>",
  "MD5sum": "433e4ada3df0bb9e7e3e659f64a9248c",
  "_user": "katilingban",
  "_type": "src",
  "_file": "pakete_0.2.1.9000.tar.gz",
  "_fileid": "c48094be9e754e496dbd52d77ebab58cb843314a40e5361a4e98fccec8f4887a",
  "_filesize": 2064591,
  "_sha256": "c48094be9e754e496dbd52d77ebab58cb843314a40e5361a4e98fccec8f4887a",
  "_created": "2026-06-20T06:24:03.000Z",
  "_published": "2026-06-20T06:26:29.059Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82461588973,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7762792538"
    },
    {
      "job": 82461588980,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762792537"
    },
    {
      "job": 82461588977,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7762789310"
    },
    {
      "job": 82461588968,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7762790680"
    },
    {
      "job": 82461416020,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762780126"
    },
    {
      "job": 82461588969,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762790923"
    },
    {
      "job": 82461588964,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7762789071"
    },
    {
      "job": 82461588981,
      "time": 65,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7762787370"
    },
    {
      "job": 82461588966,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762788729"
    }
  ],
  "_buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/katilingban/pakete",
  "_commit": {
    "id": "a52089eefc39a8b149c33bf70dd41aa391593060",
    "author": "Ernest Guevarra <5742010+ernestguevarra@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #76 from katilingban:dev\n\ncreate function for adding r-universet tests workflow; fix #73",
    "time": 1769772629
  },
  "_maintainer": {
    "name": "Ernest Guevarra",
    "email": "ernest@guevarra.io",
    "login": "ernestguevarra",
    "mastodon": "@ernestguevarra@mastodon.social",
    "bluesky": "@ernest.guevarra.io",
    "linkedin": "in/ernestguevarra",
    "orcid": "0000-0002-4887-4415",
    "description": "Public Health Specialist, Spatial Epidemiologist, R Developer\n",
    "uuid": 5742010
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "katilingban",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-33",
      "n": 4
    },
    {
      "week": "2026-05",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "ernestguevarra",
      "count": 87,
      "uuid": 5742010
    }
  ],
  "_userbio": {
    "uuid": 67214290,
    "type": "organization",
    "name": "Katilingban",
    "followers": 6,
    "description": "A collective of public health and nutrition experts and practitioners"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pakete"
  },
  "_devurl": "https://github.com/katilingban/pakete",
  "_pkgdown": "https://katilingban.io/pakete/",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/pakete.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "add_badge_codefactor",
    "add_badge_status",
    "add_badge_zenodo",
    "add_contributing",
    "add_github_action",
    "add_issue_template",
    "add_logo"
  ],
  "_help": [
    {
      "page": "add_badge",
      "title": "Add badges to README",
      "topics": [
        "add_badge_codefactor",
        "add_badge_status",
        "add_badge_zenodo"
      ]
    },
    {
      "page": "add_contributing",
      "title": "Add contributing markdown",
      "topics": [
        "add_contributing"
      ]
    },
    {
      "page": "add_github_action",
      "title": "Add GitHub Actions",
      "topics": [
        "add_github_action"
      ]
    },
    {
      "page": "add_issue",
      "title": "Add issue templates",
      "topics": [
        "add_issue_template"
      ]
    },
    {
      "page": "add_logo",
      "title": "Add HTML snippet for package hex sticker in README",
      "topics": [
        "add_logo"
      ]
    }
  ],
  "_pkglogo": "https://github.com/katilingban/pakete/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/katilingban/pakete/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "jsonlite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "pakete.Rmd",
      "filename": "pakete.html",
      "title": "Why pakete?",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2024-04-22 21:31:36",
      "modified": "2024-04-22 21:31:36",
      "commits": 1
    }
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "pakete",
  "_universes": [
    "katilingban",
    "ernestguevarra"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:56.000Z",
      "distro": "noble",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "4a34b8de0fda2c72b2d944b951f5d34e767f5e62dc5745c81ae0c1f0f5013e27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:55.000Z",
      "distro": "noble",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "977805e446514322544e6cd171dc0d011d32a31f6b2e95a815906216d95b9d63",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:30.000Z",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "ed8571a2d1bf36ff370ace7d039a52b5a1c2234c06389cf9ede96096dd2890b2",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:40.000Z",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "fc540baa952d20ebbe96057ffab598f676fd2c87600900af9828f8d18bb1ef26",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:56.000Z",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "6385a5ac62eaadfe05dc933105f956adb72a554ec596dbbc8fe9d7d0bb7f54ff",
      "status": "success",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:20.000Z",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "8a0611024db2adee82d63ec434fd73d897c78fd1f5e406ed28ca7f83476d2b76",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:05.000Z",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "60960b729a223bb6f54ebea0c628da34cca98873573dc5ccbed3d76c42663327",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-06-20T06:25:17.000Z",
      "commit": "a52089eefc39a8b149c33bf70dd41aa391593060",
      "fileid": "63b70c85b1b14a310f59f150415e4c017e902d11f89c1f825231b24f4742ee63",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/katilingban/actions/runs/27862736673"
    }
  ]
}