tests/testthat/test-teste.normalidade.R

context("teste Normalidade")

nt <- teste.normalidade(Exemplo$e)

test_that("teste normalidade deve retornar valores no formato correto", {
            expect_equal(class(nt), "data.frame")
        })

test_that("teste normalidade deve retornar valores corretos", {
            expect_equal(nt, Exemplo$nt)
        })

Try the ElastH package in your browser

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

ElastH documentation built on May 2, 2019, 7:02 a.m.