R/longRunMessage.R

Defines functions `longRunTimeMessage`

`longRunTimeMessage` <- 
function(p,k,N,silent,string){
    if (!silent){
        message("PLEASE NOTE: You have requested to compute ",floor(p*N),"\nhyperplanes in R^",k,". ",
                    "This may take a while.\n",sep="")
        if (.Platform$OS.type == "windows")
            flush.console()
    }
}

Try the OjaNP package in your browser

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

OjaNP documentation built on Feb. 23, 2020, 5:07 p.m.