diff --git a/DESCRIPTION b/DESCRIPTION index a1a9b5d..d673e8a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,6 +14,7 @@ Authors@R: c( person("LabEx Sciences archéologiques de Bordeaux", role = "fnd"), person("Idex Aix-Marseille", role = "fnd") ) +Maintainer: Archéosciences Bordeaux Description: A collection of 'shiny' applications for the R package 'gamma'. License: GPL-3 @@ -21,7 +22,7 @@ URL: https://github.com/crp2a/gammaShiny BugReports: https://github.com/crp2a/gammaShiny/issues Imports: DT, - gamma (>= 1.0.3), + gamma (>= 1.1.0), ggplot2, grDevices, gt, diff --git a/NEWS.md b/NEWS.md index 83e2a6f..b8c540a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,9 @@ -## gammaShiny 0.1.0.9000 -* Enable support for Kromek `.spe` file format. +# gammaShiny 0.2.0 + +**This version of gammaShiny requires gamma >= 1.1.0!** +* Enable support for Kromek `.spe` file format. -## gammaShiny 0.1.0 -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4139006.svg)](https://doi.org/10.5281/zenodo.4139006) +# gammaShiny 0.1.0 * First release. diff --git a/README.Rmd b/README.Rmd index 1f75402..3ed02af 100644 --- a/README.Rmd +++ b/README.Rmd @@ -55,7 +55,7 @@ library(gammaShiny) run_app("doserate") ``` -![](man/figures/README-shiny-1.png) +![](man/figures/README-screenshots-1.png) ## Contributing diff --git a/README.md b/README.md index c3f73df..a53112a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ library(gammaShiny) run_app("doserate") ``` -![](man/figures/README-shiny-1.png) +![](man/figures/README-screenshots-1.png) ## Contributing diff --git a/codemeta.json b/codemeta.json index 3b83f38..44cf1ef 100644 --- a/codemeta.json +++ b/codemeta.json @@ -87,7 +87,7 @@ "@type": "SoftwareApplication", "identifier": "gamma", "name": "gamma", - "version": ">= 1.0.3", + "version": ">= 1.1.0", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -202,7 +202,7 @@ }, "SystemRequirements": null }, - "fileSize": "328.18KB", + "fileSize": "328.326KB", "citation": [ { "@type": "ScholarlyArticle", @@ -293,5 +293,5 @@ "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", "archaeology", "r-package", "shiny-apps"] + "keywords": ["luminescence-dating", "geochronology", "r-package", "shiny-apps", "archaeometry"] } diff --git a/inst/CITATION b/inst/CITATION index 7eb8f63..8482d68 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -22,7 +22,7 @@ bibentry( key = "R-gammaShiny", author = c(person("Nicolas", "Frerebeau", role = "aut"), person("Brice", "Lebrun", role = "aut"), - person("Sebastian", "Kreutzer", rol = "aut")), + person("Sebastian", "Kreutzer", role = "aut")), title = "{gammaShiny: shiny Applications for the R Package gamma}", year = "2024", organization = "Université Bordeaux Montaigne", diff --git a/man/figures/README-shiny-1.png b/man/figures/README-screenshots-1.png similarity index 100% rename from man/figures/README-shiny-1.png rename to man/figures/README-screenshots-1.png diff --git a/man/gammaShiny-package.Rd b/man/gammaShiny-package.Rd index ef9b6a0..ef39268 100644 --- a/man/gammaShiny-package.Rd +++ b/man/gammaShiny-package.Rd @@ -4,7 +4,7 @@ \name{gammaShiny-package} \alias{gammaShiny-package} \alias{gammaShiny} -\title{gammaShiny: 'Shiny' Applications for the R Package 'gamma'} +\title{gammaShiny: 'shiny' Applications for the R Package 'gamma'} \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}