Type: Package
Package: fpeek
Title: Check Text Files Content at a Glance
Version: 0.2.0
Authors@R: 
    person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre"))
Description: Tools to help text files importation. It can return the
    number of lines; print the first and last lines; convert encoding;
    guess delimiters and file encoding. Operations are made without
    reading the entire file before starting, resulting in good
    performances with large files. This package provides an alternative to
    a simple use of the 'head', 'tail', 'wc' and 'iconv' programs that are
    not always available on machine where R is installed.
License: MIT + file LICENSE
URL: https://github.com/davidgohel/fpeek,
        https://davidgohel.github.io/fpeek/
BugReports: https://github.com/davidgohel/fpeek/issues
Imports: Rcpp (>= 0.12.12)
Suggests: covr, readr, testthat
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-02-09 10:53:52 UTC; davidgohel
Author: David Gohel [aut, cre]
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2026-02-09 11:10:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-02-23 12:39:26 UTC; windows
Archs: x64
