Package: tinkr
Title: Cast '(R)Markdown' Files to 'XML' and Back Again
Version: 0.3.1
Authors@R: 
    c(person(given = "Maëlle",
             family = "Salmon",
             role = c("aut"),
             email = "msmaellesalmon@gmail.com",
             comment = c(ORCID = "0000-0002-2815-0399")),
      person(given = "Zhian N.",
             family = "Kamvar",
             role = c("aut", "cre"),
             email = "zkamvar@gmail.com",
             comment = c(ORCID = "0000-0003-1458-7108")),
      person(given = "Jeroen",
             family = "Ooms",
             role = "aut"),
      person(given = "Nick",
             family = "Wellnhofer",
             role = "cph",
             comment = "Nick Wellnhofer wrote the XSLT stylesheet."),
      person(given = "rOpenSci",
             role = "fnd",
             comment = c(ROR = "019jywm96")),
      person(given = "Peter",
             family = "Daengeli",
             role = "ctb"))
Description: Parsing '(R)Markdown' files with numerous regular expressions can
    be fraught with peril, but it does not have to be this way. Converting
    '(R)Markdown' files to 'XML' using the 'commonmark' package allows
    in-memory editing via of 'markdown' elements via 'XPath' through the
    extensible 'R6' class called 'yarn'. These modified 'XML' representations
    can be written to '(R)Markdown' documents via an 'xslt' stylesheet which
    implements an extended version of 'GitHub'-flavoured 'markdown' so that you
    can tinker to your hearts content.
License: GPL-3
URL: https://docs.ropensci.org/tinkr/,
        https://github.com/ropensci/tinkr
BugReports: https://github.com/ropensci/tinkr/issues
Imports: commonmark (>= 1.6), glue, lifecycle, magrittr, purrr, R6,
        rlang (>= 0.4.5), xml2, xslt
Suggests: knitr, rmarkdown, covr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2.9000
VignetteBuilder: knitr
Config/Needs/build: moodymudskipper/devtag
Language: en-US
NeedsCompilation: no
Packaged: 2025-10-04 19:38:02 UTC; zkamvar
Author: Maëlle Salmon [aut] (ORCID: <https://orcid.org/0000-0002-2815-0399>),
  Zhian N. Kamvar [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1458-7108>),
  Jeroen Ooms [aut],
  Nick Wellnhofer [cph] (Nick Wellnhofer wrote the XSLT stylesheet.),
  rOpenSci [fnd] (ROR: <https://ror.org/019jywm96>),
  Peter Daengeli [ctb]
Maintainer: Zhian N. Kamvar <zkamvar@gmail.com>
Depends: R (>= 4.1.0)
Repository: CRAN
Date/Publication: 2025-10-04 19:50:03 UTC
Built: R 4.4.3; ; 2025-10-08 02:28:42 UTC; windows
