[Rd] Re: [R][Rdev] any way to generate "bitmap" (tif, jpeg, png etc) files inR CMD BATCH

2005-02-25 Thread Roger Bivand
tions how to proceed? Generally I could use command line linux > tools to convert from almost any bitmpa format to the required png or > jpeg, but it would be nicer to have them as direct R output. > > Kind regards > Oleg > > -- Roger Bivand Economic Geography Sec

Re: [Rd] Print()ing Latin 1 in console (PR#7452)

2004-12-28 Thread Roger Bivand
) # some octal codes > > It would be preferable if the characters in that last data frame were > human-readable. This bug was not present in R 1.9.0. > > Thanks, > Arni > > R 2.0.1 on WinXP > ---1936847062-1954375969-1104189110=:161308-- > > ___

Re: [Rd] Namespaces, coercion and setAs

2004-11-26 Thread Roger Bivand
Koenker > email [EMAIL PROTECTED] Department of Economics > vox: 217-333-4558University of Illinois > fax: 217-244-6678Champaign, IL 61820 > > __ &g

Re: [Rd] text() with invalid argument type crashes RGui.exe

2004-11-24 Thread Roger Bivand
ls = "a") Program received signal SIGFPE, Arithmetic exception. 0x080edd3b in do_text (call=0x9080c48, op=0x867d72c, args=0x8660570, env=0x8a1bf90) at plot.c:2153 2153 xx = x[i % n]; > > Peter Ehlers > U of Calgary > [EMAIL PROTECTED] > > _

Re: [Rd] Re: Method dispatch S3/S4 through optimize()

2004-11-20 Thread Roger Bivand
r than original below, the alternative is to drop NAMESPACE in spdep, which is not desirable either. Roger On Fri, 19 Nov 2004, Roger Bivand wrote: > On Thu, 18 Nov 2004, roger koenker wrote: > > > I am far from an expert on S4 method dispatch, so at the risk of > > embarrassing m

Re: [Rd] Re: Method dispatch S3/S4 through optimize()

2004-11-19 Thread Roger Bivand
e. The fix adopted is ugly, and involves passing a copy of the key function through as an argument, the copy retrieved with getMethod("chol", "matrix.csr"). Then it can be called directly, not relying on dispatch. Roger On Fri, 19 Nov 2004, Roger Bivand wrote: > On Thu,

[Rd] Re: Method dispatch S3/S4 through optimize()

2004-11-19 Thread Roger Bivand
soup. > > > url: www.econ.uiuc.edu/~rogerRoger Koenker > email [EMAIL PROTECTED] Department of Economics > vox: 217-333-4558University of Illinois > fax: 217-244-6678Champaign, IL 6182

[Rd] Method dispatch S3/S4 through optimize()

2004-11-18 Thread Roger Bivand
issue with SparseM either, because of 1). I've put a copy of the problematic spdep on: http://reclus.nhh.no/R/spdep/spdep_0.2-24.tar.gz should that be of any use, the issue is present in both R-2.0.1 and R-devel (2004-11-16), SparseM is 0.52. I hope that I'm missing something fairly obv

Re: [Rd] C++ dev

2004-10-21 Thread Roger Bivand
GEOXP. Best wishes, Roger > Thanks for your informations > Sandrine > > __ > [EMAIL PROTECTED] mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Roger Bivand Economic Geography Section, Department of Economics, Norwegian S

Re: [Rd] "R CMD check" with R 2.0.0

2004-10-07 Thread Roger Bivand
balEnv, package:methods, package:stats, package:graphics, > package:grDevices, package:utils, package:datasets, Autoloads, > package:base > > __ > [EMAIL PROTECTED] mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Roger Bivand Economic Geogra

[Rd] na.exclude.default returns class "omit" (PR#6420)

2004-01-21 Thread Roger . Bivand
Sorry to be difficult, but in devel: stat/R/nafns.R line 32 na.omit.default is now class "exclude" and na.exclude.default line 86 is still class "omit"! I know I need new glasses, don't I? Roger PS. na.*.data.frame() seem consistent! -- Roger Bivand Econonic Geograp

[Rd] rstandard.glm() in base/R/lm.influence.R

2004-01-20 Thread Roger Bivand
$hat)) be: res / (sqrt(summary(model)$dispersion * (1 - infl$hat))) on line 117 in base/R/lm.influence.R? Best wishes, Roger -- Roger Bivand Econonic Geography Section, Department of Economics, Norwegian School of Economics and Business Administration, Breiviksveien 40, N-5045 Berg

[Rd] na.exclude.default returns class "omit" (PR#6420)

2004-01-07 Thread Roger . Bivand
Full_Name: Roger Bivand Version: 1.8.1, R-Devel OS: Linux Submission from: (NULL) (129.177.30.18) na.exclude.default() in src/library/base/R/nafns.R in 1.8.1 and stats/R/nafns.R in devel copies na.omit.default() and sets: attr(omit, "class") <- "omit" while na.ex

[Rd] identify() seg.faults (PR#4057)

2003-09-03 Thread Roger . Bivand
Full_Name: Roger Bivand Version: 1.7.1 OS: i686-pc-linux-gnu Submission from: (NULL) (129.177.30.18) identify() seg.faults when x is an empty list, when the n argument is given a positive value, avoiding the check for non-positive n (n <- length(x) when x is the non-existent x component of