R/pkg_initialization.R

Defines functions .onAttach

#' .onAttach
#'
#' Verifies that the package is running with RStudio open. RStudio needed for
#' secure password input.
#'

.onAttach <- function(libname, pkgname) {
  #rstudioapi::verifyAvailable(version_needed = NULL)
}
iancj88/msuopa documentation built on May 17, 2019, 7:07 p.m.