A ‘usethis’-esque Package for Base R Versions of ‘tidyverse’ Code
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.

16 lines
697 B

#' A 'usethis'-like Package for Base Pseudo-equivalents of 'tidyverse' Code
#'
#' The 'tidyverse' is awesome, but can take a bit compile on systems
#' where there are no pre-built binary packages. Methods are provided which use
#' the facilities of the 'usethis' package to snap-in base versions of useful
#' 'tidyverse' functions that are mostly equivalent (some are more complete
#' than others). The base R counterpart functions will likely be slower than
#' the 'tidyverse' equivalents but using them will decrease 'Imports'
#' dependencies. Use delibrately and with caution.
#'
#' @md
#' @name freebase
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import usethis rprojroot
NULL