R/windows/zzz.r

Defines functions .onAttache

.onAttache <- function(libname, pkgname){
  msg <-
"
    No MPI profiler support for Windows system.
"
  packageStartupMessage(msg)
  invisible()
} # End of .onAttach().

Try the pbdPROF package in your browser

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

pbdPROF documentation built on Nov. 16, 2019, 9:07 a.m.