Skip to content

Commit

Permalink
Merge pull request #9 from RLumSK/enable_SPE_support
Browse files Browse the repository at this point in the history
Enable input for Kromek SPE
  • Loading branch information
nfrerebeau authored Aug 28, 2024
2 parents ebf18c7 + 159edb3 commit 1cd8e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## gammaShiny 0.1.0.9000
* 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)
Expand Down
2 changes: 1 addition & 1 deletion R/module_import_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module_import_ui <- function(id) {
inputId = ns("files"),
label = "Import spectrum file(s)",
multiple = TRUE,
accept = c(".cnf", ".CNF", ".tka", ".TKA")
accept = c(".cnf", ".CNF", ".tka", ".TKA", ".spe", ".SPE")
),
tags$hr(),
shinyWidgets::pickerInput(
Expand Down

0 comments on commit 1cd8e6b

Please sign in to comment.