-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
66 lines (44 loc) · 2.16 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gammaShiny <img width=120px src="man/figures/logo.png" align="right" />
<!-- badges: start -->
[![R-CMD-check](https://github.com/crp2a/gammaShiny/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/crp2a/gammaShiny/actions/workflows/R-CMD-check.yaml)
[![r-universe](https://crp2a.r-universe.dev/badges/gammaShiny)](https://crp2a.r-universe.dev)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4139005.svg)](https://doi.org/10.5281/zenodo.4139005)
<!-- badges: end -->
## Overview
A collection of [**shiny**](https://shiny.rstudio.com) application that provides exhanced graphical user interfaces for the [**gamma**](https://github.com/crp2a/gamma) package.
```{r citation, echo=FALSE, comment=''}
cite <- utils::citation("gammaShiny")
print(cite, bibtex = FALSE)
```
## Installation
You can install **gammaShiny** from [our repository](https://crp2a.r-universe.dev) with:
```{r universe-installation, eval=FALSE}
options(repos = c(CRAN = "https://cloud.r-project.org",
crp2a = "https://crp2a.r-universe.dev"))
install.packages("gammaShiny")
```
## Usage
```{r shiny, eval=FALSE}
# Load the package
library(gammaShiny)
# Run the app for gamma dose rate estimation
run_app("doserate")
```
![](man/figures/README-screenshots-1.png)
## Contributing
Please note that the **gammaShiny** project is released with a [Contributor Code of Conduct](https://github.com/crp2a/gammaShiny/blob/master/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
## Acknowledgements
This work received a state financial support managed by the Agence Nationale de la Recherche (France) throught the program *Investissements d'avenir* (ref. 10-LABX-0052 and 11-IDEX-0001).