Package: fpeek
Type: Package
Title: Check Text Files Content at a Glance
Version: 0.1.2
Authors@R: c(
    person("David", "Gohel", role = c("aut", "cre"),
    email = "david.gohel@ardata.fr"))
Description: Tools to help text files importation. It can return 
 the number of lines; print the first and last lines; convert 
 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.
BugReports: https://github.com/davidgohel/fpeek/issues
URL: https://github.com/davidgohel/fpeek
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Rcpp (>= 0.12.12)
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Suggests: testthat, covr
NeedsCompilation: yes
Packaged: 2021-03-31 15:28:43 UTC; davidgohel
Author: David Gohel [aut, cre]
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2021-03-31 16:20:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:38:10 UTC; windows
Archs: x64
