diff --git a/R/dummy.r b/R/dummy.r new file mode 100644 index 00000000..e58e9073 --- /dev/null +++ b/R/dummy.r @@ -0,0 +1,12 @@ +#' Dummy function to invoke R CMD check on GitHub +#' +#' @description This function is the best. +#' +#' @param x An argument. +#' +#' @returns A counter-argument. +#' +#' @example man/examples/ex_addTable_dropTable.r +#' +#' @noRd +dummy <- function(x) x diff --git a/man/faster.Rd b/man/faster.Rd index 5c479917..fdfdad2b 100644 --- a/man/faster.Rd +++ b/man/faster.Rd @@ -7,7 +7,14 @@ faster(..., default = FALSE, restore = FALSE) } \arguments{ -\item{...}{Either a character (the name of an option), or an option and the value of the option using an \code{option = value} pattern. These include: +\item{...}{Either: +\itemize{ +\item A character vector: Name(s) of option(s) to get values of; +\item An option and the value of the option using an \code{option = value} pattern; or +\item A names \code{list} with names that match the options you wish to change, and with values to assign to each option. +} + +Options include: \itemize{ \item \code{grassDir} (character): The folder in which \strong{GRASS} is installed on your computer. Typically, this option is set when you run \code{\link[=faster]{faster()}}. Depending on your operating system, your install directory will look something like this: \itemize{