mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-29 23:06:49 +00:00
facebook/prophet#1628 - Import StanHeaders to fix dyn.load error
This commit is contained in:
parent
2061f251f8
commit
d7cd1f299d
2 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ Depends:
|
|||
Rcpp (>= 0.12.0),
|
||||
rlang (>= 0.3.0.1)
|
||||
Imports:
|
||||
StanHeaders,
|
||||
dplyr (>= 0.7.7),
|
||||
dygraphs (>= 1.1.1.4),
|
||||
extraDistr,
|
||||
|
|
|
|||
|
|
@ -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