Showing 2 of total 2 results (show query)
r-lib
fs:Cross-Platform File System Operations Based on 'libuv'
A cross-platform interface to file system operations, built on top of the 'libuv' C library.
Maintained by Gábor Csárdi. Last updated 5 months ago.
370 stars 20.26 score 8.1k scripts 5.2k dependentsenricoschumann
tsdb:Terribly-Simple Data Base for Time Series
A terribly-simple data base for numeric time series, written purely in R, so no external database-software is needed. Series are stored in plain-text files (the most-portable and enduring file type) in CSV format. Timestamps are encoded using R's native numeric representation for 'Date'/'POSIXct', which makes them fast to parse, but keeps them accessible with other software. The package provides tools for saving and updating series in this standardised format, for retrieving and joining data, for summarising files and directories, and for coercing series from and to other data types (such as 'zoo' series).
Maintained by Enrico Schumann. Last updated 11 days ago.
11 stars 3.52 score