R/typeChecker.R

#' Static type checking
#'
#' @name typeChecker
#'
#' @description Performs static type checking on R files. The type annotations
#' are optional and can be added incrementally to the code base.
#'
#' @importFrom magrittr %>%
#' @importFrom utils getParseData tail
"_PACKAGE"
kcf-jackson/typeChecker documentation built on Feb. 19, 2021, 2:29 a.m.