Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbrig/lossdevtapp
Loss Development App
https://github.com/jimbrig/lossdevtapp
Last synced: 29 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T19:43:39.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:11:41.468Z (4 months ago)
- Language: R
- Homepage: https://jimbrig.github.io/lossdevtapp/
- Size: 9.38 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
[![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/lossdevtapp/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jimbrig/lossdevtapp?branch=main)
[![R-CMD-check](https://github.com/jimbrig/lossdevtapp/workflows/R-CMD-check/badge.svg)](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.