https://github.com/cran/bayestestR
Raw File
Tip revision: aee422d7cd4098dad89e31ecc6dfd9e539d2bda4 authored by Dominique Makowski on 06 August 2019, 10:20:02 UTC
version 0.2.5
Tip revision: aee422d
test-as.data.frame.density.R
test_that("as.data.frame.density", {
  expect_s3_class(as.data.frame(density(distribution_normal(1000))), "data.frame")
})
back to top