tests/testthat/test-get-info.R

context("Get App Info.")

test_that("getAppInfo happens successfully", {

  skip_on_cran()

  token_file <- file("abbyy_key", "r")
  token <- suppressWarnings(readLines(token_file))
  close(token_file)
  setapp(unlist(strsplit(token, ",")))

  get_info <- getAppInfo()
  expect_that(get_info, is_a("data.frame"))
})

Try the abbyyR package in your browser

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

abbyyR documentation built on June 25, 2019, 9:02 a.m.