R/MAnorm2_ops.R

Defines functions .onAttach

# For loading operations and startup message.
#
# Last update: 2022-10-28


# Display startup message
.onAttach <- function(libname, pkgname) {
    packageStartupMessage("MAnorm2 1.2.2 2022-10-28")
}

Try the MAnorm2 package in your browser

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

MAnorm2 documentation built on Oct. 29, 2022, 1:12 a.m.