-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
45 lines (45 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
45
Package: optiRum
Title: Financial Functions & More
Version: 0.42.0
Authors@R: c(
person("Colin", "Gillespie", , "[email protected]", role = c("aut", "cre")),
person("Steph", "Locke", , "[email protected]", role = "aut"),
person("Jumping Rivers", role = "fnd",
comment = "https://www.jumpingrivers.com/"),
person("Optimum Credit Ltd's analysts", role = "fnd",
comment = "https://www.optimumcredit.co.uk/"),
person("Maëlle", "Salmon", role = "ctb")
)
Description: This fills the gaps credit analysts and loan modellers at
Optimum Credit identify in the existing R code body. It allows for
the production of documentation with less coding, replicates a number
of Microsoft Excel functions useful for modelling loans (without
rounding), and other helpful functions for producing charts and
tables. It also has some additional scales for use, including a GBP
scale.
License: GPL (>= 3)
URL: https://github.com/jumpingrivers/optiRum,
https://jumpingrivers.github.io/optiRum/
BugReports: https://github.com/jumpingrivers/optiRum/issues
Depends:
R (>= 3.0.2)
Imports:
AUC,
data.table (>= 1.9.6),
ggplot2,
grid,
knitr,
scales,
stringr,
XML
Suggests:
covr,
rmarkdown,
testthat,
tinytex
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.2.3