tests/testthat/test-frbe.R

library(forecast)
library(tseries)

test_that('frbe', {
    res <- frbe(as.ts(1:10 + runif(10)), h=4)
    
    expect_true(is.frbe(res))
})

Try the lfl package in your browser

Any scripts or data that you put into this service are public.

lfl documentation built on Sept. 8, 2022, 5:08 p.m.