tests/testthat/test_packages/pkgsourcegood/R/hello_world_test.R

#' A Test function
#'
#' @param x An object to print
#'
#' @return Nothing
#' @export
hello_world_test <- function(x) {
  print(paste0("hello world", x))
}

Try the riskmetric package in your browser

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

riskmetric documentation built on Sept. 1, 2023, 1:06 a.m.