{
  "_id": "6a1d50001d7bb097a0a459ce",
  "Package": "knitxl",
  "Type": "Package",
  "Title": "Generates a Spreadsheet Report from an 'rmarkdown' File",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Denis\", \"Dreano\", email = \"denis.dreano@protonmail.ch\",\nrole = c(\"cre\", \"aut\", \"cph\"))\n)",
  "Description": "Convert an R Markdown documents into an '.xlsx'\nspreadsheet reports with the knitxl() function, which works\nsimilarly to knit() from the 'knitr' package. The generated\nreport can be opened in 'Excel' or similar software for further\nanalysis and presentation.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/dreanod/knitxl",
  "BugReports": "https://github.com/dreanod/knitxl/issues",
  "Config/pak/sysreqs": "libicu-dev libjpeg-dev libpng-dev libtiff-dev\nlibxml2-dev libx11-dev",
  "Repository": "https://dreanod.r-universe.dev",
  "Date/Publication": "2023-04-15 07:37:02 UTC",
  "RemoteUrl": "https://github.com/dreanod/knitxl",
  "RemoteRef": "HEAD",
  "RemoteSha": "d5514ab47e330839a23fc1f740bd4e321707fe22",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 09:21:50 UTC",
    "User": "root"
  },
  "Author": "Denis Dreano [cre, aut, cph]",
  "Maintainer": "Denis Dreano <denis.dreano@protonmail.ch>",
  "MD5sum": "f4f44698a8f9e52584290c6d80fc0be0",
  "_user": "dreanod",
  "_type": "src",
  "_file": "knitxl_0.1.0.tar.gz",
  "_fileid": "e074783553e1a285f047370072171cbf4d6641eb5149172521c05d3460ac9751",
  "_filesize": 365160,
  "_sha256": "e074783553e1a285f047370072171cbf4d6641eb5149172521c05d3460ac9751",
  "_created": "2026-06-01T09:21:50.000Z",
  "_published": "2026-06-01T09:25:20.277Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78822683840,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327860631"
    },
    {
      "job": 78822683868,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327854335"
    },
    {
      "job": 78822683948,
      "time": 181,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7327859063"
    },
    {
      "job": 78822683860,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327846569"
    },
    {
      "job": 78822252596,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327809040"
    },
    {
      "job": 78822683946,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327850072"
    },
    {
      "job": 78822683917,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327836793"
    },
    {
      "job": 78822683854,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7327838942"
    },
    {
      "job": 78822683922,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327839211"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dreanod/knitxl",
  "_commit": {
    "id": "d5514ab47e330839a23fc1f740bd4e321707fe22",
    "author": "Denis Dreano <denis.dreano@protonmail.ch>",
    "committer": "Denis Dreano <denis.dreano@protonmail.ch>",
    "message": "updated cran comment for resubmission #3\n",
    "time": 1681544222
  },
  "_maintainer": {
    "name": "Denis Dreano",
    "email": "denis.dreano@protonmail.ch",
    "login": "dreanod",
    "description": "",
    "uuid": 6531533
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "version": ">= 1.39",
      "role": "Depends"
    },
    {
      "package": "commonmark",
      "version": ">= 1.8.0",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.6.2",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 2.0.3",
      "role": "Imports"
    },
    {
      "package": "openxlsx",
      "version": ">= 4.2.5",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Imports"
    },
    {
      "package": "R6",
      "version": ">= 2.5.1",
      "role": "Imports"
    },
    {
      "package": "readbitmap",
      "version": ">= 0.1.5",
      "role": "Imports"
    },
    {
      "package": "readr",
      "version": ">= 2.1.2",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "version": ">= 1.3.3",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "version": ">= 2.3.7",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "waldo",
      "version": ">= 0.4.0",
      "role": "Suggests"
    }
  ],
  "_owner": "dreanod",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "dreanod",
      "count": 16,
      "uuid": 6531533
    }
  ],
  "_userbio": {
    "uuid": 6531533,
    "type": "user",
    "name": "Denis Dréano"
  },
  "_downloads": {
    "count": 151,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/knitxl"
  },
  "_devurl": "https://github.com/dreanod/knitxl",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/knitxl.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dreanod/knitxl",
  "_realowner": "dreanod",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-04-18"
    }
  ],
  "_exports": [
    "knitxl",
    "xl_renderer"
  ],
  "_help": [
    {
      "page": "knitxl",
      "title": "Knit a Document to an XLSX file",
      "topics": [
        "knitxl"
      ]
    },
    {
      "page": "xl_renderer",
      "title": "Represents an R object into a format that can be printed into an XLSX file",
      "topics": [
        "xl_renderer",
        "xl_renderer.character",
        "xl_renderer.data.frame",
        "xl_renderer.default",
        "xl_renderer.list",
        "xl_renderer.logical",
        "xl_renderer.numeric"
      ]
    }
  ],
  "_readme": "https://github.com/dreanod/knitxl/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "bmp",
    "cli",
    "clipr",
    "commonmark",
    "cpp11",
    "crayon",
    "evaluate",
    "glue",
    "highr",
    "hms",
    "jpeg",
    "knitr",
    "lifecycle",
    "magrittr",
    "openxlsx",
    "pillar",
    "pkgconfig",
    "png",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "Rcpp",
    "readbitmap",
    "readr",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "tiff",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zip"
  ],
  "_score": 3.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "knitxl",
  "_universes": [
    "dreanod"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T09:24:19.000Z",
      "distro": "noble",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "52ef0c03736c664552f41d3611995b9cbdc6d7e13d23bfe72d0b4b8d8d513937",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T09:24:00.000Z",
      "distro": "noble",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "924e41ae6dbfabd97450db9b0884353c31be54db61de85deb93cbe8514912aa7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T09:24:20.000Z",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "1f51105608d8b46fd35621dabda318fdb8d373aafb7b504d9e876d6f39c3c1d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T09:23:42.000Z",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "5b775f3cdf44d782be1843ec080559903f2ece4d23953677a9f8cf88eb87a5e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-01T09:24:06.000Z",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "80ac895c09528b094d3573003e5527f27dd93a1ac0c6c24634fc8640ef285783",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T09:23:02.000Z",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "74e39980554348798fd6c8c5f6bd806d5adc832582ae17742fd1dc450f92e4ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T09:23:05.000Z",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "9a25afee872da9295ab95124e14ac44acb9ad01d0fb421e551dd562b6d9faf99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T09:23:04.000Z",
      "commit": "d5514ab47e330839a23fc1f740bd4e321707fe22",
      "fileid": "72bd1e2cbbb5077d60833e8ed9798e761e3e1891fa6f7ae3ab29436c9ccc01f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dreanod/actions/runs/26746200393"
    }
  ]
}