search for: stenka1

Displaying 16 results from an estimated 16 matches for "stenka1".

2008 Jan 18
0
more help needed Re: communicate from Rterm
...refer to tryCatch examples with real handlers. I could not get much out of the examples in the help file. Thanks everybody ----Original Message---- From: ripley at stats.ox.ac.uk Date: 01/11/2008 12:31 To: "Duncan Murdoch"<murdoch at stats.uwo.ca> Cc: "stephen bond"<stenka1 at go.com>, <r-help at r-project.org> Subj: Re: [R] communicate from Rterm I think the confusion may be the assumption that Microsoft's use of 'shell' has anything to do with 'shell' as used in the Unix/POSIX world. For MinGW C executables (like Rterm.exe), redirect...
2009 Mar 31
3
RMySQL compile
I am trying to install RMySQL on OpenSolaris and need to pass some options to configure. Tried the 3 recommended ways of doing it and nothing works, configure cannot find the headers and the libs. I ran configure manually and that worked fine ./configure CC=cc CFLAGS="-dalign -KPIC -xlic_lib=sunperf" LDFLAGS="-L/usr/sfw/lib
2009 Jul 13
1
.RData signature
Is there a way to identify the beginning and end of an .RData file? I am trying to restore lost files on opensolaris where the table of contents is overwritten and will be reading the raw disk byte by byte. I looked at several files in hex and the end seems different, while most of them, but not all begin with RDX2.X Thank you. Stephen C. Bond
2007 Sep 21
2
text formatting
Dear all, Does R have any functions for C/Fortran style text formatting when a number needs to be output right-justified in a fixed length field? say '%2d %3d %5.3f' or like python .rjust(n) and .zfill(n) I can do it paste(), but it is very clumsy. Thank you very much Stephen
2009 May 14
1
text() to label points in ggplot
is there a way to label points in a graph using text(locator(1),"text") after ggplot() or qplot() ? > qplot(date, psavert, data = economics, geom = "line",main="jhdjd")->p > p+opts(text(locator(1),"HHHH"),new=T) does not work. -- View this message in context: http://www.nabble.com/text%28%29-to-label-points-in-ggplot-tp23545135p23545135.html Sent
2008 Jul 14
2
dll problem
I am trying to load a dll compiled with the latest cygwin into R 2.7.0 R version 2.7.0 (2008-04-22) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 I have: Sys.getenv("Path") Path
2008 Jan 11
2
communicate from Rterm
Please, help with announcing an error from Rterm: I am calling R from an Excel VBA and noticed that if there is an error nothing conspicuous happens. I would like just a popup window when R cannot finish cleanly. The "ret " value returned from Shell is useless in determining what happened. Thank you all. ***************************** Public Sub Repo() ds = InputBox("Type in
2008 Mar 31
2
tkconfigure throws an error
Thanks everybody for looking at this. I am trying to assign a script to a button please help: ############ library(tcltk) tt<- tktoplevel() tktitle(tt)<-"the title" heading<-tklabel(tt,text="Enter date as YYYY-MM-DD") l1<-tklabel(tt,text="Reporting date") b1=tkbutton(tt,text="Run") d.val<-tkentry(tt,width=12) tkgrid(heading,columnspan=2)
2007 Dec 14
4
rcom close Excel problem
Hello, I just discovered that I cannot close the Excel application and task manager shows numerous copies of Excel.exe I tried both x$Quit() # shown in the rcom archive and x$Exit() and Excel refuses to die. Thank you very much. S. "You can't kill me, I will not die" Mojo Nixon I also have a problem with saving. It produces a pop-up dialog and does not take my second
2009 Jun 29
5
Help
Hi group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...Elaine Jones)   80. Re: Can I read a file into my workspace from Rprofile.site?       (Duncan Murdoch)   81. Re: use R Group SFBA April meeting reminder; video of Feb k       ( (Ted Harding))   82. Re: use R Group SFBA April meeting reminder; video of Feb k       (Rolf Turner)   83. RMySQL compile (stenka1@go.com)   84. Re: advice for alternative to barchart ( (Ted Harding))   85. To save Trellis Plots on A3 size paper (Portrait and       Landscape) (Debabrata Midya)   86. Re: two monitors (Felipe Carrillo)   87. Re: what is R equivalent of Fortran DOUBLE PRECISION ?       (Steven McKinney)   88. How...
2007 Oct 02
2
using sprintf with dates
hello, Please help with using sprintf with character variables: The following does not produce what i intended foot=function(){ str1=format(Sys.Date,"%Y%m%d") sprintf("99%-4s%s","nm",str1) } I wanted to have "99nm 20071002" as the output.
2008 Nov 07
0
unable to add a new workbook with rcom
[This email is either empty or too large to be displayed at this time]
2007 Sep 19
0
fCalendar
is there a straigthforward way to get the holidays for Toronto ? like the function for NYSE e.g. the timeDate class says that setting a finCenter will give the right holidays, but how? thank you very much. stephen
2008 Jul 14
1
dll problem
I am trying to load a dll compiled with the latest cygwin into R 2.7.0 R version 2.7.0 (2008-04-22) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 I have: Sys.getenv("Path") Path
2009 Mar 29
0
unable to compile package
I am trying to install RMySQL on OpenSolaris and need to pass some options to configure. Tried the 3 recommended ways of doing it and nothing works, configure cannot find the headers and the libs. I ran configure manually and that worked fine ./configure CC=cc CFLAGS="-dalign -KPIC -xlic_lib=sunperf" LDFLAGS="-L/usr/sfw/lib -L/usr/lib -L/usr/local/lib