Displaying 11 results from an estimated 11 matches for "tsmysql".
2013 Aug 28
2
‘:::’ call
I have a package (TSdbi) which provides end user functions that I
export, and several utilities for plugin packages (e.g. TSMySQL) that I
do not export because I do not intend them to be exposed to end users. I
call these from the plugin packages using TSdbi::: but that now
produces a note in the checks:
* checking dependencies in R code ... NOTE
Namespace imported from by a ?:::? call: ?TSdbi?
See the note in ?`:::`...
2010 Nov 05
2
connecting to remote database using RMySQL
Apologies if this is the wrong place to ask. I'm not aware of a
mail list devoted to database interfaces. Please direct me if
so.
I am trying to use TSMySQL. It loads RMySQL, and apparent the
CRAN version has an .onLoad script which seeks out the local
MySQL server. If that fails, the package fails to load.
Thing is, I'm trying to access a MySQL database on a remote
machine for which I have authorized access. Anyone know how to do
this, or sugges...
2008 Feb 04
1
r-release Windows x86_64
I was just looking at the daily checks and it seems the "r-release
Windows x86_64 (32-bit)" column is running R2.6.0. Is that correct?
Possibly related, an error is being flagged in that column for
TSMySQL, which appears to be a problem that should be caught in the
other columns too. It is something that has been fixed in my sources
for awhile. (I think it was fixed in the version on CRAN too, but I'm
not certain.)
Paul Gilbert
===============================================================...
2010 Jun 10
1
Can RMySQL be used for a paramterized query?
...to do
something like "SELECT * FROM my_other_table WHERE t1_id = x" where 'x' is
one of the IDs returned by the first select statement. Actually, I have to
do this in two contexts, one where the data are not ordered by time and one
where it is (and thus where I'd have to use TSMySQL to execute something
like "SELECT record_datetime,value FROM my_ts_table WHERE t2_id = x").
I'd like to embed this in a loop where I iterate over the IDs returned by
the first select, get the appropriate data from the second for each ID,
analyze that data and store results in another...
2008 Nov 18
0
Packages for time series databases
...me 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 inter...
2008 Nov 18
0
Packages for time series databases
...me 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 inter...
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* Bergm (1.0)
Alberto Caimo
http://crantastic.org/packages/Bergm
Functions implementing Bayesian estimation for exponential random
graph models via exchange algorithm
Updated packages
----------------
lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21),
r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2009 Mar 07
10
popular R packages
I would like to get some idea of which R-packages are popular, and what R is
used for in general. Are there any statistics available on which R packages
are downloaded often, or is there something like a package-survey? Something
similar to http://popcon.debian.org/ maybe? Any tips are welcome!
-----
Jeroen Ooms * Dept. of Methodology and Statistics * Utrecht University
Visit
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):
2010 Jul 18
6
CRAN (and crantastic) updates this week
...(2.7.1), tolerance (0.2.1), topicmodels
(0.0-6), topmodel (0.7.2-1), tpr (0.3-1), tractor.base (1.5.0), traitr
(0.7), tree (1.0-28), trio (1.1.10), trip (1.1-6), tripEstimation
(0.0-33), truncnorm (1.0-4), TSdbi (2010.5-1), tsDyn (0.7-30), TSfame
(2010.5-1), TShistQuote (2010.5-1), tsModel (0.5-3), TSMySQL
(2010.5-1), TSodbc (2010.5-1), TSpadi (2010.5-1), TSPostgreSQL
(2010.5-1), TSSQLite (2010.5-1), ttime (1.2), ttutils (1.0-1), tuneR
(0.3-0), twitteR (0.1.6), udunits (1.3.1), umlr (0.3.0), uncompress
(1.33), unmarked (0.8-6), untb (1.6-3), vardiag (0.1-3), varSelRF
(0.7-2), vbmp (1.16.0), vcdExtra...