Displaying 2 results from an estimated 2 matches for "uniquecount".
2008 Jun 19
2
S4 pass-by-value work-around?
...ject inside of a method, specifically when working with
S4. I'm aware that R.oo is able to deal with this using S3, but I'd really
rather stick to S4.
The basics of what I would like to do are coded below:
setClass("MyMatrix",
representation(
parameters="matrix",
uniqueCount="numeric"
),
prototype(
parameters=matrix(numeric(0),0,0),
uniqueCount=1
)
)
setGeneric("createUniqueName", function(object)
standardGeneric("createUniqueName"))
setMethod("createUniqueName", "MyMatrix", function(object){
retval <- pas...
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
...driver hpdftex *
("C:\Program Files\MiKTeX 2.7\tex\latex\hyperref\hpdftex.def"
("C:\Program Files\MiKTeX 2.7\tex\latex\oberdiek\atveryend.sty")
("C:\Program Files\MiKTeX 2.7\tex\latex\oberdiek\rerunfilecheck.sty"
("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\uniquecounter.sty")))
("C:\Program Files\MiKTeX 2.7\tex\latex\ntgclass\a4.sty")
("C:\Program Files\MiKTeX 2.7\tex\latex\geometry\geometry.sty"
("C:\Program Files\MiKTeX 2.7\tex\latex\geometry\geometry.cfg"))
("C:\Program Files\MiKTeX 2.7\tex\latex\tools\theorem.sty"...