[ 源代码: r-cran-vroom ]
软件包:r-cran-vroom(1.6.1-1)
GNU R package for Read and Write Rectangular Text Data Quickly
The package reads and writes data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily, so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.
其他与 r-cran-vroom 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libstdc++6 (>= 12)
- GNU 标准 C++ 库,第3版
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-base-core (>= 4.2.2.20221110-2)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-bit64
- GNU R S3 Class for Vectors of 64bit Integers
-
- dep: r-cran-cli (>= 3.2.0)
- GNU R helpers for developing command line interfaces
-
- dep: r-cran-cpp11 (>= 0.2.0)
- C++11 interface for GNU R's C interface
-
- dep: r-cran-crayon
- GNU R colored terminal output
-
- dep: r-cran-glue
- GNU R interpreted string literals
-
- dep: r-cran-hms
- GNU R pretty time of day
-
- dep: r-cran-lifecycle (>= 1.0.3)
- manage the life cycle of your GNU R package functions
-
- dep: r-cran-progress (>= 1.2.1)
- GNU R terminal progress bars
-
- dep: r-cran-rlang (>= 0.4.2)
- Functions for Base Types and Core R and 'Tidyverse' Features
-
- dep: r-cran-tibble (>= 2.0.0)
- GNU R Simple Data Frames
-
- dep: r-cran-tidyselect
- GNU R select from a set of strings
-
- dep: r-cran-tzdb (>= 0.1.1)
- GNU R package for Time Zone Database
-
- dep: r-cran-vctrs (>= 0.2.0)
- GNU R vector helpers
-
- dep: r-cran-withr
- GNU R package to run code 'With' temporarily modified global state