Skip to content

Commit

Permalink
Reduce warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Feb 6, 2025
1 parent 29c632f commit 9d0f1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ run_app <- function(host = "127.0.0.1",
}
install()
shiny::runApp(
appDir = system.file(package = "tima"),
appDir = shiny::shinyAppFile(system.file("app.R", package = "tima")),
port = port,
host = host,
launch.browser = browser
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_that("{shinytest2} recording: app", {
timeout = 100000,
load_timeout = 100000,
shiny_args = list(
appDir = system.file(package = "tima"),
app = shiny::shinyAppFile(system.file("app.R", package = "tima")),
host = "127.0.0.1",
port = 3838,
launch.browser = TRUE
Expand Down

0 comments on commit 9d0f1ed

Please sign in to comment.