R/zzz.R

Defines functions zzz_bm

Documented in zzz_bm

#' Dummy function to clean working directory after package checks
#'
#' This is the last function that will be check and will remove residual files 
#' from other examples checking such as 'GuloGulo'. This is required to pass
#' CRAN checks.
#' @return
#' nothing returned
#' @keywords internal
#' @export
#'
#' @examples
#' 
#' zzz_bm()

zzz_bm <- function(){
  unlink('GuloGulo', recursive = TRUE)
}

Try the biomod2 package in your browser

Any scripts or data that you put into this service are public.

biomod2 documentation built on July 9, 2023, 6:05 p.m.