tests/testthat/fakepackages/notallexportedchecked/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. But it's not checked!
#' @export
pending_identity <- identity
peterhurford/checkr documentation built on May 25, 2019, 1:50 a.m.