R/hello.R

Defines functions hello

Documented in hello

#' @title hello world
#' @description prints hello world
#' @return NULL
#' @export
#'
#' @examples
#' hello()
#' @import rgl
hello <- function() {
  print("Hello, world!")
}
muschellij2/travisrgl documentation built on May 23, 2019, 9:56 a.m.