Re: [R-SIG-Mac] Clipboard problems

2014-09-03 Thread Hans-Jörg Bibiko
On 03 Sep 2014, at 14:29, peter dalgaard pda...@gmail.com wrote: This works, presumably because text connections are not non-blocking: readLines(textConnection(system(pbpaste,intern=TRUE))) [1] line 1 line 2 line 3” or the following should also work on each OSX readLines(pipe(pbpaste|awk

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Hans-Jörg Bibiko
... I've forgotten to mention selecting lines AND if these lines are inside of a {...} pair ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Phantom Text

2013-01-20 Thread Hans-Jörg Bibiko
On Jan 21, 2013, at 12:27 AM, Joseph Coyle wrote: Regarding the phantom text problem I have had a poke around the subversion tree and found that the bug was introduced in the subversion commit from 28 August 2012 10:02:49 GMT+01:00. Specifically the method: -

Re: [R-SIG-Mac] block selection

2012-07-31 Thread Hans-Jörg Bibiko
Hi, this 'tricky bug' was fixed and will be part of the next release. (Of course it's already available at the nightly built). Cheers, --Hans ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

[R-SIG-Mac] Question on warnings like wchar_t is Unicode on this platform

2012-07-19 Thread Hans-Jörg Bibiko
Hi, [Since I have not a Windows machine at hand - I cannot say if it's a general R issue.] I'm dealing with some texts written in languages which are using e.g. this character: Ɂ U+0241 LATIN CAPITAL LETTER GLOTTAL STOP UTF-8: C9 81 An naïve example: print(Ɂ) and I get: [1] \u0241

Re: [R-SIG-Mac] Tab setting in R.app editor

2012-06-09 Thread Hans-Jörg Bibiko
On Jun 9, 2012, at 2:05 AM, zListserv wrote: Is there a way to change to default tab stop setting from the present 4 characters (stops at 5, 9, etc) to 8 characters (stops at 9, 17, etc)? Yes, you can set it by executing the following line in the Terminal: defaults write org.R-project.R R

Re: [R-SIG-Mac] Crash on pasting large amounts of text.

2012-05-03 Thread Hans-Jörg Bibiko
Hi Demitri, could you please disable in R's preference Editor Show line numbers and then try it again. Does R.app crash? It seems that this is an issue of wrapping text in conjunction with line numbering. Cheers, --Hans ___ R-SIG-Mac mailing list

Re: [R-SIG-Mac] Graphic export

2012-04-08 Thread Hans-Jörg Bibiko
On Apr 8, 2012, at 9:18 PM, Holger Schulz wrote: I tried to export a plot to a PDF file with pdf(). The resulting PDF file could not be opened. Preview reports the file may be damaged. Couldn't open it with Skim, either. Is there any trick? Did you close by executing dev.off() the file

Re: [R-SIG-Mac] Wish for the GUI: themes

2012-03-13 Thread Hans-Jörg Bibiko
On 13 Mar 2012, at 13:15, Timothy Bates wrote: Hi, Teaching with R, I find the mac GUI very nice, and so do students once they see the shortcuts etc. (I don’t get why mac people would use R-Studio…) For myself, I still use a customized Textmate command bundle to work with R. One thing

Re: [R-SIG-Mac] Strange behavior of R when opening a Rdata file

2012-03-01 Thread Hans-Jörg Bibiko
On 1 Mar 2012, at 06:12, Randy Lai wrote: Any solution for this now? This has been confusing me for a while. I need to open Rdata files very often. Randy, the good news is I know why (Apple changed a bit the structure of such opening AppleScript event descriptor in Lion), the bad news is I

Re: [R-SIG-Mac] Create custom menus in R

2012-02-29 Thread Hans-Jörg Bibiko
On 22 Feb 2012, at 14:23, Marcio Pupin Mello wrote: does anyone know whether there is a similar function for Mac? I mean... is there an winMenuAdd funtion for R users on Mac? Thanks in advance, As far as I know no. But to implement such a feature is quite easy. The only thing I'm

Re: [R-SIG-Mac] R GUI: expansion of paths in Console when dragging from Finder

2012-02-21 Thread Hans-Jörg Bibiko
On 22 Feb 2012, at 00:28, jochen laubrock wrote: in R.app (GUI), dragging a folder into the Console used to expand the full path to the folder as far as I remember. Now the behavior seems to have changed. In many cases, the full path is still expanded (somewhat; the tilde abbreviation ~

Re: [R-SIG-Mac] Shortcut to apply comment character to a block of code in editor?

2012-02-02 Thread Hans-Jörg Bibiko
On 2 Feb 2012, at 15:22, Carl Witthoft wrote: Hi, Someone claimed in this StackOverflow thread http://stackoverflow.com/questions/9107695/r-comment-out-block-of-code that the sequence CMD-OPT-` would comment the selected block. What it does, on my machine, is to place the ` at the

Re: [R-SIG-Mac] ESC key and STOP button not working in R 2.14.1

2012-01-09 Thread Hans-Jörg Bibiko
On 09.01.2012, at 14:28, Ken Knoblauch wrote: but how about if I have an uncompleted command, i.e. with + prompt. ESC used to jump out of that [...] I've to admit your point. I fine-tuned that behaviour in such a way that if R prompts : + the user has the chance to abort the current

Re: [R-SIG-Mac] GUI bracket-matching and window positioning

2011-07-14 Thread Hans-Jörg Bibiko
Hi Tim, thanks for the report. On 14 Jul 2011, at 17:30, Tim Cole wrote: 1. I'm curious what determines where new editor and quartz windows are positioned. Usually editor windows appear in the middle of my screen, and successive windows in the session shift down and to the right. My

Re: [R-SIG-Mac] any way to tell R.app to clear console (other than simulating cmd-option-L)?

2011-07-05 Thread Hans-Jörg Bibiko
On 5 Jul 2011, at 19:58, Timothy Bates wrote: I’d like to send an applescript command to R.app (from Textmate) to clear the console (as is achieved by “Edit:Clear Console”) Is there an R function that achieves that, or calls R.app’s menu items? Hi Tim, simply call this AppleScript which

Re: [R-SIG-Mac] R Workspace Browser filterable and sortable (pref by size)

2011-05-26 Thread Hans-Jörg Bibiko
On 26 May 2011, at 18:19, David Winsemius wrote: On May 26, 2011, at 11:44 AM, Timothy Bates wrote: Fantastic that the revamped editor has variable finding (type yourData$ then tab if you have not already)!! I had not. That _is_ a nice surprise. For the records the Mac GUI now makes usage

Re: [R-SIG-Mac] ? as a valid help request

2011-05-25 Thread Hans-Jörg Bibiko
On 25 May 2011, at 18:14, Timothy Bates wrote: I wonder if there could be a way to allow querys like the following to succeed by changes to the gui command line? ? Error: unexpected '' in ?” Hi Tim, did you try to simply select the pattern (here ) and press CTRL+H or right-click for

Re: [R-SIG-Mac] Paranthesis highlighting

2011-05-11 Thread Hans-Jörg Bibiko
On 11 May 2011, at 18:10, Sascha Wolfer wrote: Since the upgrade to R 2.13.0 on my Mac (OS X 10.6.7, R GUI 1.40 (5751)) the highlighting of matching parantheses doesn't work the way it used to. It doesn't highlight the matching parantheses while typing, but it still does while scrolling

Re: [R-SIG-Mac] function hint is missing in 2.13.0

2011-05-10 Thread Hans-Jörg Bibiko
On May 7, 2011, at 5:50 PM, Robert M Hirsch wrote: I downloaded R version 2.13.0 (2011-04-13). I am using [R.app GUI 1.40 (5751) i386-apple-darwin9.8.0] I do not get a function hint at the bottom of the console. I looked at the preferences and see that function hint is checked. Hope