-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
69 lines (69 loc) · 1.28 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: lossrx
Title: Actuarial Loss Development and Reserving with R
Version: 0.0.4
Authors@R:
person("Jimmy", "Briggs", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7489-8787"))
Description: Actuarial Loss Development and Reserving Helper Functions and
ShinyApp.
License: MIT + file LICENSE
URL: https://github.com/jimbrig/lossrx, https://docs.jimbrig.com/lossrx
BugReports: https://github.com/jimbrig/lossrx/issues
Depends:
R (>= 2.10)
Imports:
cli,
config,
connections,
crayon,
dbx,
dplyr,
flipTime (>= 2.9.4),
formattable,
fs,
glue,
here,
lubridate,
magrittr,
pool,
purrr,
randomNames,
readr,
rlang (>= 0.4.11),
RPostgres,
shiny,
stats,
stringr,
tibble,
timevis,
usethis,
utils
Suggests:
actuar,
attachment,
covr,
dbplyr,
desc,
devtools,
fplot,
janitor,
kableExtra,
knitr,
pkgdown,
rmarkdown,
roxygen2,
spelling,
summarytools,
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Remotes:
Displayr/flipTime,
rstudio/connections
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3