Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Sep 24, 2024
1 parent 5304dd3 commit 44120fb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ Authors@R: c(
person("LabEx Sciences archéologiques de Bordeaux", role = "fnd"),
person("Idex Aix-Marseille", role = "fnd")
)
Maintainer: Archéosciences Bordeaux <[email protected]>
Description: A collection of 'shiny' applications for the R package
'gamma'.
License: GPL-3
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,
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library(gammaShiny)
run_app("doserate")
```

![](man/figures/README-shiny-1.png)
![](man/figures/README-screenshots-1.png)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library(gammaShiny)
run_app("doserate")
```

![](man/figures/README-shiny-1.png)
![](man/figures/README-screenshots-1.png)

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -202,7 +202,7 @@
},
"SystemRequirements": null
},
"fileSize": "328.18KB",
"fileSize": "328.326KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion man/gammaShiny-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44120fb

Please sign in to comment.