CRAN/E | tsdb

tsdb

Terribly-Simple Data Base for Time Series

Installation

About

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

enricoschumann.net/R/packages/tsdb/
github.com/enricoschumann/tsdb
gitlab.com/enricoschumann/tsdb

Key Metrics

Version 1.1-0
Published 2023-02-20 440 days ago
Needs compilation? no
License GPL-3
CRAN checks tsdb results

Downloads

Yesterday 10 0%
Last 7 days 92 -14%
Last 30 days 337 -1%
Last 90 days 970 -23%
Last 365 days 4.494 +7%

Maintainer

Maintainer

Enrico Schumann

es@enricoschumann.net

Authors

Enrico Schumann

aut / cre

Material

NEWS
ChangeLog
Reference manual
Package source

In Views

TimeSeries

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

tsdb archive

Imports

datetimeutils
fastmatch
utils
zoo

Suggests

data.table
tinytest