https://github.com/jimbrig/reserver-old
Actuarial Claims Reserving
https://github.com/jimbrig/reserver-old
Last synced: about 1 month ago
JSON representation
Actuarial Claims Reserving
- Host: GitHub
- URL: https://github.com/jimbrig/reserver-old
- Owner: jimbrig
- License: other
- Created: 2021-10-19T22:49:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T23:26:34.000Z (over 3 years ago)
- Last Synced: 2025-01-13T00:32:38.337Z (3 months ago)
- Language: R
- Size: 294 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - jimbrig/reserver-old - Actuarial Claims Reserving (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# reserver
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/jimbrig/reserver/actions)
The goal of reserver is to ...
## Installation
You can install the released version of reserver from [CRAN](https://CRAN.R-project.org) with:
``` r
#install.packages("reserver")
```## Code of Conduct
Please note that the reserver project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.