R/tre3d-version.R

Defines functions tre3d_version

Documented in tre3d_version

#' tre3d version information
#' @author Matthias Kunz, last updated: 01.04.2020
#' @description Gives information of the tre3d version and changelog
#' @export
#' @examples
#' tre3d_version()
tre3d_version <- function(){
  cat(crayon::bold(crayon::blue("\ntre3d version 0.9 'Pretty Pinguin', last updated 01.04.2020\n")))
}
spatial-mk/tre3d documentation built on April 1, 2020, 5:26 p.m.