Skip to content

Commit

Permalink
message take long
Browse files Browse the repository at this point in the history
  • Loading branch information
federicorotolo committed Jun 9, 2017
1 parent 594f707 commit bd69bc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: surrosurv
Type: Package
Title: Evaluation of Failure Time Surrogate Endpoints in Individual Patient Data
Meta-Analyses
Version: 1.1.16
Date: 2017-05-06
Version: 1.1.17
Date: 2017-06-09
Authors@R: c(
person("Federico", "Rotolo", email="[email protected]",
role=c("aut", "cre")),
Expand Down
4 changes: 2 additions & 2 deletions R/surrosurv.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ surrosurv <- function(data,
models <- c(models[!grepl('poisson', models)],
if (any(grepl('poisson', models)))
'poisson')
if (verbose)
message('Computation may take very long. Please wait...')
# if (verbose)
# message('Computation may take very long. Please wait...')
fitRES <- lapply(models, function(x) {
eval(call(paste(x)))
})
Expand Down

0 comments on commit bd69bc5

Please sign in to comment.