Package: tidyna
Title: NA-Aware Defaults for Common R Functions
Version: 0.4.0
Authors@R: 
    person("Ulrich", "Atz", , "ulrich.atz@unibocconi.it", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-1719-3780"))
Description: Provides drop-in replacements for common R functions (mean(), sum(), sd(), min(), etc.) that default to 'na.rm = TRUE' and issue warnings when missing values are removed. It handles some special cases. The table() default is set to 'useNA = ifany'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: cli (>= 3.0.0)
Suggests: testthat (>= 3.0.0), withr
Config/testthat/edition: 3
URL: https://github.com/statzhero/tidyna
BugReports: https://github.com/statzhero/tidyna/issues
NeedsCompilation: no
Packaged: 2026-01-27 14:43:22 UTC; rico
Author: Ulrich Atz [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-1719-3780>)
Maintainer: Ulrich Atz <ulrich.atz@unibocconi.it>
Depends: R (>= 4.1.0)
Repository: CRAN
Date/Publication: 2026-01-27 16:40:02 UTC
Built: R 4.4.3; ; 2026-02-02 02:08:49 UTC; windows
