tests/testthat/test-missing-tableStyles.R

test_that("missing tableStyles file in pptx from figshare", {
  testthat::skip_if_offline()
  testthat::skip_on_os("windows")

  destfile <- tempfile(fileext = ".pptx")
  on.exit(file.remove(destfile), add = TRUE)

  download.file(
    "https://ndownloader.figshare.com/files/16252631",
    destfile = destfile
  )

  expect_warning({
    x <- read_pptx(destfile)
  })
})

Try the officer package in your browser

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

officer documentation built on Oct. 22, 2023, 5:06 p.m.