Skip to content

Commit

Permalink
Add if (FALSE) library(shinycoreci) statements to have pkg dep be f…
Browse files Browse the repository at this point in the history
…ound
  • Loading branch information
schloerke committed Sep 9, 2024
1 parent e2469eb commit fa00bcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(shinytest2)
if (FALSE) library(shinycoreci) # for renv

# Only take screenshots on mac + r-release to reduce diff noise
release <- rversions::r_release()$version
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(shinytest2)
if (FALSE) library(shinycoreci) # for renv

# Only take screenshots on mac + r-release to reduce diff noise
release <- rversions::r_release()$version
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(shinytest2)
if (FALSE) library(shinycoreci) # for renv

source(system.file("helpers", "keyboard.R", package = "shinycoreci"))

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(shinytest2)
if (FALSE) library(shinycoreci) # for renv

# Only take screenshots on mac + r-release to reduce diff noise
release <- rversions::r_release()$version
Expand Down

0 comments on commit fa00bcb

Please sign in to comment.