tests/testthat.R

library(testthat)
library(twitterAnalytics)
library(tibble)
library(readr)
library(dplyr)
library(reshape2)
library(futile.logger)


#Change threshold to ERROR. Comment out/change if verbosity required for development
futile.logger::flog.threshold(futile.logger::ERROR)

#' getDataDirMockedTest mocked function for a temp dest folder for testing proposes



testthat::test_check("twitterAnalytics")
kenarab/twitterAnalytics documentation built on Aug. 14, 2019, 4:32 p.m.