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 Oct. 30, 2024, 9:27 a.m.