#' @title dummy function
#' @description Just to check build status in CI
#' @details This dummy funtion is only to verify build status in CI(Travis CI and appveyor).
#' @return dummy string is returned
#' @export
dummy <- function() {
rtn = 'dummy 061700'
print(rtn)
return(rtn)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.