tinycodet: Functions to Help in your Coding Etiquette

Adds some functions to help in your coding etiquette. 'tinycodet' primarily focuses on 4 aspects. 1) Safer decimal (in)equality testing, safer atomic typecasting, standard-evaluated alternatives to with() and aes(), and other functions for safer coding. 2) A new package import system, that attempts to combine the benefits of using a package without attaching it, with the benefits of attaching a package. 3) Extending the string manipulation capabilities of the 'stringi' R package. 4) Reducing repetitive code. Besides linking to 'Rcpp', 'tinycodet' has only one other dependency, namely 'stringi'.

Version: 0.4.6
Depends: R (≥ 4.1.0)
Imports: Rcpp (≥ 1.0.11), stringi (≥ 1.7.12)
LinkingTo: Rcpp
Suggests: tinytest, ggplot2, mgcv, nlme, collapse, kit, knitr, rmarkdown, roxygen2
Published: 2024-04-14
Author: Tony Wilkes ORCID iD [aut, cre, cph]
Maintainer: Tony Wilkes <tony_a_wilkes at outlook.com>
BugReports: https://github.com/tony-aw/tinycodet/issues/
License: MIT + file LICENSE
URL: https://github.com/tony-aw/tinycodet/, https://tony-aw.github.io/tinycodet/
NeedsCompilation: yes
Language: en-gb
Materials: NEWS
CRAN checks: tinycodet results

Documentation:

Reference manual: tinycodet.pdf

Downloads:

Package source: tinycodet_0.4.6.tar.gz
Windows binaries: r-devel: tinycodet_0.4.6.zip, r-release: tinycodet_0.4.6.zip, r-oldrel: tinycodet_0.4.6.zip
macOS binaries: r-release (arm64): tinycodet_0.4.6.tgz, r-oldrel (arm64): tinycodet_0.4.6.tgz, r-release (x86_64): tinycodet_0.4.6.tgz, r-oldrel (x86_64): tinycodet_0.4.6.tgz
Old sources: tinycodet archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tinycodet to link to this page.