R/notice.R

Defines functions onAttach

.onAttach <- function(libname, pkgname) {
  if (!is.loaded('r_cucubes')) {
    packageStartupMessage("You are running basic CuCubes library. CUDA-accelerated CuCubes library can be obtained at https://featureselector.uco.uwb.edu.pl/pub/cucubes/")
  }
}

Try the CuCubes package in your browser

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

CuCubes documentation built on May 30, 2017, 1:36 a.m.