[R] Vista truncated Sys.getenv("PATH") when and only when running as administrator

2009-11-26 Thread Keith Ponting
MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base This may be related to http://tolstoy.newcastle.edu.au/R/e6/devel/09/01/0259.ht

Re: [R] Memory allocation

2009-01-19 Thread Keith Ponting
Gabriel Margarido gmail.com> writes: > ... I looked for a way to return the values > without copying (even tried Rmemprof), but without success. Any ideas? > ... I solved similar problems using the R.oo package, which emulates pass-by-reference semantics in 'R'. HTH Keith

[R] debugger dump.frames and argument "..." is missing, with no default

2009-01-14 Thread Keith Ponting
datasets methods base I get this debugging error whether I enter the code directly, source a .R file or invoke with Rscript, under SuSe linux 10.3 (as above) but also get it if I try under Windows Vista with R version 2.8.0 Patched (2008-10-21 r46766). (It all works perfectly happily without t

[R] xspline, graphical parameters and MAXNUMPTS

2008-12-04 Thread Keith Ponting
thout recoding everything into grid.) Thankyou, Keith Ponting R version 2.8.0 (2008-10-20) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain c

[R] dir.create only gives first character of name when warning

2008-11-14 Thread Keith Ponting
ed Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base Thanks in advance, Keith Ponting Aurix Ltd, Malvern WR14 3SZ UK __ R-help@r-project.org mailing

Re: [R] histogram loses top row with alpha transparency under Windows

2008-10-14 Thread Keith Ponting
Thankyou for your response. > From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] > Sent: 14 October 2008 12:09 > To: Keith Ponting > Cc: [EMAIL PROTECTED]; r-help@r-project.org > Subject: Re: [R] histogram loses top row with alpha transparency under > Windows > > I *pres

Re: [R] histogram loses top row with alpha transparency under Windows

2008-10-10 Thread Keith Ponting
to make visible a "small" distribution on the skirt of a large one, which means that scaling the bar heights is not sufficient. I have worked around the problem by modifying panel.histogram to _clip_ the bar heights. Keith Keith Ponting Aurix Ltd, Malvern WR14 3SZ UK

[R] histogram loses top row with alpha transparency under Windows

2008-10-08 Thread Keith Ponting
nting" user "kponting" Keith Ponting Aurix Ltd, Malvern WR14 3SZ UK __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guid

[R] Vanishing boxplots with transparency and zero margins

2008-09-30 Thread Keith Ponting
single plot cols <- hcl.spread(2,twist=-90,c=60,alpha=0.7) par <- par(mfrow=c(1,1),mar=c(0,0,0,0)) repeat.box(1) # outliers only par <- par(mfrow=c(1,1),mar=c(1e-10,0,0,1e-10)) repeat.box(1) # boxplots as expected Keith Ponting Aurix Ltd, Malvern WR14 3SZ UK

Re: [R] Location of HTML help files

2008-07-31 Thread Keith Ponting
ing there by following the link on the R documentation page (file:///C:/Program%20Files%20(x86)/R/R-2.7.1/doc/html/index.html) Keith Ponting Aurix Ltd, Malvern WR14 3SZ UK __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-he