0 errors | 0 warnings | 1 note
- The NOTE about "unable to verify current time" is a local system issue and not related to the package.
- Fixed test compatibility with contoso >= 2.1.0 (column renamed)
- Fixed ABC temp table naming to prevent collisions in parallel usage
- Fixed example in
abc()documentation
- Added input validation for date/value column types with helpful error messages
- Added comprehensive error handling tests (16 new tests, 102 total)
- Replaced
assertthatdependency withcli::cli_abortfor consistent error handling - Removed
scalesdependency (inlined percent formatting) - Documented NA handling behavior in function documentation
- Removed:
assertthat,scales - Current Imports: cli, DBI, dbplyr, dplyr, duckdb, glue, janitor, lubridate, rlang, S7, tidyr
- local: Pop!_OS 22.04 LTS, R 4.5.2
- GitHub Actions: ubuntu-latest, R release
- R-hub: Windows, macOS, Linux
-
Package names in single quotes: DESCRIPTION uses 'ti' and 'dbplyr' in single quotes.
-
Removed "Tools for" from description: Description begins with the package's purpose directly.
-
References: This package implements standard time intelligence calculations commonly used in financial planning tools (YTD, MTD, QTD, YoY, etc.).
-
Examples: All examples use
\donttest{}as they depend on the suggested package 'contoso' for sample data.