Hi,
in R version 2.14.1 (2011-12-22), is it wanted that the class namedList
does not overloads the '[' and 'c' operators:
showMethods('c', class='namedList')
showMethods('[', class='namedList')
This means that if one creates a class that inherits from namedList, one
has to define these opera
On January 5, I posted here concerning this issue
(https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14767), and I
have not heard any answers from people who think this is not a bug,
or a simple accident in the delete.response function.
The output from delete.response on a terms object alters t
Maybe this is a my personal taste: I do not like pseudo R code in the
form <> inside a chunk, and I'm curious about why you do
not use real R functions to do the job.
coxme <- function(formula, data, subset, blah blah ){
coxme_check_arguments(...)
coxme_build(...)
coxme_compute(...)
coxme
On 1/24/12 9:35 AM, Prof Brian Ripley wrote:
On 24/01/2012 17:17, William Dunlap wrote:
Here is code that does make factor() work on a new
class like yours. It uses Sv3 methods.
Which is necessary as unique() is an S3 generic in the base namespace,
and creating some other function named 'un
Quoting from the R-2.14.1 help page for compactPDF:
"
This by default makes use of 'qpdf', available from http://qpdf.sourceforge.net/> (including as a Windows binary) and
included with the CRAN Mac OS X distribution of R. If 'gs_cmd' is
non-empty, GhostScript will used instead.
"
The def
On Tue, Jan 24, 2012 at 8:42 AM, Michael Friendly wrote:
> I recently submitted a minor update to a CRAN package that passed all CRAN
> checks
> ~ two weeks ago.
>
> Now, I get the response below from the CRAN-check-daemon
>
> R-devel reports
>
> * checking installed files from ‘inst/doc’ ... NOTE
Almost all of the coxme package and an increasing amount of the survival
package are now written in noweb, i.e., .Rnw files. It would be nice to
process these using the Sweave function + a special driver, which I can
do using a modified version of Sweave. The primary change is to allow
the follow
On 24/01/2012 17:17, William Dunlap wrote:
Here is code that does make factor() work on a new
class like yours. It uses Sv3 methods.
Which is necessary as unique() is an S3 generic in the base namespace,
and creating some other function named 'unique' elsewhere (which is what
setGeneric does
Here is code that does make factor() work on a new
class like yours. It uses Sv3 methods.
> setClass("foo", contains="numeric")
[1] "foo"
> as.character.foo <- function(x) paste("x=",x@.Data,sep="")
> unique.foo <- function(x, ...) structure(NextMethod("unique"),
class=class(x))
> someF
Zhu Wang ccmckids.org> writes:
> I found my Rnw file generated strange symbols in pdf file.
> For instance, on page 4 of the following file,
>
> http://cran.r-project.org/web/packages/cts/vignettes/kf.pdf
> you can see Belcher et~al on line 2, and Figure~1 on line 5. The
> symbol ~ should not
I recently submitted a minor update to a CRAN package that passed all
CRAN checks
~ two weeks ago.
Now, I get the response below from the CRAN-check-daemon
R-devel reports
* checking installed files from ‘inst/doc’ ... NOTE
The following files are already in R: ‘jss.cls’
Please remove them fro
Hello,
I found my Rnw file generated strange symbols in pdf file. For instance, on
page 4 of the following file,
http://cran.r-project.org/web/packages/cts/vignettes/kf.pdf
you can see Belcher et~al on line 2, and Figure~1 on line 5. The symbol ~
should not appear in the pdf file although t
On 24/01/2012 08:30, John Maindonald wrote:
I am failing to get compactPDF to make any change to a pdf file
that, a/c to the message from the CRAN upload site, can be very
substantially compacted. Any ideas what may be wrong?
AFAICS you are quoting a message from R-devel, which tries to find '
I am failing to get compactPDF to make any change to a pdf file
that, a/c to the message from the CRAN upload site, can be very
substantially compacted. Any ideas what may be wrong?
I have also tried recreating the pdf file. I also tried
R CMD build --resave-data --compact-vignettes DAAG
The da
14 matches
Mail list logo