[Rd] Building R v2.1.1 for Windows

2005-07-02 Thread Erich Neuwirth
m. The supposedly nonempty directories change from build attempt to build attempt. So far, this has not happened when I build R-patched and R-devel which I update from SVN. Erich Neuwirth __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] weigths in boxplot

2005-08-21 Thread Erich Neuwirth
In R 2.2.0 density now can work with weighted obesrvations. It would be nice if boxplot also would accept a weight parameter, then one could produce consistent density estimators and boxplots. Could the developers consider adding this feature? -- Erich Neuwirth, Didactic Center for Computer

[Rd] boxplot.formula and questions about calls and formulas

2005-08-22 Thread Erich Neuwirth
attempt to apply non-function Is there a way to get rid of the empty parentheses at the end of the formula? I think then my code could work. -- Erich Neuwirth, Didactic Center for Computer Science University of Vienna Visit our SunSITE at http://sunsite

[Rd] Questions about calls and formulas

2005-08-22 Thread Erich Neuwirth
attempt to apply non-function Is there a way to get rid of the empty parentheses at the end of the formula? I think then my code could work. -- Erich Neuwirth, Didactic Center for Computer Science University of Vienna Visit our SunSITE at http://sunsite

Re: [Rd] Questions about calls and formulas

2005-08-22 Thread Erich Neuwirth
-paste("weights ~",strsplit(deparse(m$formula),"~")[[1]][2]) m$formula<-formula(myexpr) -- Erich Neuwirth, Didactic Center for Computer Science University of Vienna Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-39902 Fax: +43-1-4277-9399 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Questions about calls and formulas

2005-08-22 Thread Erich Neuwirth
ot;weights". According to the documentation, substitute only handles replacement of variables by something else, and that is not enough in my case. -- Erich Neuwirth, Didactic Center for Computer Science University of Vienna Visit our SunSITE at http://sunsite.univie.ac

Re: [Rd] weigths in boxplot

2005-08-25 Thread Erich Neuwirth
Martin, Frank Harrell's Hmisc has weigthed variants of quite a few statistical estimators, including quantiles. I never have look at how efficiently this is implemented, but as far as I know it works. Erich Martin Maechler wrote: >>>>>>"Erich" ==

[Rd] tapply

2005-09-03 Thread Erich Neuwirth
- unlist(ans, recursive = FALSE) } else { ansmat <- array(vector("list", prod(extent)), dim = extent, dimnames = namelist) } names(ans) <- NULL ansmat[index] <- ans ansmat } ### -- Erich Neuwi

[Rd] Question about colnames behavior

2005-10-02 Thread Erich Neuwirth
ounds So given a onedimensional structure the return behavior of colnames is different depending on the fact if rownames are set or not. Should the behavior of colnames be changed to make the result independent from this fact? -- Erich Neuwirth, Didactic Center for Computer Science University

Re: [Rd] Use of R in C#

2011-05-23 Thread Erich Neuwirth
Please discuss statconnDCOM related problems on its dedicated mailing list. You can subscribe at rcom.univie.ac.at On 5/22/2011 2:31 PM, Andra wrote: > > Jeff Abrams microsoft.com> writes: > >> >> I have a C# program that requires the run of a logistic regression. I have > downloaded the R 2

Re: [Rd] Use of R in C#

2011-06-05 Thread Erich Neuwirth
statconnDCOM (and RExcel) have their own mailing list. Please subscribe at rcom.univie.ac.at and post your questions on that list. On Jun 5, 2011, at 5:53 AM, notoriousnoah wrote: > Everyone refs 3 names spaces. I can ref STATCONNECTORCLNTLib and > StatConnectorCommonLib but > > I don't have t

[Rd] Typo in NEWS file for R-devel

2016-05-01 Thread Erich Neuwirth
From the first page of the NEWS file: (2016-04-29 r70564) isSymmetrix(m) is much faster for large asymmetric matrices m via pre-tests and a new option tol1 (with which strict back compatibility is possible but not the default). It probably should be isSymmetric signature.asc Description: Mes

[Rd] source and textConnection

2009-10-19 Thread Erich Neuwirth
if the corresponding argument is a file name or url? -- Erich Neuwirth, University of Vienna Faculty of Computer Science Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-39464 Fax: +43-1-4277-39459 _

Re: [Rd] source and textConnection

2009-10-22 Thread Erich Neuwirth
it remain like this? I am asking because then I have to adapt a certain mechanism in RExcel. -- Erich Neuwirth, University of Vienna Faculty of Computer Science Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-39464 Fax: +43-1-4277

[Rd] exmaple problems

2010-05-22 Thread Erich Neuwirth
rked #Not Run: The problem does not appear in R 2.10.1 > library(tools) > example(Rdiff) Warning message: In example(Rdiff) : 'Rdiff' has a help file but no examples > -- Erich Neuwirth, University of Vienna Faculty of Computer Science Center for Computer

Re: [Rd] exmaple problems

2010-05-22 Thread Erich Neuwirth
The problem still exists in the beta of R 2.11.1 I just build from the sources. (WinXP) R version 2.11.1 beta (2006-00-00 r0) On 5/22/2010 4:08 PM, Erich Neuwirth wrote: > I do not know if this has been reported already > (I searched the headers of the recent messages to r-devel) >

Re: [Rd] Bridging R to OpenOffice

2007-03-29 Thread Erich Neuwirth
ou a copy. Currently, we are working on a cross-platform alternative to using COM to connect the spread-sheet to R. The platforms in mind are (at least) Windows, Linux and MacOS (X). The spreadsheet program of choice for our next integration will be Gnumeric, where the integration is already work

[Rd] Windows version make installer

2007-12-21 Thread Erich Neuwirth
all. So it might make sense that make myR IMAGEDIR=x does not include all these fixedHTMLLinks in the installer. Erich Neuwirth __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Rprofile.site in Windows version

2008-02-09 Thread Erich Neuwirth
ing these lines and changing the URL will not work. '. at the end of the last line will break the execution. Furthermore library(tools) needs to be run before these lines can be run. -- Erich Neuwirth, University of Vienna Faculty of Computer Science Computer Supported Did

Re: [Rd] Rprofile.site in Windows version

2008-02-13 Thread Erich Neuwirth
You are of course right, library(tools) is not necessary. Duncan Murdoch wrote: > On 09/02/2008 6:44 PM, Erich Neuwirth wrote: >> I think Rprofile.site as installed with R-2.6.2 >> contains some misleading information. >> It contains the following lines >> >>

[Rd] Possible uninstall problem on windows.

2008-10-26 Thread Erich Neuwirth
. Sometimes also running RSetReg.exe creates a second entry like HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\2.7.2 which has identical content with the first one. The registry really looks like having 2 identical entries. Is this something which I should file as a bug? -- Erich Neuwirth, University of

Re: [Rd] rscproxy version conflict

2008-12-22 Thread Erich Neuwirth
[[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > > > -------- > > > No virus

Re: [Rd] rscproxy version conflict

2008-12-25 Thread Erich Neuwirth
packages already were compiled with RC1 of 2.8.1. So by downloading the official versions of R and then some packages from CRAN one had a mixture of old R and new packages which is what you describe as "this should not be done". -- Erich Neuwirth, University of Vienna Faculty of Com

[Rd] fonts in postscript device

2006-08-05 Thread Erich Neuwirth
and/or pdf files also. The easiest solution would be that ps.options accepts the fonts parameter, which it currently does not. That way, one could set the fonts available by default when Sweave uses the postscript device. -- Erich Neuwirth, Didactic Center for Computer Science University of Vie

[Rd] Date and time problems

2006-08-15 Thread Erich Neuwirth
completely correct information, even when Windows timezone information is correct and TZ has the correct value. Is this something which should be corrected? -- Erich Neuwirth, University of Vienna Faculty of Computer Science Computer Supported Didactics Working Group Visit our SunSITE at h

[Rd] Date conversion with as.POSIXct and as.POSIXlt (PR#9196)

2006-09-01 Thread erich . neuwirth
Full_Name: Erich Neuwirth Version: 2.3.1 OS: Windows XP, Linux Submission from: (NULL) (131.130.135.167) Converting Sys.Date() to a POSIX compliant time type in different ways produces inconsistent results: > Sys.date() [1] "2006-09-01" > as.POSIXct(Sys.Date()) [1] "200

Re: [Rd] Date conversion with as.POSIXct and as.POSIXlt

2006-09-07 Thread Erich Neuwirth
s unexpected that using Sys.timezone() as tz argument gives a very strange timezone label. See the following example > Sys.time() [1] "2006-09-05 23:05:48 W. Europe Daylight Time" > as.POSIXct(Sys.time(),tz=Sys.timezone()) [1] "2006-09-05 23:06:06 W. Europe Dayli