Nothing
FailProgress <- function() {
progress <- get("ProgressStatus", envir = nlmeEnv)
progress$Status <- "Failed"
progress$NumOfSamplesFailed <- progress$NumOfSamples
progress$EndTime <- getLocalTimeUTC()
assign("ProgressStatus", progress, envir = nlmeEnv)
ReportProgress(progress)
warning(
"\nStatus: ", progress$Status,
"\nStage: ",
paste(get("GlobalSummaryLine1", envir = nlmeEnv),
get("GlobalSummaryLine2", envir = nlmeEnv),
get("GlobalSummaryLine3", envir = nlmeEnv),
collapse = " "
), call. = FALSE, immediate. = TRUE
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.