tests/testthat/test-gghist.R

context("test-gghist")


test_that("gghist", {
  # 
  # library(xts)
  # library(checkmate)
  # #library(purrr)
  # library(ggplot2)
  # library(directlabels)
  # library(egg)
  # library(TTR)
  
 
  
  x = rnorm(1000)
  
  #expect_that(,not(gives_warning()))
  
  expect_warning(gghist(x,density = T), regexp = NA)
  
  
})
itsaquestion/TPlot documentation built on May 20, 2021, 7:35 p.m.