similar to: Shortcut to run script

Displaying 20 results from an estimated 40000 matches similar to: "Shortcut to run script"

2011 Dec 13
1
Mac shortcut for running a script
Hi, I wonder if there is a mac equivalent to ctrl+r shortcut for running a script line.. (I am using MAC OS X 10.7.2). I saw this post http://r.789695.n4.nabble.com/Shortcut-to-run-script-tp1016619p1016619.html but couldn't find an answer... Thanks a lot, Asaf -- View this message in context: http://r.789695.n4.nabble.com/Mac-shortcut-for-running-a-script-tp4190771p4190771.html Sent from
2002 Mar 05
1
Wine, Windowmaker and the workspace-shortcut
Hi all, I am using wine from SuSe 7.3 Pro on Windomaker to run my Lotus Notes under Linux. My Question: How can I still use my windowmaker-shortcuts to switch to the next workspace (Ctrl-Alt-Right/Left) while running Wine .... Wine does not give me the possibility while running the windows application (Lotus Notes) to accept this shortcut for Windowmaker ... is there a chance to change or
2004 May 06
1
Re: Question about wxMenuBar
Doesn''t seem to happen on Windows. WindowsXP, running ruby 1.8.1 (2003-12-25) [i386-mswin32] and wxRuby 0.3. HTH. -----Original Message----- From: wxruby-users-bounces@rubyforge.org [mailto:wxruby-users-bounces@rubyforge.org] On Behalf Of Kevin Smith Sent: Thursday, 6 May 2004 1:24 PM Cc: Wxruby users list Subject: [Wxruby-users] Re: Question about wxMenuBar I received this question
2012 Jun 18
2
Installing xlsx package on Mac OS X
Hi all, I'm using a Mac port of R on Mac 10.6. I need to install xlsx package but it does not install. Do any of you know a way to install it? Thanks very much. Sincerely, Victoria Xiao [[alternative HTML version deleted]]
2012 Jul 12
2
A simple simulation question
Hi! I would like to post the following question: I was trying to figure out how to do the simulation shown in Fig 10.6 of John Verzani's book 'Using R for Intro Statistics'. It is on page 290, with a description on the previous page. It seems like a simple thing... Just needing to duplicate a procedure. (Perhaps I need to do it with a loop?) This is what I was trying:
2010 May 17
1
packages on R 2.11
Dear users, I've noticed some time ago that some of the packages I use (especially doBy) could not run (yet) on R 2.11. So I kept on using R 2.10. But I think it should be fine by now. So my question is how do I check whether a package is compatible with the last version of R? How can I check whether it works perfectly or whether there are still some bugs to be fixed? I could ask the
2007 Aug 20
2
[Weft QDA users] Weft on Ubuntu -- Ctrl-shortcuts NOT working?
Hi -- have just followed Christophe''s notes to get Weft QDA up and running on my IBM Thinkpad T20 w/Ubuntu 6.06 (Dapper Drake). Am just going thru the manual and trying various things, as I''m new to qualitative analysis AND new to QDA tools. Anyway, one thing I''ve found is that many (and maybe ALL?) of the CTRL-shortcuts mentioned in the documentation are not working
2006 Nov 13
1
Anoying bug in scale when using custom shortcuts
I'm using gandalfn's ubuntu-dev-pakages. I had this bug on beryl before. If I set a custom shortcut for scale (in my case I want to initiate all viewports on the default shortcut <ctrl><alt>Up), initiate_edge is automaticaly set to TopRight, too. The Problem is, I don't want to use the active edges at all. So I go everytime into gconf-editor, remove TopRight from
2011 Jan 09
3
Shortcut key to get to beginniing of line in R?
This is a generalize question: basically, say you are typing a long line of command in R console, and then you realize you forgot to add something in the beginning, is there a way to get to the beginning of the line without pressing the "left" key on the keyboard and waiting for the cursor to get to the beginning, or using the mouse? I'm using windows version of R. Thanks! -- View
2011 Jul 05
1
How to translate string to variable inside a command in an easy way in R
I want to write a function that get 2 strings y and z and does the following R command. temp<-qq1[qq1$z==y,] for example if it get y="AMI" and z="PrimaryConditionGroup" It should do the following temp<-qq1[qq1$PrimaryConditionGroup=="AMI",] I could do it by the following function that is ugly and I wonder if there is an easier way to do it espacielly when temp
2010 May 18
3
"Re: Change class factor to numeric"
sorry I had a mistake sending my question without a subject. I do resend again. Please excuse me. > Hello > I have a data array with soil variables (caperf), in which the variable "clay" is factor (as I see entering str(caperf)) . I need to do a regression model, so I need to have arcilla (=clay) as a numeric variable. For that I have entered > >
2010 May 19
3
save in for loop
Dear users, My problem concerns save() within a for loop. Here is my code: for (i in 1:4) { temp <- data.frame(a=(i+1):(i+10), b=LETTERS[(i+1):(i+10)]) filename <- paste("file", i, sep="") assign(filename, temp) save(filename, file=paste(filename, ".rda", sep="")) } As you can see, save() doesn't work as I would like: (1) the object
2012 Jul 25
2
old weird error message
Dear users, I have a weird questions. A friend of mine, some years ago, supposedly trying to access help files without Internet connection, got something like this error message: "The Pythia is not available, please go to Delphi" When I've heard about it, I found it very funny and I'd like to be able to get it. Does anyone of you know how to get this error message again?
2005 Jul 11
2
[ win32utils-Bugs-2093 ] unable to open existing shortcut
Bugs item #2093, was opened at 2005-07-08 04:43 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=2093&group_id=85 Category: win32-shortcut Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: unable to open existing shortcut Initial Comment: # ## My RUBY version # C:\>ruby -v ruby
2013 Jan 23
2
importing data
Dear All, Sorry for asking a newbie question. I want to ask how to import 1000 datasets whose file names are labelled from data1.dat to data1000.dat into R so that they are named M[1, , ] to M[1000, , ] accordingly. Thank you very much. Best Regards, Ray [[alternative HTML version deleted]]
2009 Dec 04
1
set working directory in Windows XP
Hello everybody, I'm new in the R world and I'm struggling to set the working directory. Up to now, I just set it up every time I start R ( 'setwd()' ) but I'd like it to be set automatically. I've read the FAQ as well as the help on Startup ('?Startup') about the environment variables and profiles but I could not understand what to do: which command line, which
2006 Apr 16
2
Possible to implement Textmate key shortcuts in RadRails?
The Rails demo videos is a great showoff on how productive Textmate editor is. The 15 minute build-a-blog example should be twice as long if there had been no keyboard shortcuts in Textmate. Unfortunately, I use windows and thus RadRails. Does anyone know how to implement the same keyboard shortcut into RadRails? Sebastian Friedrich made an overview of the keyboard shortcuts:
2007 Mar 19
2
Help creating a shortcut in wine
Can anyone help me with how to create a windows shortcut in wine? I want to create windows shortcuts on a Linux box that windows clients can then access. I'm trying to use wine to allow me to create the shortcut on the Linux box. I'm using the wine-0.9.31 version of wine on Fedora Core 5. I've tried two approaches, both fail. I've tried using an autohotkey script. This script runs
2010 Sep 21
2
labels in (box)plot
Dear users, I would like all the ticks on a boxplot (x and y) to be labeled I have checked all the par() arguments but couldn't find what I'm looking for Here is an example to show it: df <- structure(list(SPECSHOR = structure(c(1L, 1L, 1L, 3L, 3L, 3L, 3L, 3L, 4L, 4L), .Label = c("cotau", "dibic", "eqgre", "gicam"), class =
2008 Apr 29
5
Copying error messages text to the clipboard in Wine 0.960
In Wine should you be able to copy the error message boxes thrown up by Windows programs by using the windows copy shortcut, Ctrl-C or does Linux/Ubuntu use another key sequence?