-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.38 KB
/
DESCRIPTION
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
44
Package: R4GoodPersonalFinances
Title: Make Better Financial Decisions
Version: 0.1.1
Authors@R: c(
person("Kamil", "Wais", , "kamil.wais@gmail.com", role = c("aut", "cre", "cph", "fnd"),
comment = c(ORCID = "0000-0002-4062-055X")),
person("Olesia", "Wais", , "olesia.wais@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-8741-8674"))
)
Description: Make informed, data-driven decisions for your personal or
household finances. Use tools and methods that are selected carefully
to align with academic consensus, bridging the gap between theoretical
knowledge and practical application. They assist you in finding
optimal asset allocation, preparing for retirement or financial
independence, calculating optimal spending, and more.
License: MIT + file LICENSE
URL: https://www.r4good.academy/,
https://r4goodacademy.github.io/R4GoodPersonalFinances/,
https://github.com/R4GoodAcademy/R4GoodPersonalFinances
BugReports: https://github.com/R4GoodAcademy/R4GoodPersonalFinances/issues
Depends:
R (>= 4.1.0)
Imports:
bsicons,
bslib,
dplyr,
ggplot2,
ggrepel,
ggtext,
glue,
PrettyCols,
scales,
shiny,
tidyr,
withr
Suggests:
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2