Re: [R] paste (CTRL + v) not working rgui

2015-02-17 Thread small_Data88
Hello, I am sure you have solved this problem, but I just experienced this
same problem. I was able to fix this by closing my current R session and
then reopening a new one. So, close your current R session and then open a
new one and then you should be able to cut,copy,paste, etc :)

I am running R 3.1.1 on a Windows 7 machine.



--
View this message in context: 
http://r.789695.n4.nabble.com/paste-CTRL-v-not-working-rgui-tp4480645p4703404.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.


Re: [R] paste (CTRL + v) not working rgui

2012-03-19 Thread Tyler Rinker

I attempted the advice of Ajay but found that the names ◦Network DDE DSDM, 
◦Network DDE, ◦Clipbook  were not found in that location.
Here's a bit more information about the problem I've discovered.  I have a 
manual I've created of useful R tricks I've elarned that I created as a word 
doc but store as a pdf because it's faster to load and work with.  I've done 
this as long as I've used R.  The problem occurs when I've cut and pasted from 
a pdf to R.  I can get the problem to replicate by doing this over and over 
again.  Here's the weird thing: I can not replicate this problem in R 2.14.1.  
Also if I wait a duration of time the problem goes a way (maybe an hour or two) 
but returns again of I try to cut and paste from a pdf.
Not sure what's going on but it may have to do with encoding issues, but why 
has this not been a problem until R 2.14.2?
Date: Sun, 18 Mar 2012 16:56:50 +
From: aa2e...@yahoo.co.uk
To: lig...@statistik.tu-dortmund.de; aa2e...@lycos.co.uk
CC: r-help@r-project.org
Subject: Re: [R] paste (CTRL + v) not working rgui

 
 
I've definitely encountered problems when running programs without 
administrator righs. Perhaps that was down to virus/spyware protection software.
 
At this linkhttp://forums.techarena.in/windows-software/1258938.htm there is 
the following suggestion
 
1.Click on Start
2.Type Run in Search and hit Enter
3.Type services.msc and hit enter
4.Find These services: ◦Network DDE DSDM.
◦Network DDE.
◦Clipbook.
 
5.Right Click on Each
6.And select Restart
 
NOt tried it - as I do not have the prolem - but it sounds plausible.
 
The alternative to the first 3 steps is Administration Tools + SERVICES>
 
[[alternative HTML version deleted]]
 

__
R-help@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.  
  
[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] paste (CTRL + v) not working rgui

2012-03-18 Thread Ajay Askoolum


I've definitely encountered problems when running programs without 
administrator righs. Perhaps that was down to virus/spyware protection software.

At this linkhttp://forums.techarena.in/windows-software/1258938.htm there is 
the following suggestion

1.Click on Start
2.Type Run in Search and hit Enter
3.Type services.msc and hit enter
4.Find These services: ◦Network DDE DSDM.
◦Network DDE.
◦Clipbook.

5.Right Click on Each
6.And select Restart

NOt tried it - as I do not have the prolem - but it sounds plausible.
 
The alternative to the first 3 steps is Administration Tools + SERVICES>

[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] paste (CTRL + v) not working rgui

2012-03-18 Thread Uwe Ligges



On 18.03.2012 07:44, AAsk wrote:

I am using 2.14.2 and use CTL+C&  CTL+V all the time without any
surprises; it simply works.

I suspect that you are using 2.14.2 on Windows 7 computer as user who
does not have Administrator provileges. If that is the case, by
default, R will not have access to the clipboard, hence the failures.


No, you do not need any special privileges to use the clipboard via 
Ctrl-c + Ctrl-v


I checked it myself on a Win 7 machine and it works perfectly for me, 
hence I guess this is some other R unrelated software interaction on the 
machine of the OP.


Uwe Ligges



Try starting R as Administrator, check Copy and Copy + Paste, and
update this thread.

__
R-help@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.


__
R-help@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.


Re: [R] paste (CTRL + v) not working rgui

2012-03-18 Thread AAsk
I am using 2.14.2 and use CTL+C & CTL+V all the time without any
surprises; it simply works.

I suspect that you are using 2.14.2 on Windows 7 computer as user who
does not have Administrator provileges. If that is the case, by
default, R will not have access to the clipboard, hence the failures.
Try starting R as Administrator, check Copy and Copy + Paste, and
update this thread.

__
R-help@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.


[R] paste (CTRL + v) not working rgui

2012-03-17 Thread Tyler Rinker

R community,
I feel almost embarrassed to ask this question as it is strange behavior.  When 
I think there's a bug around R or a package I ask "Self it's not a bug what 
dumb thing are you doing?"  
I'm running version 2.14.2 (2012-02-29) on a Windows 7 machine using the 
standard rgui
Ever since I downloaded this latest version I have been having difficulty using 
the windows commands cut and paste (mostly paste) [CNTRL +V].  The problem has 
gotten worse and now I can't paste at all.  This is unique to the 2.14.2 
version as I have no problems using paste in version 2.14.1.  I can also 
cut(CNTRL + c) from the gui and paste elsewhere but not paste withing the gui. 
To specify neither the shortcut command CNTRL + V  or right click/paste works.  
This problem does not occur in other programs either.
I assumed this is a Windows problem at first (and Is till haven't ruled that 
out but that the problem is specific to just the 2.14.2 gui indicates it's not 
a Windows problem) and thought I had a malware that was causing this behavior.  
I've run Webroot and Malwarebites in safe mode and nothing has changed.  I've 
rebooted R several times (which has never alleviated the problem) as well as 
the computer several times (which sometimes alleviates the problem but no 
longer seems to help). I've uninstalled R v. 2.14.2 and reinstalled.  No 
change.  I tried a system restore to 2012-2-19 (and again reinstalled R 2.14.2) 
and no change in behavior.
I appreciate any direction anyone can give me with solving this problem as I 
use the command very frequently.
Cheers,Tyler Rinker   
[[alternative HTML version deleted]]

__
R-help@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.