Package: tsdb 1.2-0

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).

Authors:Enrico Schumann [aut, cre]

tsdb_1.2-0.tar.gz
tsdb_1.2-0.zip(r-4.7)tsdb_1.2-0.zip(r-4.6)tsdb_1.2-0.zip(r-4.5)
tsdb_1.2-0.tgz(r-4.6-any)tsdb_1.2-0.tgz(r-4.5-any)
tsdb_1.2-0.tar.gz(r-4.7-any)tsdb_1.2-0.tar.gz(r-4.6-any)
tsdb_1.2-0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
tsdb/json (API)
NEWS

# Install 'tsdb' in R:
install.packages('tsdb', repos = c('https://enricoschumann.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/enricoschumann/tsdb/issues

On CRAN:

Conda:

csvtime-seriestsdb

3.45 score 14 stars 312 downloads 6 exports 4 dependencies

Last updated from:3687843414. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK104
source / vignettesOK149
linux-release-x86_64OK101
macos-release-arm64OK83
macos-oldrel-arm64OK65
windows-develOK72
windows-releaseOK57
windows-oldrelOK63
wasm-releaseOK100

Exports:as.ts_tablefile_inforead_ts_tablests_tablettimewrite_ts_table

Dependencies:datetimeutilsfastmatchlatticezoo