R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields="Version")
  packageStartupMessage(paste0("Package: ", pkgname, ", Version: ", RFver))
  packageStartupMessage("Metropolis-Hastings MCMC using Stochastic Newton Sampler")
  packageStartupMessage("Scientific Computing Group, Sentrana Inc. &")
  packageStartupMessage("Imperial College London")
}

Try the sns package in your browser

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

sns documentation built on Nov. 2, 2022, 5:15 p.m.