Package: toscmask
Title: Improved Versions of Base Functions
Version: 1.2.3
Authors@R: 
    person(given = "Tobias",
           family = "Schmidt",
           role = c("aut", "cre"),
           email = "tobias.schmidt331@gmail.com")
Description: Operators and functions provided by base R sometimes lack some
    features found in other programming languages, such as the ability to
    concatenate strings using + or to repeat strings using *. This package aims
    at providing such functionality without breaking existing code, i.e., only
    statements, that would throw errors in pure base R are patched.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-03-10 12:06:00 UTC; tobi
Author: Tobias Schmidt [aut, cre]
Maintainer: Tobias Schmidt <tobias.schmidt331@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-11 10:30:02 UTC
Built: R 4.2.0; ; 2022-04-26 07:29:09 UTC; unix
