similar to: R for MacOSX - History and command line problems

Displaying 20 results from an estimated 1000 matches similar to: "R for MacOSX - History and command line problems"

2008 May 19
1
R syntax, space smaller than space
Hi, I changed something in the package "climatol" especially in the function "diagwl". Dos anybody know where I can put the code in the Internet to discuss it? I made from "C" for gradcelsius "?C" with: unit <- list( temp = expression (paste(#"T ", degree,"C")) ) mtext(unit$temp ,2,col=tcol,las=1,line=3,adj=0,at=55)
2007 Sep 19
1
Strange behaviour of lars method
Hi! When I apply the lars (least-angle-regression) method to my data (3655 features, only 355 data points, no I did not mistype), I observe a strange behaviour: 1) The beta values tend to grow into real high values quite fast up to a point where they overflow and get negative. The overflow is not a problem, I don't need the last part of the analysis anyway, but why do they just
1999 Dec 13
2
Command History
Venables and Ripley's supplementary notes state that Unix R provides a command history mechanism in which previous commands can be recalled using the up and down arrows. My version of R (Digital Unix 4.0) doesn't appear to support this. Is this an installation issue and is there a workaround? Thanks, Philip Smith
2019 Nov 06
4
Possible Font problem with CentOS 7
Hi, I've got a possible font problem with a fully updated CentOS 7 system. An example with the man command. #man kill Should return the following KILL(1) User Commands KILL(1) NAME kill - terminate a process SYNOPSIS kill [-s signal|-p] [-q sigval] [-a] [--] pid... kill -l [signal] but what I actually get is the following KILL(1)
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
2013 Feb 07
1
Saving history across sessions
I have an environment variable `$R_HISTFILE` pointing to `/home/my.username/.RHistory` and the following code in my `.Rprofile` in my home directory: .Last <- function() { if (!any(commandArgs()=='--no-readline') && interactive()){ require(utils) try(savehistory(Sys.getenv("R_HISTFILE"))) } }
2008 Apr 13
1
.Rprofile, date tagging history, loading packages
Dear R-Helpers, I'm fiddling with my .Rprofile in Windows XP & R 2.7.0 Beta. I prefer to manually save my workspace but automatically save my command history via the .Rprofile. That is working fine once I found that "utils::" was required before the loadhistory & savehistory functions. What I would like to do is add a separator line with a date between the histories of each
2017 Mar 03
1
Trouble installing packages when history mechanism is modified by user profile
I tried installing the 'ks' package from my interactive R session, it failed with the following Erreur dans .External2(C_loadhistory, file) : aucun m?canisme d'historique des commandes disponible Calls: <Anonymous> Ex?cution arr?t?e second line is french for "no command history mechanism available", fouth is "execution stopped". This does not happen when I
2009 Apr 08
1
history function does not work correctly (PR#13645)
Full_Name: Joseph Adler Version: 2.8.1 OS: Mac OS X 10.5.6 Submission from: (NULL) (71.142.93.52) According to the help file, the history() function is supposed to show recent command history. However, it does not do this in the current Mac OS X version. Instead, the history function appears to simply show the contents of the file ~/.Rhistory.
2009 Sep 05
1
Is 'history' recorded in Rscript?
Hi, I run the following command and try to save the commands that have been run in the script. But it seems that no history is recorded. Is it because that the history is not recorded in Rscript? Regards, Peng $ Rscript savehistory.R > f=tempfile() > f [1] "/tmp/Rtmp7WBjGG/file327b23c6" > history() Error in savehistory(file) : no history available to save Calls: history ->
2012 Feb 23
1
help - history()
Hi Members, Do exist the possibility to delete a command line into the history? Fo example. If I' ve typed a line code that is wrong, Can I delete it from the hostory in reason to do not save it in the .Rhistory file? Thanks for helping, Gian [[alternative HTML version deleted]]
1999 Jun 14
1
readline/history size (PR#211)
Full_Name: Russell Senior Version: 0.64.0 OS: linux-2.2.x Submission from: (NULL) (198.107.133.11) It appears that the GNU readline history size is limited to 50 entries. This is apparently occurring because R is not bothering to override the readline default value (from readline-4.0): ./history.c:59:#define DEFAULT_HISTORY_GROW_SIZE 50 It appears that it ought to be possible to override
2006 Apr 04
4
checking existence of a partial
Is there a simple way to check for the existence of a partial before displaying it? I have some code that creates a dynamic partial depending on the city a particular object is located in. There are some cities that do NOT have partials defined for them, but I still want the overall page to display. Is there a way to either chefck for existence before displaying (enclosed in an if
2007 Sep 20
0
Problem with lars
Hi! Ok, probably my last mail was too long. Questions are: * Did someone try lars on data with much more components than data points? Did you observe bad overfitting, too? Any other observations? * Why might the lars (least angle regression from lars package) method produce beta values that shoot up into the sky (until they overflow), and why might the Cp values start at a _negative_
2007 Sep 26
1
plot rows of matrix against a vector on one graph
I am very new to R and statistical analysis in general. I am trying to plot a matrix of several hundred rows against a vector of 4 values. This all has to be on the same graph with different rows represented by different color. This sounds like it should not be hard to do, but I am having problems with it. Could someone please help? Any advice appreciated!!! Thank you for your time Olena
2007 Sep 20
2
Comprehensive New Learning Resource for R
Hi Folks, I have created a website with over 70 R tutorials on a wide range of subjects. The site is aimed at data analysts who have an idea about what they would like to do, but don't know how to do it in R. The site should be particularly useful for users of statistical packages like SAS, SPSS, Stata, and Systat who would like to get up and running in R quickly. However, I think that it
2002 Jul 12
1
.Rprofile on MacOSX
I'm new to R, so apologies if the answer to my question is very obvious to everyone else! I use the carbon version of R (1.5.1), not the Darwin version. After a bit of a battle, I'm getting to grips with using R, and really getting to like it, but I'm still having trouble customising startup the way I'd like it. Reading ?Startup, I see that I can specify some commands to be run
2016 Sep 27
2
src/Makevars ignored ?
Le 27/09/16 ? 16:17, Kasper Daniel Hansen a ?crit : > As a package author, it is in my opinion irresponsible to override these > system settings (which is why it is also impossible). You have no idea > what system it is being deployed on, as the it guy dedicated to install and maintain softs on our cluster I have a reasonable knowledge of the systems I work on. I don't want to
2009 Sep 30
1
put some IVR into a queue after the call queuing
Dear all is it possible to handle a queue using a programmed IVR? As i understood, is possible to: - do some IVR in the dialplan BEFORE to queue the call - put a timeout to exit from the call and then do some IVR in the dialplan - intercept a single dialtone to exit the queue and performe some IVR in the dialplan (context setting in the queue) I've tested these things but in each case if i
2007 Jul 09
3
character string to name
Hi folks, I thought I recalled a request for turning a character string into an object name as in: x$as.name("y")<-1:4 OR x<-data.frame(as.name("y")=1:4) However, as.name and a few other uninformed attempts didn't even come close. A search of "character to name" produced no helpful functions. This isn't a very urgent request, but if anyone knows