Package: stbl 0.1.1.9000

stbl: Stabilize Function Arguments

A set of consistent, opinionated functions to quickly check function arguments, coerce them to the desired configuration, or deliver informative error messages when that is not possible.

Authors:Jon Harmon [aut, cre, cph]

stbl_0.1.1.9000.tar.gz
stbl_0.1.1.9000.zip(r-4.5)stbl_0.1.1.9000.zip(r-4.4)stbl_0.1.1.9000.zip(r-4.3)
stbl_0.1.1.9000.tgz(r-4.4-any)stbl_0.1.1.9000.tgz(r-4.3-any)
stbl_0.1.1.9000.tar.gz(r-4.5-noble)stbl_0.1.1.9000.tar.gz(r-4.4-noble)
stbl_0.1.1.9000.tgz(r-4.4-emscripten)stbl_0.1.1.9000.tgz(r-4.3-emscripten)
stbl.pdf |stbl.html
stbl/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/jonthegeek/stbl/issues

On CRAN:

21 exports 14 stars 2.71 score 5 dependencies 6 dependents 1 scripts 138 downloads

Last updated 4 months agofrom:fc3c9d3a27. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 26 2024
R-4.5-winOKAug 26 2024
R-4.5-linuxOKAug 26 2024
R-4.4-winOKAug 26 2024
R-4.4-macOKAug 26 2024
R-4.3-winOKAug 26 2024
R-4.3-macOKAug 26 2024

Exports:caller_argcaller_envobject_typestabilize_argstabilize_arg_scalarstabilize_chrstabilize_chr_scalarstabilize_fctstabilize_fct_scalarstabilize_intstabilize_int_scalarstabilize_lglstabilize_lgl_scalarto_chrto_chr_scalarto_fctto_fct_scalarto_intto_int_scalarto_lglto_lgl_scalar

Dependencies:cligluelifecyclerlangvctrs

Readme and manuals

Help Manual

Help pageTopics
Identify the class, type, etc of an objectobject_type
Ensure an argument meets expectationsstabilize_arg stabilize_arg_scalar
Ensure a character argument meets expectationsstabilize_chr stabilize_chr_scalar to_chr to_chr_scalar
Ensure a factor argument meets expectationsstabilize_fct stabilize_fct_scalar to_fct to_fct_scalar
Ensure an integer argument meets expectationsstabilize_int stabilize_int_scalar to_int to_int_scalar
Ensure a logical argument meets expectationsstabilize_lgl stabilize_lgl_scalar to_lgl to_lgl_scalar