Skip to content

Commit

Permalink
temporarily unexport isFALSE() so that I can test revdeps and see whi…
Browse files Browse the repository at this point in the history
…ch packages would be affected
  • Loading branch information
yihui committed Dec 13, 2022
1 parent 2a081a8 commit 270b008
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export(gsub_files)
export(in_dir)
export(install_dir)
export(install_github)
export(isFALSE)
export(is_CRAN_incoming)
export(is_R_CMD_check)
export(is_abs_path)
Expand Down
1 change: 0 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ in_dir = function(dir, expr) {
#' use \code{base::\link[base]{isFALSE}()} instead. If you have to support R
#' versions lower than 3.5.0, you may use \code{identical(x, FALSE)}, but
#' please note that it is not equivalent to \code{base::isFALSE()}.
#' @export
#' @examples
#' library(xfun)
#' isFALSE(TRUE) # false
Expand Down

0 comments on commit 270b008

Please sign in to comment.