R/startup.R

Defines functions .onAttach

###############################################################################
# Function: startup (not exported)
# Programmer: Tom Kincaid
# Date: July 17, 2002
# Last Revised: February 25, 2004
#
#' Successful startup message
#'
#' This is a function that displays a startup message.
#'
#' @param libname Data library name.
#' @param pkgname Package name.
#' @return A startup message
#' @noRd
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "spsurvey version 5.0.0 introduced significant changes to the inputs and outputs of many functions. Please review the updated materials, vignettes, and documentation by visiting \n https://cran.r-project.org/package=spsurvey"
  )
}

Try the spsurvey package in your browser

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

spsurvey documentation built on May 31, 2023, 6:25 p.m.