An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120914/7d4299a4/attachment.pl>
ctrl+r does not work sometimes
4 messages · Jie, Greg Snow, Duncan Murdoch +1 more
I can confirm that I have this problem occasionally as well (windows 7 laptop), I see it more often when clicking the button in the GUI that does the same as ctrl-R. Here is my sessionInfo: R version 2.15.1 (2012-06-22) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base
On Fri, Sep 14, 2012 at 8:44 AM, Jie <jimmycloud at gmail.com> wrote:
Dear All,
This might be a tiny question but I do not know the reason. On my desktop,
sometimes when I use the mouse or ctrl+A select a piece of R script, and
use ctrl+R to run it,
there is no action. If I redo it, it may work.
On my laptop, it is fine. Both are running windows 7.
Best wishes,
Jie
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Gregory (Greg) L. Snow Ph.D. 538280 at gmail.com
On 14/09/2012 10:44 AM, Jie wrote:
Dear All, This might be a tiny question but I do not know the reason. On my desktop, sometimes when I use the mouse or ctrl+A select a piece of R script, and use ctrl+R to run it, there is no action. If I redo it, it may work. On my laptop, it is fine. Both are running windows 7.
It sounds as though there's a bug somewhere, but without a reproducible example, I doubt if it will be pursued. So the next step is to pay close attention to what you did just before this failure, with a goal of developing instructions that cause it to happen every time (or a high proportion of times). If you can tell me how to reliably reproduce the problem, I can probably track it down and fix it, but without those, I won't try. Duncan Murdoch
Hello, It never happened to me, ctrl-r always works. But I seldom use ctrl-a and even less times click on the run icon. So it seems to be a conflict with those. sessionInfo() R version 2.15.1 (2012-06-22) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Portuguese_Portugal.1252 LC_CTYPE=Portuguese_Portugal.1252 [3] LC_MONETARY=Portuguese_Portugal.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Portugal.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Rcapture_1.3-1 lattice_0.20-6 sos_1.3-1 brew_1.0-6 [5] mvtnorm_0.9-9992 loaded via a namespace (and not attached): [1] fortunes_1.5-0 grid_2.15.1 tools_2.15.1 Rui Barradas Em 14-09-2012 19:02, Duncan Murdoch escreveu:
On 14/09/2012 10:44 AM, Jie wrote:
Dear All, This might be a tiny question but I do not know the reason. On my desktop, sometimes when I use the mouse or ctrl+A select a piece of R script, and use ctrl+R to run it, there is no action. If I redo it, it may work. On my laptop, it is fine. Both are running windows 7.
It sounds as though there's a bug somewhere, but without a reproducible example, I doubt if it will be pursued. So the next step is to pay close attention to what you did just before this failure, with a goal of developing instructions that cause it to happen every time (or a high proportion of times). If you can tell me how to reliably reproduce the problem, I can probably track it down and fix it, but without those, I won't try. Duncan Murdoch
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.