Package: tomledit 0.1.0.9000

Josiah Parry

tomledit: Parse, Read, and Edit 'TOML'

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.

Authors:Josiah Parry [aut, cre]

tomledit_0.1.0.9000.tar.gz
tomledit_0.1.0.9000.zip(r-4.5)tomledit_0.1.0.9000.zip(r-4.4)tomledit_0.1.0.9000.zip(r-4.3)
tomledit_0.1.0.9000.tgz(r-4.5-x86_64)tomledit_0.1.0.9000.tgz(r-4.5-arm64)tomledit_0.1.0.9000.tgz(r-4.4-x86_64)tomledit_0.1.0.9000.tgz(r-4.4-arm64)tomledit_0.1.0.9000.tgz(r-4.3-x86_64)tomledit_0.1.0.9000.tgz(r-4.3-arm64)
tomledit_0.1.0.9000.tar.gz(r-4.5-noble)tomledit_0.1.0.9000.tar.gz(r-4.4-noble)
tomledit.pdf |tomledit.html
tomledit/json (API)
NEWS

# Install 'tomledit' in R:
install.packages('tomledit', repos = c('https://extendr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/extendr/tomledit/issues

Pkgdown site:https://extendr.github.io

On CRAN:

Conda:

extendrtomlrustcargo

3.90 score 4 stars 2 scripts 133 downloads 10 exports 1 dependencies

Last updated 9 days agofrom:7fb98085f1. Checks:11 OK, 1 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 04 2025
R-4.5-win-x86_64NOTEMar 04 2025
R-4.5-mac-x86_64OKMar 04 2025
R-4.5-mac-aarch64OKMar 04 2025
R-4.5-linux-x86_64OKMar 04 2025
R-4.4-win-x86_64OKMar 04 2025
R-4.4-mac-x86_64OKMar 04 2025
R-4.4-mac-aarch64OKMar 04 2025
R-4.4-linux-x86_64OKMar 04 2025
R-4.3-win-x86_64OKMar 04 2025
R-4.3-mac-x86_64OKMar 04 2025
R-4.3-mac-aarch64OKMar 04 2025

Exports:as_tomlfrom_tomlget_iteminsert_itemsparse_tomlread_tomlremove_itemsto_tomltomlwrite_toml

Dependencies:rlang

Readme and manuals

Help Manual

Help pageTopics
Create Toml objectsas_toml toml
Convert 'Toml' to an R objectfrom_toml
Read and parse TOMLparse_toml read_toml
Modify a Toml objectget_item insert_items remove_items
Generate TOMLto_toml write_toml