-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.1 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: ti
Title: Time Intelligence and Customer Segmentation for Financial Analysis
Description: Calculate time intelligence metrics for financial planning and
analysis. 'ti' provides functions for period-over-period comparisons
(year-over-year, month-over-month), period-to-date calculations (YTD, MTD,
QTD), and customer segmentation (ABC analysis, cohorts). Supports standard
and retail calendars (4-4-5, 4-5-4, 5-4-4) with both in-memory and database
backends via 'dbplyr'.
Version: 4.2.0
Authors@R:
person(given="Alejandro",family= "Hagan", email="alejandro.hagan@outlook.com", role = c("aut", "cre"))
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
cli,
DBI,
dbplyr,
dplyr,
duckdb,
glue,
janitor,
lubridate,
rlang,
S7,
tidyr
LazyData: true
Suggests:
testthat (>= 3.0.0),
cohorts,
quarto,
devtools,
tibble,
gt,
fansi,
crayon,
contoso (>= 2.1.0)
Config/testthat/edition: 3
Depends:
R (>= 4.2.0)
URL: https://codeberg.org/usrbinr/ti
Repository: codeberg