Last data update: 2014.03.03

timeseriesdb

Package: timeseriesdb
Type: Package
Version: 0.2.1
Title: Manage Time Series with R and PostgreSQL
Description: Store and organize a large amount of low frequency time series data.
The package was designed to manage a large catalog of official statistics which are
typically published on monthly, quarterly or yearly basis. Thus timeseriesdb is
optimized to handle a large number of lower frequency time series as opposed to a
smaller amount of high frequency time series such as real time data from measuring devices.
Hence timeseriesdb provides the opportunity to store extensive multi-lingual
meta information. The package also provides a web GUI to explore the underlying
PostgreSQL database interactively.
Author: "Matthias Bannert <bannert@kof.ethz.ch> [aut, cre]"
Depends: R (>= 3.0.0), RPostgreSQL, methods
Imports: RJSONIO, xts, zoo, reshape2, shiny, DBI
Date: 2015-04-02
License: GPL-2
LazyData: true
Maintainer: 'Matthias Bannert' <bannert@kof.ethz.ch>
Packaged: 2015-04-03 22:02:39 UTC; mbannert
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-04 07:46:09

● 0 images, 29 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'timeseriesdb' ...
** package 'timeseriesdb' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'timeseriesdb'
    finding HTML links ... done
    activateTsSet                           html  
    addMetaInformation                      html  
    createChoices                           html  
    createConObj                            html  
    createHstore                            html  
    createUI                                html  
    dbIsValid-methods                       html  
    deactivateTsSet                         html  
    deleteTimeSeries                        html  
    exploreDb                               html  
    exportTsList                            html  
    getListDepth                            html  
    getMeta                                 html  
    importTsList                            html  
    listTsSets                              html  
    loadTsSet                               html  
    plotMethods                             html  
    quickHandleOps                          html  
    readMetaInformation                     html  
    readTimeSeries                          html  
    resolveOverlap                          html  
    searchHstore                            html  
    searchKeys                              html  
    setAttrListWise                         html  
    storeMetaInformation                    html  
    storeTimeSeries                         html  
    storeTsSet                              html  
    transactionUtils                        html  
    zooLikeDateConvert                      html  
** building package indices
** testing if installed package can be loaded
* DONE (timeseriesdb)
Making 'packages.html' ... done