https://github.com/jimbrig/lossdevtapp
Loss Development App
https://github.com/jimbrig/lossdevtapp
Last synced: about 2 months ago
JSON representation
Loss Development App
- Host: GitHub
- URL: https://github.com/jimbrig/lossdevtapp
- Owner: jimbrig
- License: other
- Created: 2022-05-17T16:12:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T22:30:10.000Z (8 months ago)
- Last Synced: 2025-01-13T00:32:39.090Z (3 months ago)
- Language: R
- Homepage: https://jimbrig.github.io/lossdevtapp/
- Size: 11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - jimbrig/lossdevtapp - Loss Development App (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# lossdevtapp
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://app.codecov.io/gh/jimbrig/lossdevtapp?branch=main)
[](https://github.com/jimbrig/lossdevtapp/actions)The goal of lossdevtapp is to ...
## Installation
You can install the development version of lossdevtapp like so:
``` r
pak::pak("jimbrig/lossdevtapp")
```## Code of Conduct
Please note that the lossdevtapp 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.