Skip to content

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.

177 results for “from:Hans-Jörg Bibiko”

Number of words in a string
Hans-Jörg Bibiko · Apr 9, 2008 · r-help

Something like that? gsub(" {1,}\w+$", "", C)

Mac GUI development
Hans-Jörg Bibiko · May 15, 2007 · r-sig-mac

Hi, a short question: Is there a special mailing list for Mac-GUI developers? Thanks Hans

Block indent/un-indent crashes R 3.0 RC
Hans-Jörg Bibiko · Feb 6, 2013 · r-sig-mac

... I've forgotten to mention selecting lines AND if these lines are inside of a {...} pair

strsplit convert data
Hans-Jörg Bibiko · Oct 25, 2011 · r-devel

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

block selection
Hans-Jörg Bibiko · Jul 31, 2012 · r-sig-mac

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

Number of words in a string
Hans-Jörg Bibiko · Apr 9, 2008 · r-help

On 9 Apr 2008, at 17:29, Markus Gesmann wrote: > Would this: > > sapply(strsplit(C, " "), length) > > work for? or length(unlist(strsplit(C, " "))) --Hans

Block indent/un-indent crashes R 3.0 RC
Hans-Jörg Bibiko · Feb 6, 2013 · r-sig-mac

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

sound::setWavPlayer()
Hans-Jörg Bibiko · Aug 26, 2008 · r-sig-mac

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

Strange behavior of R when opening a Rdata file
Hans-Jörg Bibiko · Mar 1, 2012 · r-sig-mac

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

Converting english words to numeric equivalents
Hans-Jörg Bibiko · Jul 28, 2008 · r-help

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

Crash on pasting large amounts of text.
Hans-Jörg Bibiko · May 3, 2012 · r-sig-mac

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

VERY TINY question: missing function to clear the console?
Hans-Jörg Bibiko · Jul 13, 2006 · r-help

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...

Mac GUI development
Hans-Jörg Bibiko · May 15, 2007 · r-sig-mac

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...

sound::setWavPlayer()
Hans-Jörg Bibiko · Aug 27, 2008 · r-sig-mac

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...

Creating/Concatenate Strings into another String
Hans-Jörg Bibiko · May 29, 2008 · r-help

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...

Is there an annotated river dataset available?
Hans-Jörg Bibiko · Jan 8, 2010 · r-sig-geo

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...

Number of words in a string
Hans-Jörg Bibiko · Apr 9, 2008 · r-help

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...

SpatialLines to SpatialPolygons convertion
Hans-Jörg Bibiko · Mar 3, 2009 · r-sig-geo

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...

quartz.save "bug"
Hans-Jörg Bibiko · Dec 9, 2009 · r-sig-mac

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...

exit function in R?
Hans-Jörg Bibiko · Jun 2, 2008 · r-help

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 .