R/zzz.R

Defines functions .onAttach

#' @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"
                        )))
}

Try the Rnest package in your browser

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

Rnest documentation built on Dec. 4, 2025, 5:07 p.m.