knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

gammaShiny

R-CMD-check

r-universe

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

DOI

Overview

A collection of shiny application that provides exhanced graphical user interfaces for the gamma package.

cite <- utils::citation("gammaShiny")
print(cite, bibtex = FALSE)

Installation

You can install gammaShiny from our repository with:

options(repos = c(CRAN = "https://cloud.r-project.org",
                  crp2a = "https://crp2a.r-universe.dev"))

install.packages("gammaShiny")

Usage

# Load the package
library(gammaShiny)

# Run the app for gamma dose rate estimation
run_app("doserate")

Contributing

Please note that the gammaShiny project is released with a Contributor Code of Conduct. 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).



crp2a/gammaShiny documentation built on Jan. 14, 2025, 10:56 p.m.