R/hello.R

Defines functions hello

Documented in hello

#' @useDynLib GEB
#' @importFrom Rcpp evalCpp
#'
NULL



#' default test function
#'
#' @return
#' @export
#'
#' @examples
#' hello()
#'
hello <- function() {
  print("Hello, world!")
}
DawnEve/GEB documentation built on July 6, 2022, 7:05 p.m.