Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Something like that? gsub(" {1,}\w+$", "", C)
Hi, a short question: Is there a special mailing list for Mac-GUI developers? Thanks Hans
... I've forgotten to mention selecting lines AND if these lines are inside of a {...} pair
On 25 Oct 2011, at 14:59, RMSOPS wrote: > Error in strsplit(line, ",*") : non-character argument I wrote strsplit(line, ", *") a " " [space] between , and * !! Cheers, --Hans
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
On 9 Apr 2008, at 17:29, Markus Gesmann wrote: > Would this: > > sapply(strsplit(C, " "), length) > > work for? or length(unlist(strsplit(C, " "))) --Hans
Hi, Bryan has right, selecting lines causes the crash. Just fixing it. I'll send a patch to Simon ASAP. Thanks for the reports! Best, --Hans
On 26.08.2008, at 17:59, Michael Kubovy wrote: > require(sound) > s <- Sine(440,1) > saveSample(s,"sine.wav") > #but not: > play(s) > What does return the command: WavPlayer() on your system? --Hans
As a Greek would say "heureka" I've just committed the fix :) [R.app revision 6127] Now it works from MacOSX 10.5 to 10.8. Best, --Hans
How about this? unletter <- function(word) { gsub('-64',' ',paste(sprintf("%02d",utf8ToInt(tolower(word)) - 96),collapse='')) } unletter("abc") [1] "010203" unletter("Aw") [1] "0123" unletter("I walk to school") [1] "09 23011211 2015 190308151512" --Hans
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
Hi, for presentation purposes I would like to clear to whole console window (like in a UNIX terminal: 'clear'). Is there such a function? If not, I could image that is not too hard to write such a function. Cheers...
Simon, OK, I understood ;) But I have a humble question. Two days ago, I sent you some code snippets for - auto-pair "" and '' - a fix for the file completion bug: '/Users/' and press TAB Did you get them? I sent...
Maybe a good command line tool for playing sounds (aiff aifc wav mp3 ulw au snd mid m4a m4p) on a Mac can be found here: http://www.hieper.nl/html/play.html After downloading you can copy it to...
On 29 May 2008, at 10:39, Gundala Viswanath wrote: > Is there a way to do it? > > For example I tried this: > > args<-commandArgs() > fname <- args[6]."-".args[9] This would work under Perl :) Look for details: ?paste Try this...
On Jan 8, 2010, at 1:41 PM, Barry Rowlingson wrote: > http://www.naturalearthdata.com/downloads/10m-physical-vectors/ > > the one with "scale ranks and tappering" has some metadata which might relate to size... Ah, yes. Thanks a lot!! This...
On 9 Apr 2008, at 17:44, Shubha Vishwanath Karanth wrote: > Got all the answers using ?strsplit... Is there any way without > using string split?... More specifically... How can I just extract > the last word in all the strings without...
Thanks a lot for the hints. I'll try them. Kind regards --Hans ********************************************************** Hans-Joerg Bibiko Max Planck Institute for Evolutionary Anthropology Department of Linguistics Deutscher Platz 6 phone: +49 (0) 341 3550 341 D-04103 Leipzig fax: +49 (0...
Hi, I've just encountered a tiny "bug" in the function quartz.save. It doesn't expand e.g. a leading ~ in the file name. To fix this one could maybe change the function declaration to: ... oc$device <- quartz oc...
On 2 Jun 2008, at 15:18, Federico Abascal wrote: > Hi, > This is likely an stupid question, but I cannot find the solution. > I am searching for an "exit" function, to end the execution of an R > script if some...
Can't find what you're looking for? Try searching with Google .