aaa0_tinycodet_help {tinycodet} | R Documentation |
Welcome to the 'tinycodet' introduction help page!
'tinycodet' adds some functions to help in your coding etiquette.
It primarily focuses on 4 aspects:
(1) Safer decimal (in)equality testing, safer atomic conversions, and other functions for safer coding;
see tinycodet_safer.
(2) A new package import system,
that attempts to combine the benefits of using a package without attaching,
with the benefits of attaching a package;
see tinycodet_import
(3) Extending the string manipulation capabilities of the 'stringi' R-package;
see tinycodet_strings.
(4) Reducing repetitive code;
see tinycodet_dry.
And some miscellaneous functionality; see tinycodet_misc.
Please check the Change-log
(see links below)
regularly for updates (such as bug fixes).
'tinycodet' adheres to the
tinyverse
philosophy
(not to be confused with the 'tidyverse').
'tinycodet' has only one dependency,
namely 'stringi'. No other dependencies, thus avoiding "dependency hell".
Most functions in this R-package are vectorized and optimised.
Maintainer: Tony Wilkes tony_a_wilkes@outlook.com (ORCID)
The badges shown in the documentation of this R-package were made using the services of: https://shields.io/
Useful links:
'tinycodet' GitHub main page and Read-Me: https://github.com/tony-aw/tinycodet/
'tinycodet' package website: https://tony-aw.github.io/tinycodet/
Report bugs at: https://github.com/tony-aw/tinycodet/issues/
Changelog: https://github.com/tony-aw/tinycodet/blob/main/NEWS.md/ or
https://tony-aw.github.io/tinycodet/news/index.html
The 'fastverse', which is related to the 'tinyverse': https://github.com/fastverse/fastverse/