Package: tinycodet
Title: Functions to Help in your Coding Etiquette
Version: 0.3.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, safer atomic conversions, and other functions for safer coding.
    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.
    3) Extending the string manipulation capabilities of the 'stringi' R package.
    4) Reducing repetitive code.
    'tinycodet' has only one dependency, namely 'stringi'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, tinytest, roxygen2, data.table
Depends: R (>= 4.1.0)
Imports: 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
NeedsCompilation: no
Packaged: 2023-12-11 08:11:27 UTC; Tony
Author: Tony Wilkes [aut, cre, cph] (<https://orcid.org/0000-0001-9498-8379>)
Maintainer: Tony Wilkes <tony_a_wilkes@outlook.com>
Repository: CRAN
Date/Publication: 2023-12-11 08:40:02 UTC
