Skip to content

Commit dc564aa

Browse files
committed
updates
1 parent 6ef9ba6 commit dc564aa

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

R/getCell2Fire.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ getCell2Fire <- function(
7878
} else {
7979
warning("Something went wrong in the installation of Cell2Fire, contact the developers.")
8080
}
81-
browser()
81+
# browser()
8282
return(invisible(out))
8383
}

inst/app/functions_state.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ saveState <- function(){
4444
tryCatch({
4545
save(state, file = file.path(this.path::this.dir(), isolate(input$inputfolder), "state.rda") )
4646
}, warning=function(e){
47-
browser()
47+
# browser()
4848
}, error=function(e){
49-
browser()
49+
# browser()
5050

5151
})
5252
cat("Session ended\n")

man/run_cell2fire.Rd

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)