{
  "_id": "6a11608facfb0bcc41ced5ab",
  "Package": "lightparser",
  "Title": "From 'Rmarkdown' and 'Quarto' Files to Tibble and Back",
  "Version": "0.1.0.9000",
  "Authors@R": "c(\nperson(\"Sebastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-1565-9313\")),\nperson(\"ThinkR\", role = \"cph\")\n)",
  "Description": "Split your 'rmarkdown' or 'quarto' files by sections into\na tibble: titles, text, chunks. Rebuild the file from the\ntibble.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/ThinkR-open/lightparser,\nhttps://thinkr-open.github.io/lightparser/",
  "BugReports": "https://github.com/ThinkR-open/lightparser/issues",
  "VignetteBuilder": "knitr",
  "Config/fusen/version": "0.6.0",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "Repository": "https://thinkr-open.r-universe.dev",
  "Date/Publication": "2024-05-06 08:24:06 UTC",
  "RemoteUrl": "https://github.com/ThinkR-open/lightparser",
  "RemoteRef": "HEAD",
  "RemoteSha": "3fc5672cfff5b17adab4f7303efd0849d9216175",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 08:06:27 UTC",
    "User": "root"
  },
  "Author": "Sebastien Rochette [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-1565-9313>),\nThinkR [cph]",
  "Maintainer": "Sebastien Rochette <sebastien@thinkr.fr>",
  "MD5sum": "c6a4a89a4f26974b876b70e5438f1152",
  "_user": "thinkr-open",
  "_type": "src",
  "_file": "lightparser_0.1.0.9000.tar.gz",
  "_fileid": "08cdeef9fdcf8a5b425528a62c9c3e1e9cb0c481592bb4efff8228054cdd052c",
  "_filesize": 91267,
  "_sha256": "08cdeef9fdcf8a5b425528a62c9c3e1e9cb0c481592bb4efff8228054cdd052c",
  "_created": "2026-05-23T08:06:27.000Z",
  "_published": "2026-05-23T08:08:47.122Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77508238576,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175525900"
    },
    {
      "job": 77508238585,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175526100"
    },
    {
      "job": 77508238572,
      "time": 73,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175522253"
    },
    {
      "job": 77508238575,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175523470"
    },
    {
      "job": 77508090741,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175515458"
    },
    {
      "job": 77508238568,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175524997"
    },
    {
      "job": 77508238581,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175522783"
    },
    {
      "job": 77508238595,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175522351"
    },
    {
      "job": 77508238578,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175522177"
    }
  ],
  "_buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ThinkR-open/lightparser",
  "_commit": {
    "id": "3fc5672cfff5b17adab4f7303efd0849d9216175",
    "author": "Sébastien Rochette <statnmap@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #6 from ThinkR-open/up-dev\n\nchore: up to dev version",
    "time": 1714983846
  },
  "_maintainer": {
    "name": "Sebastien Rochette",
    "email": "sebastien@thinkr.fr",
    "login": "statnmap",
    "mastodon": "@statnmap@mastodon.social",
    "description": "I like the R-software and everything around it. I love documentation first method, TDD and devOps to develop new tools.",
    "uuid": 21193866,
    "orcid": "0000-0002-1565-9313"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "version": ">= 1.35",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "thinkr-open",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 24,
  "_contributors": [
    {
      "user": "statnmap",
      "count": 26,
      "uuid": 21193866
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 19155426,
    "type": "organization",
    "name": "ThinkR",
    "description": "R Engineering, training, and consulting"
  },
  "_downloads": {
    "count": 317,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lightparser"
  },
  "_devurl": "https://github.com/thinkr-open/lightparser",
  "_pkgdown": "https://thinkr-open.github.io/lightparser/",
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lightparser.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/thinkr-open/lightparser",
  "_realowner": "thinkr-open",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-01-24"
    }
  ],
  "_exports": [
    "combine_tbl_to_file",
    "split_to_tbl"
  ],
  "_help": [
    {
      "page": "combine_tbl_to_file",
      "title": "Combine a parsed tbl Rmd / Qmd file into a new file",
      "topics": [
        "combine_tbl_to_file"
      ]
    },
    {
      "page": "split_to_tbl",
      "title": "Group lines of a Rmd or Qmd file by types in a tibble",
      "topics": [
        "split_to_tbl"
      ]
    }
  ],
  "_readme": "https://github.com/ThinkR-open/lightparser/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "evaluate",
    "glue",
    "highr",
    "knitr",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "rlang",
    "tibble",
    "utf8",
    "vctrs",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "z-split-a-rmd-or-qmd-file-into-a-tibble-and-vice-versa.Rmd",
      "filename": "z-split-a-rmd-or-qmd-file-into-a-tibble-and-vice-versa.html",
      "title": "Split a Rmd or Qmd file into a tibble and vice-versa",
      "author": "statnmap",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Parse and split a Rmd / Qmd file, and transform as tibble",
        "Combine a parsed tbl Rmd / Qmd file into a new file"
      ],
      "created": "2023-11-16 14:16:53",
      "modified": "2023-12-09 12:30:40",
      "commits": 6
    }
  ],
  "_score": 6.033423755486949,
  "_indexed": true,
  "_nocasepkg": "lightparser",
  "_universes": [
    "thinkr-open",
    "statnmap"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:08:13.000Z",
      "distro": "noble",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "c5735d911b8cc777fd32e4c21ba90b55d5262b7a2d0b02363c777b5e01dfafa0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:08:20.000Z",
      "distro": "noble",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "95edec9cc8c5c3604047f3449ea4320549e7e4826dd00a8d55cf7a8271c61399",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:07:43.000Z",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "0182e10adf02d1321bf3f72ac828aaf4885e9fd6be922f10a5871718fdd90197",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:07:54.000Z",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "6a4b3f8d9dfe083f8de242a6465dfaa1866db16d428ae217e4f1d15811005aa1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:08:24.000Z",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "74e1c0f8738c47351edc78a3d4d0240d323144a759e995ad3d61b95f08497bfc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:07:38.000Z",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "57e4805efca166bbf5429f714ffb3bbd04dabed2ab1a1dbdbc3c289709b48fe8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:07:37.000Z",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "4edc4932eedc67c39d19fecb2c9fb5a78f751e52e89076adb107973062b5bcf3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-23T08:07:32.000Z",
      "commit": "3fc5672cfff5b17adab4f7303efd0849d9216175",
      "fileid": "be90845bfa8ddf9a2838c8bdbd857aa93638410f11453c5b1696bf32aa03a756",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thinkr-open/actions/runs/26327630846"
    }
  ]
}