I recently put several packages for time series databases on CRAN. The
main package, TSdbi, provides a common interface to time series
databases. The objective is to define a standard interface so users can
retrieve time series data from various sources with a simple, common,
set of commands, and so programs can be written to be portable with
respect to the data source. The SQL implementations also provide a
database table design, so users needing to set up a time series database
have a reasonably complete way to do this easily. The interface provides
for a variety of options with respect to the representation of time
series in R. There is also a (not yet well tested) mechanism to handle
multilingual data documentation.
-TSdbi is the main package.
-TSMySQL, TSPostgreSQL, and TSSQLite provide interfaces for these
three SQL databases (using RMySQL, RSQLite, and RPostgreSQL).
-TSodbc provides an interface using RODBC (tested only with a
PostgreSQL server).
-TSfame provides an interface to Fame using the fame package.
-TSpadi provides an interface to Fame using a (somewhat dated) padi server.
-TShistQuote provides an interface to get.hist.quote.
Many thanks to the authors and maintainers of the underlying packages,
and several people who have commented on early versions of the TS* packages.
Paul Gilbert
====================================================================================
La version française suit le texte anglais.
------------------------------------------------------------------------------------
This email may contain privileged and/or confidential information, and the Bank
of
Canada does not waive any related rights. Any distribution, use, or copying of
this
email or the information it contains by other than the intended recipient is
unauthorized. If you received this email in error please delete it immediately
from
your system and notify the sender promptly by email that you have done so.
------------------------------------------------------------------------------------
Le présent courriel peut contenir de l'information privilégiée ou
confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute
diffusion,
utilisation ou copie de ce courriel ou des renseignements qu'il contient par une
personne autre que le ou les destinataires désignés est interdite. Si vous
recevez
ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans
délai à
l'expéditeur un message électronique pour l'aviser que vous avez éliminé de
votre
ordinateur toute copie du courriel reçu.
_______________________________________________
R-packages mailing list
[EMAIL PROTECTED]
https://stat.ethz.ch/mailman/listinfo/r-packages
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.