Merge pull request #1643 from mdancho84/stanheaders

facebook/prophet#1628 - Import StanHeaders to fix dyn.load error
This commit is contained in:
Sean J. Taylor 2020-09-02 18:54:49 -07:00 committed by GitHub
commit 1ea9ca12f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@ Imports:
rstan (>= 2.18.1),
rstantools (>= 2.0.0),
scales,
StanHeaders,
stats,
tidyr (>= 0.6.1),
xts

View file

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