R/kdtools-package.R

Defines functions .onAttach

#' @keywords internal
"_PACKAGE"

.onAttach <- function(libname, pkgname){
  if (!has_cxx17())
    packageStartupMessage("The kdtools package was compiled without c++17 and will have reduced functionality\n")
}

Try the kdtools package in your browser

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

kdtools documentation built on Oct. 8, 2021, 9:07 a.m.