Skip to content

Commit

Permalink
fix accuracy test and some minor build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisp committed Nov 6, 2016
1 parent 1150849 commit 1bb1b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/.Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
vignettes/forecastHybrid_cache/.*
2 changes: 1 addition & 1 deletion pkg/man/plot.thetam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/tests/testthat/test-accuracy.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test_that("accuracy generic function works", {
hm <- hybridModel(wineind)
expect_error(accuracy(hm$hm), NA)
expect_error(accuracy(hm), NA)
expect_error(accuracy(hm$ets), NA)
expect_error(accuracy(hm$auto.arima), NA)
expect_error(accuracy(hm$nnetar), NA)
Expand Down

0 comments on commit 1bb1b32

Please sign in to comment.