Skip to content

Commit

Permalink
set default parallel = FALSE in Rd file
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaub committed Jul 31, 2016
1 parent 9d6f0e3 commit 2aba50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/nnetar.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

\title{Neural Network Time Series Forecasts}
\usage{nnetar(x, p, P=1, size, repeats=20, xreg=NULL, lambda=NULL, model=NULL,
subset=NULL, scale.inputs=TRUE, parallel = TRUE, num.cores = 2, ...)
subset=NULL, scale.inputs=TRUE, parallel = FALSE, num.cores = 2, ...)
\method{forecast}{nnetar}(object, h=ifelse(object$m > 1, 2 * object$m, 10),
xreg=NULL, lambda=object$lambda, ...)
}
Expand Down

0 comments on commit 2aba50e

Please sign in to comment.