mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-27 20:02:18 +00:00
Allow CRAN to build packages on OSX
This commit is contained in:
parent
bc6360d115
commit
cd84356968
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ test_that("setup_dataframe", {
|
|||
|
||||
test_that("logistic_floor", {
|
||||
skip_if_not(Sys.getenv('R_ARCH') != '/i386')
|
||||
skip_on_os('mac') # Resolves mysterious CRAN build issue
|
||||
m <- prophet(growth = 'logistic')
|
||||
history <- train
|
||||
history$floor <- 10.
|
||||
|
|
|
|||
Loading…
Reference in a new issue