Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimbrig/actuarialapp

Actuarial Shiny App
https://github.com/jimbrig/actuarialapp

Last synced: 30 days ago
JSON representation

Actuarial Shiny App

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# actuarialapp

[![Generate CHANGELOG.md](https://github.com/jimbrig/actuarialapp/actions/workflows/git-cliff.yml/badge.svg)](https://github.com/jimbrig/actuarialapp/actions/workflows/git-cliff.yml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/jimbrig/actuarialapp/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jimbrig/actuarialapp?branch=main)

The goal of actuarialapp is to ...

## Installation

You can install the development version of actuarialapp like so:

``` r
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
# library(actuarialapp)
## basic example code
```