facebook/prophet#1628 - Import StanHeaders to fix dyn.load error

This commit is contained in:
Matt Dancho 2020-09-01 09:46:42 -04:00
parent 2061f251f8
commit d7cd1f299d
2 changed files with 6 additions and 0 deletions

View file

@ -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,

View file

@ -34,3 +34,8 @@
error = function(cond) {}
)
}
# IMPORTS ----
# StanHeaders - Used to prevent issues with Prophet dynload error
#' @import StanHeaders