tests/testthat/fakepackages/allexportedchecked/R/pending.R

#' Pending!
#'
#' This function has no formals, so it won't be counted against checkr!
#' @export
pending <- function() { "Pending!" }


#' Pending identity.
#'
#' This function needs to be checked or else the test will fail.
#' @import checkr
#' @export
pending_identity <- checkr::ensure(pre = list(x %is% any), identity)
peterhurford/checkr documentation built on May 25, 2019, 1:50 a.m.