similar to: get command history?

Displaying 20 results from an estimated 10000 matches similar to: "get command history?"

2002 Jul 12
2
Another question about getting command history
Hello everyone, Thanks to the people who so kindly responded to my earlier query about how to get R to retrieve my previous command when I hit the up-arrow key. Several people pointed out to me that in order to enable this feature I need to re-install R with the GNU readline library. My question now is: how do I accomplish this? Can anyone tell me what changes I need to make to the
2001 Sep 15
1
Command-line history not working...
I am trying to build [R] v1.3.1 *locally* on a Sun Solaris 8 machine. One problem I am currently struggeling with is to make the command-line history function to work. I have installed GNU readline version 4.2 (latest version). Looking at the "config.log" file it seems that all readline related checks, e.g. "readline/history.h", passes (they did not before installing GNU
2001 Jun 27
1
History via arrow keys broken (PR#999)
Full_Name: Bill Kristan Version: 1.3.0 OS: Linux Mandrake 8.0 Submission from: (NULL) (138.23.159.84) I just downloaded the "unofficial" Mandrake 8.0 rpm from cran. So far the only problem I've encountered is that my arrow keys no longer scroll through my command history, but give ^[OA and ^[OB instead. Left and right arrow navigation within a line is also broken. I checked
2002 May 28
1
hitting ^C breaks readline history (PR#1606)
Full_Name: Cyril Humbert Version: 1.5.0 OS: linux Submission from: (NULL) (193.50.159.2) Hitting ^C breaks readline history (when R is stared in an xterm). xterm -e R ^C -> arrow key and history stop working. For example, up-arrow gives "^[[A". ldd ./R.bin [../..] libreadline.so.4.1 => /usr/lib/libreadline.so.4.1 (0x40020000) libncurses.so.5 =>
2003 May 16
1
1.7.0 installation problem
Hello, I'm having a problem trying to upgrade from R 1.6.0 to 1.7.0 on our Suns. We're running Solaris 8 and we're using gcc 3.2.3. The problem is that I get a bunch of error messages about a missing subroutine Rdconv::fill during the "make" of 1.7.0, although I didn't have this missing subroutine problem back when I installed 1.6.0. Can anyone suggest how I can
2006 Mar 24
1
R for MacOSX - History and command line problems
Hi! I have the following issues using "R for Mac OS X 2.2.1" (from the ppc-.dmg) on a Mac OS X 10.4.5: 1) The command history is never saved (automatically) to .Rhistory. (The file stays empty.) 2) If I save a history to some file via the "Save History" button, and I load it afterwards via "Load History", only the first entry of the saved History appears in
2009 Dec 01
2
go back a block of code in history
Suppose I run the following code in the R session. At the last prompt '>', I want to retrieve the second command (staring with 'y'). But I have to type up arrow many times, which is very inconvenient. I'm wondering if there is a way to configure R to skip block of code in the history? > x=list(a=c(1,2),b=c(3,4,5)) > y=list(a=c(1,2),b=c(3,4,5)) > lapply(seq(along=x)
2009 Dec 01
2
go back a block of code in history
Suppose I run the following code in the R session. At the last prompt '>', I want to retrieve the second command (staring with 'y'). But I have to type up arrow many times, which is very inconvenient. I'm wondering if there is a way to configure R to skip block of code in the history? > x=list(a=c(1,2),b=c(3,4,5)) > y=list(a=c(1,2),b=c(3,4,5)) > lapply(seq(along=x)
2000 Jun 13
2
command history under cursor keys
g'day R friends, I was hoping someone could provide me with advice as to my dysfunctional 'arrow' keys. Instead of browsing thru my command history they just move my cursor. What have I done wrong? My TERM seems ok for other unix apps. I'm running under hpux 10.20 with R1.0.0 thanks, John Strumila -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2006 Mar 03
2
Command-line editing & history
Hi all, Are there any plans to add more functionality to command-line editing and history editing on the command line? In MATLAB (I know, comparisons are odious ...), you can type "p" and up-arrow on the command line and scroll through the recently entered commands beginning with "p". This is a very useful feature and something that I believe is not replicated in R. Please
1999 Feb 27
1
history (PR#127)
Full_Name: john hughes Version: 0.63 OS: Linux 4.2 Submission from: 195.147.221.243 (195.147.221.243) Unable to get previous commands(history)using the cursor key. Cursor UP Arrow Key produces '[A' or something similar backspace produces '[B'. No .Rprofile or .B file created on installation. I've tried creating them but couldn't find out what commands to put in to get
2006 Feb 08
1
last command history???
Hi, I am using R 2.2.0 on Mac OS X 10.3.9. But I test the issue also with R 2.2.1 on OS X 10.4 (Tiger) I have a question regarding the functioning of the history from the command line. When I press the 'up-arrow' I call back the last command (everything ok), let's say that I go back until the level n-5, but when I get down to return to the empty line, I cannot reach the empty
2001 Sep 17
1
R console history v/s unix history
Hi i'm new to R and find that the "history" functionality works a little different than in unix. A very convenient feature of history in unix is the ability to recall a comand by typing in !x where x is a letter and the latest matching command in the history that starts with the letter is (re)called. This is useful for instance, when calling a "source" command by !s rather
2010 Jan 07
1
adding 3D arrows to 3D plots
Greetings, I would like to add 3D arrows (i.e. arrow-headed vectors linking X1Y1Z1 to X2,Y2,Z2) to a 3D plot; ideally the sort of plot that can be rotated interactively. Is this possible using plot3d, or another 3d plotter in R? While it is easy to draw segments in plot3d (e.g. below), I haven't figured out how to add arrow heads, or to create 3d arrows from scratch. ##two headless
2004 Feb 03
1
Linux installation problem
Hello everyone, I downloaded the latest Linux version of R and tried installing it, but during the installation process I found that this version of R requires tcl 8.3 and tk 8.3. The problem is that I've been unable to find Linux versions of tcl 8.3 and tk 8.3. The only Linux versions of tcl/tk I've been able to find are 8.4. Has anybody been successful in getting R to install on
2001 Aug 02
1
arrows()/log scale/clipping (?) (PR#1039)
arrows() seems to hang when either x or y scale of the plot is logarithmic and the arrows requested go beyond the plot (by more than a certain amount). I didn't go into C code to find it, but here's a function that exercises the bug a bit ... arrow.bug2 <- function(y0=1,y1=10,log="y") { plot(c(0.1,1),c(1,10),log=log) arrows(x0=0.5, y0=y0, x1=0.5,
2009 Sep 04
2
smbclient gives strange results
Hello, I've been using Samba on a Sun server but we recently discontinued using the Sun and switched to using Samba on a RH linux server. I can't get file sharing to work on the new server. When I test the connection to the samba server (velar) by running smbclient //velar/homes -U eric I get an error message referring to NT_STATUS_BAD_NETWORK_NAME. I can't find any reason for this
2016 Apr 12
2
Adding Two-Headed Arrow in map legend
Hello Jim, Thanks again. I am getting the two-headed arrow but I cannot seem to get the coordinates right for the arrow to appear beneath the map. These coordinates puts the arrow on the left hand side. Thanks again! Sincerely, Milu On Tue, Apr 12, 2016 at 1:15 PM, Jim Lemon <drjimlemon at gmail.com> wrote: > Hi Milu, > There is a two-headed arrow on the image you sent, and it
2006 Dec 11
9
CLI History
What's wrong with the Asterisk CLI history? When I exit the CLI, and re-enter, the last command in the history always defaults to 'stop now'. This is very bad, and it's caused accidental shutdowns more than once. Connected to Asterisk 1.2.9.1 currently running on hera (pid = 17399) Verbosity is at least 3 hera*CLI> A No such command 'A' (type 'help' for help)
2016 Apr 13
0
Adding Two-Headed Arrow in map legend
Hi Milu, My fault here. As I don't have the data to make the map and try out my suggestions I mixed up the x and y coordinates. Try this: par(xpd=TRUE) arrows(-19.75966,53,33.60000,53,code=3) par(xpd=FALSE) Jim On Tue, Apr 12, 2016 at 10:11 PM, Miluji Sb <milujisb at gmail.com> wrote: > Hello Jim, > > Thanks again. I am getting the two-headed arrow but I cannot seem to get