Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbrig/actuarialapp
Actuarial Shiny App
https://github.com/jimbrig/actuarialapp
Last synced: 30 days ago
JSON representation
Actuarial Shiny App
- Host: GitHub
- URL: https://github.com/jimbrig/actuarialapp
- Owner: jimbrig
- License: other
- Created: 2022-05-11T14:26:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T19:20:38.000Z (over 2 years ago)
- Last Synced: 2024-08-03T22:20:06.985Z (4 months ago)
- Language: HTML
- Homepage: https://jimbrig.github.io/actuarialapp/
- Size: 8.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - jimbrig/actuarialapp - Actuarial Shiny App (HTML)
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
```