Package: tinycodet Title: Functions to Help in your Coding Etiquette Version: 0.7.0 Authors@R: person("Tony", "Wilkes", role = c("aut", "cre", "cph"), email = "tony_a_wilkes@outlook.com", comment = c(ORCID = "0000-0001-9498-8379")) Description: Adds some functions to help in your coding etiquette. 'tinycodet' primarily focuses on 4 aspects. 1) Safer decimal (in)equality testing, 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'. License: MIT + file LICENSE Encoding: UTF-8 LinkingTo: Rcpp Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: tinytest, ggplot2, mgcv, nlme, collapse, kit, knitr, rmarkdown, roxygen2 Depends: R (>= 4.1.0) Imports: methods, Rcpp (>= 1.0.11), stringi (>= 1.7.12) URL: https://github.com/tony-aw/tinycodet/, https://tony-aw.github.io/tinycodet/ BugReports: https://github.com/tony-aw/tinycodet/issues/ Language: en-gb Config/pak/sysreqs: libicu-dev Repository: https://tony-aw.r-universe.dev Date/Publication: 2026-06-10 17:22:31 UTC RemoteUrl: https://github.com/tony-aw/tinycodet RemoteRef: HEAD RemoteSha: 1e940b50b4dd61ae5056931f0c250016b4248071 NeedsCompilation: yes Packaged: 2026-06-10 18:11:16 UTC; root Author: Tony Wilkes [aut, cre, cph] (ORCID: ) Maintainer: Tony Wilkes