Changes in version 0.2.1 (2026-04-02) Changes in version 0.2.0 (2026-02-09) New features - New function peek_guess_delim(): detect the delimiter, quote character and decimal mark of a delimited text file. The algorithm reads the first lines via peek_head() and selects the delimiter that produces the most consistent number of fields across lines. No additional dependency required. - New function peek_guess_encoding(): detect the encoding of a text file. Wraps readr::guess_encoding() and returns the best candidate as a character string. Requires the 'readr' package. Changes in version 0.1.2 (2021-03-31) - remove LazyData field in DESCRIPTION to solve a note on CRAN check page. Changes in version 0.1.1 (2019-04-16) - update peek_iconv test to skip it when platform charset is not UTF-8