R/attach_message.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("powdR: Full Pattern Summation of X-Ray Powder Diffraction Data")
}

Try the powdR package in your browser

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

powdR documentation built on Aug. 13, 2021, 5:08 p.m.