R/read_spc_Shimadzu.R

Defines functions read_spc_Shimadzu

#' @concept io
read_spc_Shimadzu <- function(filename) {
  stop("Import of Shimadzu SPC file format (OLE CF) is not yet implemented.")
}

hySpc.testthat::test(read_spc_Shimadzu) <- function() {
  context("read_spc_Shimadzu()")

  test_that("not implemented error", {
    expect_error(read_spc_Shimadzu())
  })
}
r-hyperspec/hySpc.read.spc documentation built on April 27, 2023, 1:46 p.m.