Skip to content

Commit

Permalink
Update server.R
Browse files Browse the repository at this point in the history
Remove writexl calls.
  • Loading branch information
EricLarG4 committed Jan 27, 2023
1 parent 50e1a93 commit 5b32f1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -1291,8 +1291,6 @@ server <- function(input, output, session) {

### 3.3.1. Least-square minimization----
opt.0 <- reactive({

# writexl::write_xlsx(MSsnaps.pp(), 'snaps.xlsx')

withProgress(
message = 'Optimizing data',
Expand Down Expand Up @@ -3378,8 +3376,6 @@ server <- function(input, output, session) {
### 5.1. Process new data----

k.norm <- reactive({

writexl::write_xlsx(k.spectra(), 'kin.spectra.xlsx')

k.data <- k.spectra() %>%
group_by(filename, Species, scan, time, mz) %>%
Expand Down

0 comments on commit 5b32f1a

Please sign in to comment.