Skip to content

Commit

Permalink
rename fun
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Sep 12, 2024
1 parent 29850a5 commit 08d1aa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Suggests:
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: rmarkdown
Collate:
Collate:
'dependencies.R'
'elf-package.R'
'examples.R'
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export(expect_pkg_installed_but_not_via_loadall)
export(is_installed2)
export(make_skip_if_not_function)
export(opt_set_local2)
export(skip_if_pkg_installed_but_not_via_loadall)
export(skip_if_pkg_not_installed2)
export(skip_if_pkg_not_installed_not_loadall)
export(source_pef)
export(test_pkg_installed)
export(test_pkg_installed_but_not_via_loadall)
Expand Down
2 changes: 1 addition & 1 deletion R/installed.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ expect_pkg_installed_but_not_via_loadall <- checkmate::makeExpectationFunction(
#' skips test if package is *not* installed.
#' @include tests.R
#' @export
skip_if_pkg_not_installed_not_loadall <- make_skip_if_not_function(
skip_if_pkg_installed_but_not_via_loadall <- make_skip_if_not_function(
check_pkg_installed_but_not_via_loadall
)

0 comments on commit 08d1aa5

Please sign in to comment.