Package: delma Type: Package Title: Convert 'R Markdown' and 'Quarto' Documents to Ecological Metadata Language Version: 0.1.2 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/R/ BugReports: https://github.com/AtlasOfLivingAustralia/delma/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev Repository: https://atlasoflivingaustralia.r-universe.dev Date/Publication: 2026-01-20 05:17:56 UTC RemoteUrl: https://github.com/AtlasOfLivingAustralia/delma RemoteRef: HEAD RemoteSha: 679a50c68d4b0bdba13d61e55d19df2a03956363 NeedsCompilation: no Packaged: 2026-06-19 10:13:55 UTC; root Author: Martin Westgate [aut, cre], Shandiya Balasubramaniam [aut], Dax Kellie [aut] Maintainer: Martin Westgate