You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
355 B

#' A package to Count Lines of Code, Comments and Whitespace in Source Files and Archives
#' @name cloc-package
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @importFrom R.utils isUrl
#' @importFrom utils read.table
#' @importFrom dplyr tbl_df
#' @importFrom dplyr bind_rows
#' @importFrom dplyr rbind_list
#' @importFrom pbapply pblapply
NULL