Package: tomledit 0.1.1.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], Devin Pastoor [ctb]

tomledit_0.1.1.9000.tar.gz
tomledit_0.1.1.9000.zip(r-4.7)tomledit_0.1.1.9000.zip(r-4.6)tomledit_0.1.1.9000.zip(r-4.5)
tomledit_0.1.1.9000.tgz(r-4.6-x86_64)tomledit_0.1.1.9000.tgz(r-4.6-arm64)tomledit_0.1.1.9000.tgz(r-4.5-x86_64)tomledit_0.1.1.9000.tgz(r-4.5-arm64)
tomledit_0.1.1.9000.tar.gz(r-4.7-arm64)tomledit_0.1.1.9000.tar.gz(r-4.7-x86_64)tomledit_0.1.1.9000.tar.gz(r-4.6-arm64)tomledit_0.1.1.9000.tar.gz(r-4.6-x86_64)
tomledit_0.1.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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/docs site:https://extendr.github.io

On CRAN:

Conda:

extendrtomlrustcargo

5.29 score 12 stars 4 packages 10 scripts 1.4k downloads 10 exports 1 dependencies

Last updated from:5cce7a2c84. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK195
linux-devel-x86_64OK164
source / vignettesOK203
linux-release-arm64OK164
linux-release-x86_64OK172
macos-release-arm64OK190
macos-release-x86_64OK228
macos-oldrel-arm64OK119
macos-oldrel-x86_64OK253
windows-develOK176
windows-releaseOK299
windows-oldrelOK192
wasm-releaseOK160

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