diff --git a/R/distributions.R b/R/distributions.R index 6721aea..25bf292 100644 --- a/R/distributions.R +++ b/R/distributions.R @@ -2,9 +2,9 @@ survreg_wrap <- function(args){ opts <- options() on.exit(options(opts)) options( - warnPartialMatchArgs = TRUE, - warnPartialMatchAttr = TRUE, - warnPartialMatchDollar = TRUE + warnPartialMatchArgs = FALSE, + warnPartialMatchAttr = FALSE, + warnPartialMatchDollar = FALSE ) do.call(survreg, args) }