{
  "_id": "6a1ef620b401979e73417054",
  "Package": "rmdfiltr",
  "Type": "Package",
  "Title": "'Lua'-Filters for R Markdown",
  "Version": "0.1.4",
  "Authors@R": "c(\nperson(\"Frederik\", \"Aust\", email = \"frederik.aust@uni-koeln.de\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4900-788X\")),\nperson(\"Marius\", \"Barth\", role = c(\"ctb\"))\n)",
  "URL": "https://github.com/crsh/rmdfiltr",
  "BugReports": "https://github.com/crsh/rmdfiltr/issues",
  "Description": "A collection of 'Lua' filters that extend the\nfunctionality of R Markdown templates (e.g., count words or\npost-process citations).",
  "SystemRequirements": "pandoc (>= 2.0; https://pandoc.org)",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Language": "en-US",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://crsh.r-universe.dev",
  "Date/Publication": "2024-10-16 20:19:28 UTC",
  "RemoteUrl": "https://github.com/crsh/rmdfiltr",
  "RemoteRef": "HEAD",
  "RemoteSha": "6d780e7346388eaee53315a451e9a90b1dd50939",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 06:42:10 UTC",
    "User": "root"
  },
  "Author": "Frederik Aust [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4900-788X>),\nMarius Barth [ctb]",
  "Maintainer": "Frederik Aust <frederik.aust@uni-koeln.de>",
  "MD5sum": "42374c9fbca36d8d9bf3bfac69f58b07",
  "_user": "crsh",
  "_type": "src",
  "_file": "rmdfiltr_0.1.4.tar.gz",
  "_fileid": "390c3ac592237acb9a691e8c5f424bf348389897abfd16186db4f640dbb25136",
  "_filesize": 228764,
  "_sha256": "390c3ac592237acb9a691e8c5f424bf348389897abfd16186db4f640dbb25136",
  "_created": "2026-05-19T06:42:10.000Z",
  "_published": "2026-06-02T15:26:24.258Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79107628965,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7076604186"
    },
    {
      "job": 79107629822,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7076603578"
    },
    {
      "job": 79107629307,
      "time": 141,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7076600216"
    },
    {
      "job": 79107628987,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7076603496"
    },
    {
      "job": 79107628808,
      "time": 373,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7076570771"
    },
    {
      "job": 79107628047,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362195849"
    },
    {
      "job": 79107629265,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7076591560"
    },
    {
      "job": 79107629034,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7076590794"
    },
    {
      "job": 79107629472,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7076591313"
    }
  ],
  "_buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/crsh/rmdfiltr",
  "_commit": {
    "id": "6d780e7346388eaee53315a451e9a90b1dd50939",
    "author": "crsh <frederik.aust@uni-koeln.de>",
    "committer": "crsh <frederik.aust@uni-koeln.de>",
    "message": "Fixes bug in post_process_doi_citations().\n",
    "time": 1729109968
  },
  "_maintainer": {
    "name": "Frederik Aust",
    "email": "frederik.aust@uni-koeln.de",
    "login": "crsh",
    "bluesky": "@frederikaust.com",
    "description": "",
    "uuid": 2195485,
    "orcid": "0000-0003-4900-788X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "version": ">= 0.2.1",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "version": ">= 1.12",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 0.8.0.1",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "version": ">= 1.22",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "version": ">= 2.1",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.0.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "version": ">= 2.1.1",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "bibtex",
      "version": ">= 0.5.1",
      "role": "Suggests"
    }
  ],
  "_owner": "crsh",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 42,
  "_contributors": [
    {
      "user": "crsh",
      "count": 37,
      "uuid": 2195485
    },
    {
      "user": "mariusbarth",
      "count": 3,
      "uuid": 9460245
    },
    {
      "user": "rabalder9",
      "count": 1,
      "uuid": 79158211
    }
  ],
  "_userbio": {
    "uuid": 2195485,
    "type": "user",
    "name": "Frederik Aust"
  },
  "_downloads": {
    "count": 2271,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rmdfiltr"
  },
  "_devurl": "https://github.com/crsh/rmdfiltr",
  "_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/readme.html",
    "extra/readme.md",
    "extra/rmdfiltr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/crsh/rmdfiltr",
  "_realowner": "crsh",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-05-05"
    },
    {
      "version": "0.1.1",
      "date": "2019-12-09"
    },
    {
      "version": "0.1.2",
      "date": "2019-12-12"
    },
    {
      "version": "0.1.3",
      "date": "2020-11-25"
    },
    {
      "version": "0.1.4",
      "date": "2024-10-16"
    },
    {
      "version": "0.1.5",
      "date": "2024-10-22"
    }
  ],
  "_exports": [
    "add_charcount_filter",
    "add_citeproc_filter",
    "add_custom_filter",
    "add_doi2cite_filter",
    "add_lua_filter",
    "add_replace_ampersands_filter",
    "add_wordcount_filter",
    "post_process_doi_citations",
    "replace_resolved_doi_citations"
  ],
  "_help": [
    {
      "page": "add_lua_filter",
      "title": "Add filter to pandoc arguments",
      "topics": [
        "add_charcount_filter",
        "add_citeproc_filter",
        "add_custom_filter",
        "add_doi2cite_filter",
        "add_lua_filter",
        "add_replace_ampersands_filter",
        "add_wordcount_filter"
      ]
    },
    {
      "page": "post_process_doi_citations",
      "title": "Replace DOI citations in R Markdown document",
      "topics": [
        "post_process_doi_citations",
        "replace_resolved_doi_citations"
      ]
    }
  ],
  "_readme": "https://github.com/crsh/rmdfiltr/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "highr",
    "htmltools",
    "jquerylib",
    "jsonlite",
    "knitr",
    "lifecycle",
    "memoise",
    "mime",
    "R6",
    "rappdirs",
    "rlang",
    "rmarkdown",
    "sass",
    "tinytex",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "replace_ampersands.Rmd",
      "filename": "replace_ampersands.html",
      "title": "Lua filter to replace ampersands in in-text citations",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Using the ampersand replacement filter"
      ],
      "created": "2019-05-02 16:36:07",
      "modified": "2020-11-25 10:05:54",
      "commits": 3
    },
    {
      "source": "doi2cite.Rmd",
      "filename": "doi2cite.html",
      "title": "Cite references using only the DOI",
      "author": "Frederik Aust",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Using the doi2cite filter",
        "References"
      ],
      "created": "2024-10-12 18:15:22",
      "modified": "2024-10-12 18:15:22",
      "commits": 1
    },
    {
      "source": "wordcount.Rmd",
      "filename": "wordcount.html",
      "title": "Lua word count filter",
      "author": "Frederik Aust",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Using the word count filter",
        "Word count filter performance",
        "References"
      ],
      "created": "2019-05-02 16:36:07",
      "modified": "2020-11-25 10:05:54",
      "commits": 3
    }
  ],
  "_score": 7.410830188776623,
  "_indexed": true,
  "_nocasepkg": "rmdfiltr",
  "_universes": [
    "crsh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-05-19T06:44:22.000Z",
      "distro": "noble",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "e88dae962e57f4ce0eee9705f69ab96e65740a4271e52b399e003c64cadbd270",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-05-19T06:44:20.000Z",
      "distro": "noble",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "dc593843e0461a1aa5a907f2afe8b154aaef9c51686b084407d35aecb8eebf8d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-05-19T06:44:09.000Z",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "111da0a4e8607aa5d7bbb72a1ba793049f30f5c78b55a6ba5b56407efe97feda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-05-19T06:44:20.000Z",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "3020d6488bfa90dcaddf080605c84bbaa8a74873d46b69ada33e390845c0bdc5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-19T06:43:28.000Z",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "994f93d3d6bd48f3168c8adf110d3495a4b29c4c0e1e0a2bacdebfac3677375e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-19T06:43:25.000Z",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "2fb2f5211f4f7349550e763149a8f81254140fcec1a1db8dfe79fc489a6d4127",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-19T06:43:28.000Z",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "a85f4d9129ec66f45c16b58ddd42bfde9896533602fd98bcf2eacb01dfe5ea54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4",
      "date": "2026-06-02T15:26:04.000Z",
      "commit": "6d780e7346388eaee53315a451e9a90b1dd50939",
      "fileid": "fa14774ca5429553ed531e81d55114dc364e9eda7aaf199483db641698863371",
      "status": "success",
      "buildurl": "https://github.com/r-universe/crsh/actions/runs/26080653667"
    }
  ]
}