data-raw/TEMP/mthd_authorFunctions.R

#' AuthorFunctions method applied to ready4 S3 class for encapsulating the metadata required for package set-up..
#' @description authorFunctions.ready4fun_manifest() is an AuthorFunctions method that authors and saves files necessary for creating and documenting functions. This method is implemented for the ready4 S3 class for encapsulating the metadata required for package set-up. The function is called for its side effects and does not return a value.
#' @param x An instance of ready4 S3 class for encapsulating the metadata required for package set-up.
#' @param list_generics_1L_lgl List generics (a logical vector of length one), Default: F
#' @return NULL
#' @rdname authorFunctions-methods
#' @export
#' @importFrom ready4 authorFunctions
authorFunctions.ready4fun_manifest <- function(x, list_generics_1L_lgl = F) {
  write_and_doc_fn_fls(x, update_pkgdown_1L_lgl = T, list_generics_1L_lgl = list_generics_1L_lgl)
}
#' @rdname authorFunctions-methods
#' @aliases authorFunctions,ready4fun_manifest-method
#' @importFrom ready4 authorFunctions
methods::setMethod("authorFunctions", methods::className("ready4fun_manifest", package = "ready4fun"), authorFunctions.ready4fun_manifest)
ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.