Re: [Rd] RC / methods package

2012-03-26 Thread Paul Gilbert
On 12-03-25 05:29 PM, Paul Gilbert wrote: John Here is the definition of the TSMySQLConnection class, and a few other things. This is a simplified example that produces the message, but unfortunately will not work unless you have a MySQL database to connect to. (I do get the same problem with

Re: [Rd] bzip2'ed data under data/

2012-03-26 Thread Sebastian P. Luque
On Wed, 21 Mar 2012 18:35:15 +, Prof Brian Ripley wrote: > On 19/03/2012 20:25, Sebastian P. Luque wrote: >> Hi, >> R CMD check PACKAGE_VERSION_tar.gz gives warning: >> Files not of a type allowed in a ‘data’ directory: ‘tser1.csv.bz2’ >> ‘tser2.csv.bz2’ Please use e.g. ‘inst/extdata’ for n

Re: [Rd] bzip2'ed data under data/

2012-03-26 Thread Prof Brian Ripley
On 26/03/2012 16:34, Sebastian P. Luque wrote: On Wed, 21 Mar 2012 18:35:15 +, Prof Brian Ripley wrote: On 19/03/2012 20:25, Sebastian P. Luque wrote: Hi, R CMD check PACKAGE_VERSION_tar.gz gives warning: Files not of a type allowed in a ‘data’ directory: ‘tser1.csv.bz2’ ‘tser2.csv.

Re: [Rd] bzip2'ed data under data/

2012-03-26 Thread Sebastian P. Luque
On Mon, 26 Mar 2012 16:44:58 +0100, Prof Brian Ripley wrote: [...] >>> Well, the extension is allowed 'optionally' to be .csv.bz2, but that >>> does not make it good practice and I would suggest not using it. >> Does this mean we can still compress the files, but leave the file >> name with suf

[Rd] Typo in ?Logistic

2012-03-26 Thread R. Michael Weylandt
In the source section of ?rlogis, we see: Source: ‘[dpr]logis’ are calculated directly from the definitions. ‘rlogis’ uses inversion. Should that read "[dpq]logis" instead? Michael __ R-devel@r-project.org mailing list https://stat.ethz.ch

Re: [Rd] RC / methods package

2012-03-26 Thread John Chambers
This direction is perhaps adding to the confusion rather than reducing it. Let's go back to the original note: Note: Method with signature "MySQLConnection#integer" chosen for function "coerce", target signature "TSMySQLConnection#integer". "dbObjectId#integer" would also be valid The purpo

Re: [Rd] RC / methods package

2012-03-26 Thread Paul Gilbert
On 12-03-26 02:47 PM, John Chambers wrote: This direction is perhaps adding to the confusion rather than reducing it. Let's go back to the original note: Note: Method with signature "MySQLConnection#integer" chosen for function "coerce", target signature "TSMySQLConnection#integer". "dbObject