R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  pd <- utils::packageDescription(pkgname);
  packageStartupMessage(pkgname, " v", pd$Version, " successfully loaded. See ?", pkgname, " for help. \n Papers, resources, and other materials at structuraltopicmodel.com");
}

Try the stm package in your browser

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

stm documentation built on June 24, 2024, 5:18 p.m.