Package: babelquarto Title: Renders a Multilingual Quarto Book Version: 0.1.0.9000 Authors@R: c( person("Maëlle", "Salmon", , "msmaellesalmon@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-2815-0399")), person("Johannes", "Ranke", role = "ctb"), person("Joel H.", "Nitta", , "joelnitta@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-4719-7472")), person("Pascal", "Burkhard", , "pascal.burkhard@gmail.com", role = "aut", comment = c(ORCID = "0009-0001-5504-5084")), person("rOpenSci", role = "fnd", comment = c(ROR = "019jywm96")), person("Ella", "Kaye", role = "rev", comment = c("Ella reviewed the package (v. 0.0.1) for rOpenSci, see .", ORCID = "0000-0002-7300-3718")), person("João", "Granja-Correia", role = "rev", comment = c("João reviewed the package (v. 0.0.1) for rOpenSci, see .", ORCID = "0009-0003-8982-278X")), person("Adam", "Mazel", role = "ctb", comment = c(ORCID = "0000-0001-7241-0891")) ) Description: Automate rendering and cross-linking of Quarto books following a prescribed structure. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet")) RoxygenNote: 7.3.3.9000 Imports: brio, cli, fs, purrr, quarto, rlang, sys, whoami, withr, xml2, yaml Depends: R (>= 4.1.0) Suggests: servr, testthat (>= 3.0.0) URL: https://docs.ropensci.org/babelquarto/, https://github.com/ropensci-review-tools/babelquarto BugReports: https://github.com/ropensci-review-tools/babelquarto/issues Config/testthat/edition: 3 Config/ropensci/maintainer: staff VignetteBuilder: quarto Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-05-29 05:59:54 UTC RemoteUrl: https://github.com/ropensci-review-tools/babelquarto RemoteRef: main RemoteSha: edec7ea4793ae8771543f034a12b618f48d39980 NeedsCompilation: no Packaged: 2026-07-01 08:16:22 UTC; root Author: Maëlle Salmon [cre, aut] (ORCID: ), Johannes Ranke [ctb], Joel H. Nitta [ctb] (ORCID: ), Pascal Burkhard [aut] (ORCID: ), rOpenSci [fnd] (ROR: ), Ella Kaye [rev] (Ella reviewed the package (v. 0.0.1) for rOpenSci, see ., ORCID: ), João Granja-Correia [rev] (João reviewed the package (v. 0.0.1) for rOpenSci, see ., ORCID: ), Adam Mazel [ctb] (ORCID: ) Maintainer: Maëlle Salmon