https://github.com/jimbrig/actuarialapp
Actuarial Shiny App
https://github.com/jimbrig/actuarialapp
Last synced: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T19:20:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T00:32:42.169Z (3 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
[](https://github.com/jimbrig/actuarialapp/actions/workflows/git-cliff.yml)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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
```