R/aaa.R

Defines functions .onAttach

.onAttach <- function(...) {
  if(!interactive()) return()
  if(Sys.which("cppcheck") == ""){
    packageStartupMessage(
      "The 'cppcheck' command has not been found. ",
      "You cannot use this package, ",
      "except the functions 'xml2json' and 'json2html'."
    )
  }
}

Try the cppcheckR package in your browser

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

cppcheckR documentation built on June 10, 2022, 5:06 p.m.