Package: delma
Type: Package
Title: Convert 'R Markdown' and 'Quarto' Documents to Ecological
        Metadata Language
Version: 0.1.1
Authors@R: 
    c(person(given = "Martin",
             family = "Westgate",
             email = "martin.westgate@csiro.au",
             role = c("aut", "cre")),
      person(given = "Shandiya",
             family = "Balasubramaniam",
             email = "shandiya.balasubramaniam@csiro.au",
             role = c("aut")),
      person(given = "Dax",
             family = "Kellie",
             email = "dax.kellie@csiro.au",
             role = c("aut")))
Description: Ecological Metadata Language or 'EML' is a long-established format
  for describing ecological datasets to facilitate sharing and re-use. Because
  'EML' is effectively a modified 'xml' schema, however, it is challenging to 
  write and manipulate for non-expert users. 'delma' supports users to write 
  metadata statements in 'R Markdown' or 'Quarto markdown' format, and parse 
  them to 'EML' and (optionally) back again.
Depends: R (>= 4.3.0)
Imports: cli, dplyr, glue, lightparser, purrr, quarto, rlang,
        rmarkdown, snakecase, stringr, tibble, withr, xfun, xml2
Suggests: knitr, testthat (>= 3.0.0)
License: GPL-3
URL: https://delma.ala.org.au
BugReports: https://github.com/AtlasOfLivingAustralia/delma/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-05-12 06:39:37 UTC; wes186
Author: Martin Westgate [aut, cre],
  Shandiya Balasubramaniam [aut],
  Dax Kellie [aut]
Maintainer: Martin Westgate <martin.westgate@csiro.au>
Repository: CRAN
Date/Publication: 2025-05-14 09:00:01 UTC
Built: R 4.6.0; ; 2025-08-18 10:37:49 UTC; unix
