Package: toml Type: Package Title: Read, Write, and Modify TOML Files Version: 1.1.0 Authors@R: person("Jeroen", "Ooms", email = "jeroenooms@gmail.com", role = c("aut", "cre")) Description: Simple toolkit for working with TOML text. Based on tomledit which allows for modifying TOML while preserving order, comments,and whitespace. License: MIT + file LICENSE Encoding: UTF-8 Imports: jsonlite, V8 (>= 8.0.1) URL: https://r-lib.r-universe.dev/toml BugReports: https://github.com/r-lib/toml/issues RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libssl-dev libnode-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-06-02 12:04:09 UTC RemoteUrl: https://github.com/r-lib/toml RemoteRef: HEAD RemoteSha: b35080382a994e547eef58884241d0aad4192339 NeedsCompilation: no Packaged: 2026-07-01 10:15:29 UTC; root Author: Jeroen Ooms [aut, cre] Maintainer: Jeroen Ooms