Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2023
1 parent 3f0597f commit c685d52
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions R/DeconvExplorer.R
Original file line number Diff line number Diff line change
Expand Up @@ -888,11 +888,12 @@ DeconvExplorer <- function(deconvexp_bulk = NULL,

# start the tour
observeEvent(input$startTour, {
tour_steps <- read.delim(system.file("extdata", "tour_intro.txt",
package = "DeconvExplorer"
),
sep = ";", stringsAsFactors = FALSE,
row.names = NULL, quote = ""
tour_steps <- read.delim(
system.file("extdata", "tour_intro.txt",
package = "DeconvExplorer"
),
sep = ";", stringsAsFactors = FALSE,
row.names = NULL, quote = ""
)
introjs(session, options = list(
steps = tour_steps,
Expand Down

0 comments on commit c685d52

Please sign in to comment.