{
  "_id": "6a49d519739471f8fd07c891",
  "Package": "personalr",
  "Title": "Automated Personal Package Setup",
  "Version": "1.0.3",
  "Authors@R": "person(\"Sebastian\", \"Carl\", , \"mrcaseb@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Functions to setup a personal R package that attaches\ngiven libraries and exports personal helper functions.",
  "License": "MIT + file LICENSE",
  "URL": "https://mrcaseb.github.io/personalr/index.html,\nhttps://github.com/mrcaseb/personalr",
  "BugReports": "https://github.com/mrcaseb/personalr/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev\nlibjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev\nlibxml2-dev libssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://mrcaseb.r-universe.dev",
  "Date/Publication": "2025-07-15 19:20:37 UTC",
  "RemoteUrl": "https://github.com/mrcaseb/personalr",
  "RemoteRef": "HEAD",
  "RemoteSha": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-16 12:01:52 UTC",
    "User": "root"
  },
  "Author": "Sebastian Carl [aut, cre]",
  "Maintainer": "Sebastian Carl <mrcaseb@gmail.com>",
  "_user": "mrcaseb",
  "_type": "src",
  "_file": "personalr_1.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/61d109ea196608e19677bc9db0c83e5dc1ef773fe9da716981eba8f477e5c31f",
  "_filesize": 118417,
  "_sha256": "61d109ea196608e19677bc9db0c83e5dc1ef773fe9da716981eba8f477e5c31f",
  "_expires": "2026-10-13T03:52:55.000Z",
  "_created": "2026-06-16T12:01:52.000Z",
  "_published": "2026-07-05T03:52:57.008Z",
  "_jobs": [
    {
      "job": 85190643385,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7666182906"
    },
    {
      "job": 85190643532,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666185957"
    },
    {
      "job": 85190643562,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7666167344"
    },
    {
      "job": 85190643572,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666163229"
    },
    {
      "job": 85190643317,
      "time": 219,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666134454"
    },
    {
      "job": 85190643565,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666188409"
    },
    {
      "job": 85190643433,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7666176087"
    },
    {
      "job": 85190643606,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7666168358"
    },
    {
      "job": 85190643585,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666172301"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615",
  "_status": "success",
  "_upstream": "https://github.com/mrcaseb/personalr",
  "_commit": {
    "id": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
    "author": "mrcaseb <38586519+mrcaseb@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md",
    "time": 1752607237
  },
  "_maintainer": {
    "name": "Sebastian Carl",
    "email": "mrcaseb@gmail.com",
    "login": "mrcaseb",
    "bluesky": "@mrcaseb.com",
    "twitter": "@mrcaseb",
    "description": "Engineer and research associate playing with football data visualizations in R and Python",
    "uuid": 38586519
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "desc",
      "role": "Imports"
    },
    {
      "package": "devtools",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rprojroot",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "xfun",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    }
  ],
  "_owner": "mrcaseb",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-29",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 13,
  "_contributors": [
    {
      "user": "mrcaseb",
      "count": 72,
      "uuid": 38586519
    },
    {
      "user": "tanho63",
      "count": 1,
      "uuid": 38083823
    }
  ],
  "_userbio": {
    "uuid": 38586519,
    "type": "user",
    "name": "mrcaseb",
    "followers": 148,
    "description": "Engineer and research associate playing with football data visualizations in R and Python"
  },
  "_downloads": {
    "count": 261,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/personalr"
  },
  "_devurl": "https://github.com/mrcaseb/personalr",
  "_searchresults": 1,
  "_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/personalr.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mrcaseb/personalr",
  "_realowner": "mrcaseb",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2020-11-23"
    },
    {
      "version": "1.0.3",
      "date": "2022-08-11"
    }
  ],
  "_exports": [
    "setup_package",
    "update_core"
  ],
  "_help": [
    {
      "page": "setup_package",
      "title": "Setup Personal Package",
      "topics": [
        "setup_package"
      ]
    },
    {
      "page": "update_core",
      "title": "Update Core of Personal Package",
      "topics": [
        "update_core"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mrcaseb/personalr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mrcaseb/personalr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "brew",
    "brio",
    "bslib",
    "cachem",
    "callr",
    "cli",
    "clipr",
    "commonmark",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "devtools",
    "diffobj",
    "digest",
    "downlit",
    "ellipsis",
    "evaluate",
    "fansi",
    "fastmap",
    "fontawesome",
    "fs",
    "gert",
    "gitcreds",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr2",
    "ini",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "miniUI",
    "openssl",
    "otel",
    "pak",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgdown",
    "pkgload",
    "praise",
    "prettyunits",
    "processx",
    "profvis",
    "promises",
    "ps",
    "purrr",
    "R6",
    "ragg",
    "rappdirs",
    "rcmdcheck",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "roxygen2",
    "rprojroot",
    "rstudioapi",
    "rversions",
    "sass",
    "sessioninfo",
    "shiny",
    "sourcetools",
    "stringi",
    "sys",
    "systemfonts",
    "testthat",
    "textshaping",
    "tibble",
    "tinytex",
    "urlchecker",
    "usethis",
    "utf8",
    "vctrs",
    "waldo",
    "whisker",
    "withr",
    "xfun",
    "xml2",
    "xopen",
    "xtable",
    "yaml",
    "zip"
  ],
  "_score": 4.113943352306837,
  "_indexed": true,
  "_nocasepkg": "personalr",
  "_universes": [
    "mrcaseb"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-16T12:04:07.000Z",
      "distro": "noble",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/9e2958229b644ebb50c3f7e4dedcc6299aa671fe725c7a7f85a05590876f3d65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-16T12:04:12.000Z",
      "distro": "noble",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/242f7af184300d2f8c1b21ca95448cef1e36b203e6026b7f5d40676ac524ae60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-16T12:03:24.000Z",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/973c334df8564f943deaa39cb03eb4b9a1b084456fba64c025ddab25b4aebaf2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-16T12:03:14.000Z",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/a1ad0132ea3cf8bac27feb1d07bb2b090272ab7fdc7d76e4b9a7bce6fcf19415",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-16T12:04:29.000Z",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/49a803d5d0adc4d3173980be85b8007c894dee9ee3005695ab2f2f8325a53f9a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-16T12:03:46.000Z",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/1160b69f54029c216782feac88a18a351d081c2a5abdfdef1a6bebe5f444c306",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-16T12:03:22.000Z",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/025374e5a047bbe4cfefd1f2fb93431b96556e2fa9a9186529fa7467d522e5e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-16T12:03:33.000Z",
      "commit": "c48dc418bbf8c72dafd74ab62ccdfc5175422bd4",
      "fileid": "https://r2.ropensci.org/bc7fd8b6c27292bb9192e52e570d59be4ca0d24e5ca13e6ca0cab20d18f978de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcaseb/actions/runs/27615820615"
    }
  ]
}