Package: csvread
Title: Fast Specialized CSV File Loader
Version: 1.2.3
Authors@R: person(given = "Sergei",
                family = "Izrailev",
                role = c("aut", "cre"),
                email = "sizrailev@jabiruventures.com")
Description: Functions for loading large (10M+ lines) CSV
    and other delimited files, similar to read.csv, but typically faster and
    using less memory than the standard R loader. While not entirely general,
    it covers many common use cases when the types of columns in the CSV file
    are known in advance. In addition, the package provides a class 'int64',
    which represents 64-bit integers exactly when reading from a file. The
    latter is useful when working with 64-bit integer identifiers exported from
    databases. The CSV file loader supports common column types including
    'integer', 'double', 'string', and 'int64', leaving further type
    transformations  to the user.
URL: https://github.com/jabiru/csvread
Depends: R (>= 2.15), methods
Enhances: bit64
License: Apache License (== 2.0)
Copyright: Copyright (C) Collective, Inc. | file inst/COPYRIGHTS
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2024-11-05 03:07:31 UTC; sergei
Author: Sergei Izrailev [aut, cre]
Maintainer: Sergei Izrailev <sizrailev@jabiruventures.com>
Repository: CRAN
Date/Publication: 2024-11-05 03:30:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 04:01:44 UTC; unix
Archs: csvread.so.dSYM
