Package: tomledit Title: Parse, Read, and Edit 'TOML' Version: 0.1.1.9000 Authors@R: c( person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9910-865X")), person("Devin", "Pastoor", , "devin.pastoor@gmail.com", role = "ctb") ) Description: A toolkit for working with 'TOML' files in R while preserving formatting, comments, and structure. 'tomledit' enables serialization of R objects such as lists, data.frames, numeric, logical, and date vectors. License: MIT + file LICENSE Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/rextendr/version: 0.4.1 SystemRequirements: Cargo (Rust's package manager), rustc Depends: R (>= 4.2) Imports: rlang (>= 1.1.0) URL: https://extendr.github.io/tomledit/, https://github.com/extendr/tomledit BugReports: https://github.com/extendr/tomledit/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libclang-dev Repository: https://extendr.r-universe.dev Date/Publication: 2026-02-10 16:23:12 UTC RemoteUrl: https://github.com/extendr/tomledit RemoteRef: HEAD RemoteSha: 5cce7a2c84fe06ecd689adb783f5d2c55d735cc0 NeedsCompilation: yes Packaged: 2026-06-10 07:39:00 UTC; root Author: Josiah Parry [aut, cre] (ORCID: ), Devin Pastoor [ctb] Maintainer: Josiah Parry