{
  "_id": "6a1f002fb401979e7341acd5",
  "Package": "sjtable2df",
  "Title": "Convert 'sjPlot' HTML-Tables to R 'data.frame'",
  "Version": "0.0.5",
  "Authors@R": "person(\"Lorenz A.\", \"Kapsner\", , \"lorenz.kapsner@gmail.com\", role = c(\"cre\", \"aut\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-1866-860X\"))",
  "Description": "A small set of helper functions to convert 'sjPlot'\nHTML-tables to R data.frame objects / knitr::kable-tables.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/kapsner/sjtable2df",
  "BugReports": "https://github.com/kapsner/sjtable2df/issues",
  "VignetteBuilder": "quarto",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "false",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "SystemRequirements": "Quarto command line tools\n(https://github.com/quarto-dev/quarto-cli).",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev\nlibuv1-dev libxml2-dev libssl-dev",
  "Repository": "https://kapsner.r-universe.dev",
  "Date/Publication": "2026-01-18 09:55:46 UTC",
  "RemoteUrl": "https://github.com/kapsner/sjtable2df",
  "RemoteRef": "HEAD",
  "RemoteSha": "ac62651b79370cc91f7dfafffbc5d699b276897a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 09:05:24 UTC",
    "User": "root"
  },
  "Author": "Lorenz A. Kapsner [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0003-1866-860X>)",
  "Maintainer": "Lorenz A. Kapsner <lorenz.kapsner@gmail.com>",
  "MD5sum": "3587d9b34e620b08139a06da1d31d7d5",
  "_user": "kapsner",
  "_type": "src",
  "_file": "sjtable2df_0.0.5.tar.gz",
  "_fileid": "3b9f5f61ed2f7737b356d0ac979b6379967c9ae66c7657edd47869399546b5c4",
  "_filesize": 94055,
  "_sha256": "3b9f5f61ed2f7737b356d0ac979b6379967c9ae66c7657edd47869399546b5c4",
  "_created": "2026-05-18T09:05:24.000Z",
  "_published": "2026-06-02T16:09:19.068Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79116679905,
      "time": 158,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7053731658"
    },
    {
      "job": 79116679659,
      "time": 161,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053732181"
    },
    {
      "job": 79116680153,
      "time": 170,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7053734827"
    },
    {
      "job": 79116679745,
      "time": 148,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053727827"
    },
    {
      "job": 79116679335,
      "time": 228,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053675177"
    },
    {
      "job": 79116678860,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363296801"
    },
    {
      "job": 79116679585,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7053716346"
    },
    {
      "job": 79116680372,
      "time": 122,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7053718626"
    },
    {
      "job": 79116680201,
      "time": 135,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053726315"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kapsner/sjtable2df",
  "_commit": {
    "id": "ac62651b79370cc91f7dfafffbc5d699b276897a",
    "author": "kapsner <lorenz.kapsner@gmail.com>",
    "committer": "kapsner <lorenz.kapsner@gmail.com>",
    "message": "chore: bump to v0.0.5\n",
    "time": 1768730146
  },
  "_maintainer": {
    "name": "Lorenz A. Kapsner",
    "email": "lorenz.kapsner@gmail.com",
    "login": "kapsner",
    "orcid": "0000-0003-1866-860X",
    "description": "Medical Data Scientist.",
    "uuid": 44973495
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "kableExtra",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "lme4",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "sjPlot",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.1",
      "role": "Suggests"
    }
  ],
  "_owner": "kapsner",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-03",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.0.5",
      "date": "2026-01-18"
    }
  ],
  "_topics": [
    "converter",
    "data-frame",
    "sjplot",
    "tables",
    "quarto"
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "kapsner",
      "count": 63,
      "uuid": 44973495
    },
    {
      "user": "joundso",
      "count": 1,
      "uuid": 56686638
    }
  ],
  "_userbio": {
    "uuid": 44973495,
    "type": "user",
    "name": "kapsner",
    "description": "Medical Data Scientist."
  },
  "_downloads": {
    "count": 345,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sjtable2df"
  },
  "_devurl": "https://github.com/kapsner/sjtable2df",
  "_searchresults": 20,
  "_quarto": true,
  "_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/sjtable2df.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kapsner/sjtable2df",
  "_realowner": "kapsner",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2022-06-22"
    },
    {
      "version": "0.0.3",
      "date": "2023-04-13"
    },
    {
      "version": "0.0.4",
      "date": "2025-04-04"
    },
    {
      "version": "0.0.5",
      "date": "2026-01-18"
    }
  ],
  "_exports": [
    "mtab2df",
    "xtab2df"
  ],
  "_help": [
    {
      "page": "mtab2df",
      "title": "mtab2df",
      "topics": [
        "mtab2df"
      ]
    },
    {
      "page": "xtab2df",
      "title": "xtab2df",
      "topics": [
        "xtab2df"
      ]
    }
  ],
  "_readme": "https://github.com/kapsner/sjtable2df/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "cpp11",
    "curl",
    "data.table",
    "digest",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "highr",
    "htmltools",
    "httr",
    "jquerylib",
    "jsonlite",
    "kableExtra",
    "knitr",
    "labeling",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "rvest",
    "sass",
    "scales",
    "selectr",
    "stringi",
    "stringr",
    "svglite",
    "sys",
    "systemfonts",
    "textshaping",
    "tibble",
    "tinytex",
    "utf8",
    "vctrs",
    "viridisLite",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "sjtable2df_overview.qmd",
      "filename": "sjtable2df_overview.html",
      "title": "sjtable2df_overview",
      "engine": "quarto::html",
      "headings": [],
      "created": "2024-06-07 07:05:30",
      "modified": "2026-01-17 13:49:43",
      "commits": 2
    }
  ],
  "_score": 4.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "sjtable2df",
  "_universes": [
    "kapsner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.5",
      "date": "2026-05-18T09:08:03.000Z",
      "distro": "noble",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "17a08ea03a18b27d1d85d1cfe7102bfdcafe7e5f81c61db891444cbee74c2b93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.5",
      "date": "2026-05-18T09:08:03.000Z",
      "distro": "noble",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "05bc9ab7f0d1f2786285ae908e2e0e16ae072f96de1ae9439071f88015bdfe4b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.5",
      "date": "2026-05-18T09:08:11.000Z",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "3a4feb011a84870855111f18d8cc8360b977a92a47fe46fc3090046404008635",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.5",
      "date": "2026-05-18T09:07:55.000Z",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "79b0da59305ef31c72f6988488621ace2221785a7d092988bbc7f0cf3332dd06",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.5",
      "date": "2026-05-18T09:07:13.000Z",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "f40eb564a6089a92ee3898f457e4898814c0b45e7d3c7b21031d5e699408feec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.5",
      "date": "2026-05-18T09:07:22.000Z",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "66bcc9cf9ca0cb6e2e613b47090738b815b2f5d06ea7c4a79e7e39239b2390d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.5",
      "date": "2026-05-18T09:07:42.000Z",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "eee5057df1227683a05fedcc4465afa3838e9842b07472de7a87a3b36d79fd8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.5",
      "date": "2026-06-02T16:08:58.000Z",
      "commit": "ac62651b79370cc91f7dfafffbc5d699b276897a",
      "fileid": "755738220c20a09e7d252fcbbf198284ec95f19c3ad477a25d96c1c80c5b057e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/26023792513"
    }
  ]
}