mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-19 21:32:29 +00:00
Merge pull request #1643 from mdancho84/stanheaders
facebook/prophet#1628 - Import StanHeaders to fix dyn.load error
This commit is contained in:
commit
1ea9ca12f2
2 changed files with 6 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Imports:
|
|||
rstan (>= 2.18.1),
|
||||
rstantools (>= 2.0.0),
|
||||
scales,
|
||||
StanHeaders,
|
||||
stats,
|
||||
tidyr (>= 0.6.1),
|
||||
xts
|
||||
|
|
|
|||
|
|
@ -34,3 +34,8 @@
|
|||
error = function(cond) {}
|
||||
)
|
||||
}
|
||||
|
||||
# IMPORTS ----
|
||||
# StanHeaders - Used to prevent issues with Prophet dynload error
|
||||
|
||||
#' @import StanHeaders
|
||||
|
|
|
|||
Loading…
Reference in a new issue