R/zzz.R

Defines functions .onAttach

# Copyright (c) 2024 Andrew Marx. All rights reserved.
# Licensed under AGPLv3.0. See LICENSE file in the project root for details.

# .onLoad <- function(libname, pkgname) {
#     assign("samc_env", new.env(parent = emptyenv()), parent.env())
# }

.onAttach <- function(libname, pkgname) {
    msg = paste("Old code may be affected by breaking changes. Check the package website and release notes for details.")
    packageStartupMessage(msg)
}

Try the samc package in your browser

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

samc documentation built on March 13, 2026, 9:06 a.m.