Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords
archaeometry
geochronology
luminescence-dating
r-package
shiny-apps
Last synced: 6 months ago
·
JSON representation
Repository
Shiny Applications for the R Package gamma
Basic Info
- Host: GitHub
- Owner: crp2a
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://crp2a.github.io/gamma/
- Size: 546 KB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 4
- Releases: 2
Topics
archaeometry
geochronology
luminescence-dating
r-package
shiny-apps
Created almost 6 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Codemeta
Zenodo
README.Rmd
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gammaShiny
[](https://github.com/crp2a/gammaShiny/actions/workflows/R-CMD-check.yaml)
[](https://crp2a.r-universe.dev)
[](https://www.repostatus.org/#active)
[](https://doi.org/10.5281/zenodo.4139005)
## 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")
```

## 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).
Owner
- Name: Archéosciences Bordeaux
- Login: crp2a
- Kind: organization
- Location: Pessac, France
- Website: www.archeosciences-bordeaux.fr
- Twitter: archeosciences
- Repositories: 3
- Profile: https://github.com/crp2a
Archaeological Science Laboratory at Bordeaux Montaigne University
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "gammaShiny",
"description": "A collection of 'shiny' applications for the R package 'gamma'.",
"name": "gammaShiny: 'shiny' Applications for the R Package 'gamma'",
"codeRepository": "https://github.com/crp2a/gammaShiny",
"issueTracker": "https://github.com/crp2a/gammaShiny/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau",
"email": "nicolas.frerebeau@u-bordeaux-montaigne.fr",
"@id": "https://orcid.org/0000-0001-5759-4944"
},
{
"@type": "Person",
"givenName": "Brice",
"familyName": "Lebrun",
"email": "brice.lebrun@u-bordeaux-montaigne.fr",
"@id": "https://orcid.org/0000-0001-7503-8685"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Kreutzer",
"email": "sebastian.kreutzer@uni-heidelberg.de",
"@id": "https://orcid.org/0000-0002-0734-2199"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Universit Bordeaux Montaigne"
}
],
"funder": [
{
"@type": "Organization",
"name": "Universit Bordeaux Montaigne"
},
{
"@type": "Organization",
"name": "CNRS"
},
{
"@type": "Organization",
"name": "LabEx Sciences archologiques de Bordeaux"
},
{
"@type": "Organization",
"name": "Idex Aix-Marseille"
}
],
"maintainer": [
{
"@type": "Organization",
"name": "Archosciences Bordeaux",
"email": "services-archeosciences@u-bordeaux-montaigne.fr"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "DT",
"name": "DT",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=DT"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "gamma",
"name": "gamma",
"version": ">= 1.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gamma"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "grDevices",
"name": "grDevices"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "gt",
"name": "gt",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gt"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "khroma",
"name": "khroma",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=khroma"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "plotly",
"name": "plotly",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=plotly"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "shiny",
"name": "shiny",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=shiny"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "shinyWidgets",
"name": "shinyWidgets",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=shinyWidgets"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "tools",
"name": "tools"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "328.326KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2020",
"author": [
{
"@type": "Person",
"givenName": "Brice",
"familyName": "Lebrun"
},
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau"
},
{
"@type": "Person",
"givenName": "Guilhem",
"familyName": "Paradol"
},
{
"@type": "Person",
"givenName": "Guillaume",
"familyName": "Gurin"
},
{
"@type": "Person",
"givenName": "Norbert",
"familyName": "Mercier"
},
{
"@type": "Person",
"givenName": "Chantal",
"familyName": "Tribolo"
},
{
"@type": "Person",
"givenName": "Christelle",
"familyName": "Lahaye"
},
{
"@type": "Person",
"givenName": "Magali",
"familyName": "Rizza"
}
],
"name": "{gamma: An R Package for Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry Measurements}",
"pagination": "1-5",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "2",
"datePublished": "2020",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "38",
"name": "Ancient TL"
}
}
},
{
"@type": "SoftwareSourceCode",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau"
},
{
"@type": "Person",
"givenName": "Brice",
"familyName": "Lebrun"
},
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Kreutzer"
}
],
"name": "{gammaShiny: shiny Applications for the R Package gamma}",
"identifier": "10.5281/zenodo.4139005",
"description": "R package version 0.2.0",
"@id": "https://doi.org/10.5281/zenodo.4139005",
"sameAs": "https://doi.org/10.5281/zenodo.4139005"
}
],
"releaseNotes": "https://github.com/crp2a/gammaShiny/blob/master/NEWS.md",
"readme": "https://github.com/crp2a/gammaShiny/blob/master/README.md",
"contIntegration": "https://github.com/crp2a/gammaShiny/actions/workflows/R-CMD-check.yaml",
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [
"luminescence-dating",
"geochronology",
"r-package",
"shiny-apps",
"archaeometry"
]
}
GitHub Events
Total
- Watch event: 1
- Push event: 1
Last Year
- Watch event: 1
- Push event: 1