Nothing
#' @importFrom cli style_hyperlink
#' @importFrom crayon blue
.onAttach <- function(libname, pkgname) {
packageStartupMessage("This is ", pkgname," ", packageVersion(pkgname),"\n",
pkgname," is FREE software!\n",
"Please report any bugs to ", crayon::blue(cli::style_hyperlink(
text = "https://github.com/quantmeth/Rnest",
url = "https://github.com/quantmeth/Rnest"
)))
}
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.