r-hyperspec / hySpc.read.txt

Import ASCII formatted data into hyperSpec
https://r-hyperspec.github.io/hySpc.read.txt/
MIT License
0 stars 1 forks source link

Use `read_ini()` #65

Closed GegznaV closed 2 years ago

GegznaV commented 2 years ago

In

file <- hyperSpec::read.ini(paste0(tmpdir, "/Witec_TrueMatch.txt"))

and in other unit tests that use read.ini() (deprecated function from hyperSpec), function read_ini() must be used.