Skip to content

Commit

Permalink
checks
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Mar 12, 2024
1 parent 1ea2d11 commit 7509a52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
^todo\.md$

^inst/apps/.*/tests/.*
^inst/apps/\.renvignore$
\.jshintrc$
www/nvd3/deprecated
^_pkgdown\.yml$
Expand Down
2 changes: 1 addition & 1 deletion R/test-in-local.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ci_status <- list(
#' @param retries number of attempts to retry before declaring the test a failure
#' @param repo_dir Location of local shinycoreci repo
#' @param ... ignored
#' @param install If \code{TRUE}, installs shinyverse in the default libpath before running tests. App dependencies will always be installed if missing.
#' @param local_pkgs If `TRUE`, the local `.libPaths()[1]` will be used. If `FALSE`, a persistent shinycoreci libpath will be used. Only when `local_pkgs=FALSE` will app dependencies be installed.
#' @export
test_in_local <- function(
apps = apps_with_tests(repo_dir),
Expand Down
2 changes: 2 additions & 0 deletions R/view-test-images.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
utils::globalVariables(c("png_name", "test_name", "variant"))

#' View Shinytest Images
#'
#' @param repo_dir directory to the shinycoreci repo
Expand Down
2 changes: 1 addition & 1 deletion man/test_in_local.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7509a52

Please sign in to comment.