Package: RmdConcord Type: Package Title: Concordances for 'R Markdown' Version: 0.3 Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"), email = "murdoch.duncan@gmail.com"), person("Heather", "Turner", role = "ctb", email = "H.Turner.1@warwick.ac.uk")) Description: Supports concordances in 'R Markdown' documents. This currently allows the original source location in the '.Rmd' file of errors detected by 'HTML tidy' to be found more easily, and potentially allows forward and reverse search in 'HTML' and 'LaTeX' documents produced from 'R Markdown'. The 'LaTeX' support has been included in the most recent development version of the 'patchDVI' package. License: GPL-2 Encoding: UTF-8 URL: https://github.com/dmurdoch/RmdConcord, https://dmurdoch.github.io/RmdConcord/ BugReports: https://github.com/dmurdoch/RmdConcord/issues Imports: rmarkdown, tools, knitr (>= 1.42) Suggests: markdown VignetteBuilder: knitr, rmarkdown SystemRequirements: pandoc (>=2.11.3 with 'commonmark_x' processing and 'sourcepos' extension, needed for 'rmarkdown' formats). Config/pak/sysreqs: cmake make libuv1-dev Repository: https://dmurdoch.r-universe.dev Date/Publication: 2023-12-10 16:56:07 UTC RemoteUrl: https://github.com/dmurdoch/rmdconcord RemoteRef: HEAD RemoteSha: 443941e4e60d4b9f0b0ecd6d311d6137d45f70a9 NeedsCompilation: no Packaged: 2026-06-20 09:10:29 UTC; root Author: Duncan Murdoch [aut, cre], Heather Turner [ctb] Maintainer: Duncan Murdoch