Nothing
#' Say Hello to Users
#' @export
#' @examples
#' hello()
#' @testexamples
#' expect_message(hello(), "sigminer")
hello <- function() {
msg <- paste0("Thanks for using 'sigminer' package!
=========================================================================
Version: ", packageVersion("sigminer"), "
Run citation('sigminer') to see how to cite sigminer in publications.
Project home : https://github.com/ShixiangWang/sigminer
Bug report : https://github.com/ShixiangWang/sigminer/issues
Pkg reference: https://shixiangwang.github.io/sigminer/reference/index.html
Documentation: https://shixiangwang.github.io/sigminer-book/
=========================================================================
")
message(msg)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.