similar to: Windows RGui line editing

Displaying 20 results from an estimated 2000 matches similar to: "Windows RGui line editing"

2010 May 02
2
Retrieve regular expression groups
I'm trying to figure out how to get the text captured by capturing groups out of a regex match. For instance, let's say I have the pattern "foo ([^ ]+)" and I match it against the string "This is a foo sentence I am reading." The group in the pattern will match the word "sentence" in the target string. How can I get access to this matched group? All I
2009 Sep 16
2
Generalized cumsum?
Is there anything like cumsum and cumprod but which allows you to apply an arbitrary function instead of sum and product? In other words, I want a function cumfunc(x, f) that returns a vector, so that for all n up to the length of x cumapply(x,f)[n] = f(x[1:n]) This would give cumsum and cumprod as special cases when f=sum or f=prod. I could write such a function, but I can't see
2009 Apr 15
0
ave returns wrong type
I've been using the ave function to compute some statistics on a data frame. After a while I noticed that, for some reason, it was returning numerical statistics as strings instead of numbers. I delved into the code of the functions and traced the problem to the following fact: ave uses split<- to do its work. Specifically, it does "split(x, g) <- lapply(split(x, g),
2009 Apr 19
1
ave returns wrong data type (PR#13664)
Full_Name: Brendan Barnwell Version: 2.9.0 OS: Windows XP Pro Submission from: (NULL) (71.102.131.29) The ave() function returns an incorrect datatype. Specifically, ave(x, g, f) always returns a vector with the same mode as x, rather than using the mode of the vector returned by f. Observe: > x [1] "A" "B" "C" "A" "B" "C"
2006 Jan 03
1
Problem with date & time on Aastra480isincerelease 1.3
Actually it worked, but only after I defaulted all the settings on the phone and let it pick the config up fresh. Anyone know if there is any headset config options to default to headset/speaker? Thanks Lee -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Lee Archer Sent: 03 January 2006 14:49 To:
2010 Mar 10
0
Tinn-R RGui Send problem
ComRades, On a recent Windows XP system that I have to use at work, I installed Tinn-R 2.3.4.4 and R 2.10.1 When I mark-select a piece of code, say summary(x) written in Tinn-R and send it to the RGui using the send button, the RGui console instead of showing me my piece of code, it shows something like source(.trPaths[5], echo=FALSE, max.deparse.length=150) The code is executed fine but if
2008 Jul 11
3
Start preferred RGui
Dear R users, I have been having a problem since I installed the new versions of TinnR and R on my computer (1.19.4.7 and 2.6.0 respectively). I used to open R by the command "start preferred RGUI", on the "R" tab of TinnR's menu. But now, since I updated both softwares (which was necessary for some compatibility issue with Windows Vista), the path for my preferred RGui (
2004 Jun 30
1
Large addresses (Rgui.exe editing)
I'm running R under a 32-bit Win2003 Server with 24 Go RAM ... I read the FAQ and found that I have to edit my boot.ini file with the "/PAE" switch; Done. I noticed also that I have to set the R image header with the flag "/LARGEADDRESSAWARE", but to do this I need Microsoft Visual Studio 6.0 software that I do not have ... Because Pr Ripley clearly mentionned the steps
2007 Aug 24
1
How to provide argument when opening RGui from an external application
Dear R-users, I have written a small application (in visual basic) that automatically generate some R scripts. I would like to execute these scripts when my application is being closed. My problem is that I don't know how to pass the 'source(c:/.../myscript.r)' instruction when I programmatically start RGui. Tinn-R is capable of doing such things, so I guess there must be a way
2006 Mar 03
9
Preferred editor(s) dialplan coding?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all, First of all, hello again! Been a while since I've posted to the list, but I've been here lurking and watching ;-) Anyway, I wanted to pose a general question to the list to see if it turns up new suggestions for everyone/me. What is your preferred editor when coding in the dialplan? This is mainly aimed at those of you who write
2005 Oct 27
0
Re: [Zabbix-users] icmpping not working
hello friends, You are right, changed the user to root, and icmpping and icmppingsec are working now!!! Thank you!!!! On 10/26/05, Fortin, Benoit <benoit.fortin@cgi.com> wrote: > > > Hi, > > The setuid of fping was already set, as you can see : > > zabbix@wirelessKTM:~/fping-2.4b2_to$ ls -l fping > -rwsr-xr-x 1 zabbix zabbix 69258 2005-10-26 17:59 fping >
2006 Jan 27
2
Name/username (sip show peers)
How can I make it more readable? Name/username 601/601 123456789/123456789 voipbuster/abcd 601 = hotline 123456789 = Peter Pan only voipbuster/abcd is easy read/understandable! bye Ronald Wiplinger
2002 Mar 06
0
Easy way of sharing sub-directories?
We are gradually migrating our users away from Sun Solstice NFS client over to using Samba on the Solaris servers. The PCs that the users use run Windows NT. We've hit a snag. Some of the directories that we are sharing out need to have the drive letters mapped to sub-directories of the share. This seems to be possible with Windows 2000 and Windows XP, but NT doesn't seem to be able to do
2012 Feb 03
3
SPATIAL QUESTION: HOW TO MAKE POLYGONS AROUND CLUSTERS OF POINTS AND EXTRACT AREAS AND COORDINATES OF THESE POLYGONS?
Imagine that I have a large number of points (given by coordinates x and y) that vary in density per space. For the purpose of demonstration it could be generated like this: s <- data.frame(x=runif(10000,0,900),y=runif(10000,0,900)); plot(s) I want to create polygons around the points where point density is greater than a selected threshold (for example, by using krieging or equivalent
2009 Aug 23
1
customizing RGui/Rconsole
Is it possible to change the behavior of RGui/RConsole under MS Windows so that, if you submit a bunch of commands from a script window, when they've finished, focus is given to the Console, and not (as now) to the script? ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2017 Oct 08
0
My sub-folder with Outlook work-around to date
You can give mail location and home directory from userdb or passdb. For userdb, return mail=something:~/something and for home use home=/path/to/home For passdb, you can return userdb_mail and userdb_home Aki > On October 8, 2017 at 1:14 PM Philon <bytesplit at gmail.com> wrote: > > > Hi David, > > I somehow remember that there is a way to get the mail_location from
2009 Apr 15
2
Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window
Hi, all, Using RGui, is it possible to create a graphics window that can be moved outside of the RGui window? (This can be done--in fact must be done--using Rterm, but I wish to use RGui.) My interest for this is to use two monitors: in "my private monitor" I wish to execute R code in the Rgui window; in "the public monitor" I want the audience to see the results in the
2000 Dec 19
1
A bug (?) in Rgui Configuration Editor (buffer lines) in R1.2.0 for Windows (Rgui.exe)
Dear R users: Today (December 18th) I downloaded R1.2.0 for Windows from ftp://ftp.stat.unipd.it/users/guido/RWin and then invoked its Rgui.exe to change its gui configuration. After I set new values in Rgui configuration Editor frame and saved the set of new parameters as a "Rconsole" file, then I re-started Rgui and R issued an error message concerning the buffer-line-value in the
2016 Jan 05
0
For integer vectors, `as(x, "numeric")` has no effect.
>>>>> Josh O'Brien <joshmobrien at gmail.com> >>>>> on Mon, 4 Jan 2016 16:16:51 -0800 writes: > On Dec 19, 2015, at 3:32 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>>> Martin Maechler <maechler at stat.math.ethz.ch> on >>>>>>> Sat, 12 Dec 2015 10:32:51 +0100
2009 Jan 23
2
forward slash vs double backslash R and Tinn-R
I installed the newest version of R and once again ran into problem with Tinn-R failing when trying to use the R explorer. I had this problem once before and solved it when I added the following .trPaths = c( 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/search.txt', 'C:/Documents and