Package: meltr
Title: Read Non-Rectangular Text Data
Version: 1.0.2
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = "aut",
             email = "hadley@rstudio.com"),
      person(given = "Duncan",
             family = "Garmonsway",
             role = c("aut", "cre"),
             email = "nacnudus@gmail.com",
             comment = "@nacnudus"),
      person(given = "Jim",
             family = "Hester",
             role = "aut",
             email = "jim.hester@rstudio.com",
             comment = c(ORCID = "0000-0002-2739-7082")),
      person(given = "RStudio",
             role = c("cph", "fnd")),
      person(given = "https://github.com/mandreyel/",
             role = "cph",
             comment = "mio library"))
Description: The goal of 'meltr' is to provide a fast and friendly way to
    read non-rectangular data, such as ragged forms of csv (comma-separated
    values), tsv (tab-separated values), and fwf (fixed-width format) files.
License: MIT + file LICENSE
URL: https://r-lib.github.io/meltr/, https://github.com/r-lib/meltr
BugReports: https://github.com/r-lib/meltr/issues
Depends: R (>= 2.10)
Imports: cli, methods, R6, rlang, tibble
Suggests: clipr, covr, crayon, curl, readr, testthat (>= 3.0.0), withr
LinkingTo: cpp11
Config/testthat/edition: 3
Config/Needs/website: dplyr
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2024-01-08 22:01:21 UTC; nacnudus
Author: Hadley Wickham [aut],
  Duncan Garmonsway [aut, cre] (@nacnudus),
  Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>),
  RStudio [cph, fnd],
  https://github.com/mandreyel/ [cph] (mio library)
Maintainer: Duncan Garmonsway <nacnudus@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-09 02:30:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 07:10:47 UTC; unix
Archs: meltr.so.dSYM
