search for: rjvb

Displaying 4 results from an estimated 4 matches for "rjvb".

Did you mean: rjb
2002 Jun 17
1
overzealous help-links.sh script! (PR#1682)
...being found. Below is a modified version of the script that doesn't do this. It is not perfect yet (it shouldn't try to recreate links that already exists; there must be a glitch in the multi-test if lines) but it is safer than the previous version! RenE Bertin #! /bin/sh # 20020615 RJVB : I modified this script such that it will not at each invocation throw away the ~/.R directory # with all that it contains (including stuff the user might have installed!!) # Instead, it will create what doesn't exist, and warn whenever an error occurs (= a dir can't be made because a f...
2009 Apr 28
1
[macosx] improving quartz & Aqua Tk behaviour outside of RGui
...thread while the prompt remains usable.) I've created a small, standalone, shell script that does the necessary work, based on code and files from the wxWidgets distribution: mkApp /Library/Frameworks/R.framework/Resources/bin/exec/R does the trick. The script can be downloaded from http://rjvbertin.free.fr/Programmes/mkApp.tar.gz Hope this helps (and isn't too old news...) R.B.
2009 Apr 28
1
[macosx] improving quartz & Aqua Tk behaviour outside of RGui
...thread while the prompt remains usable.) I've created a small, standalone, shell script that does the necessary work, based on code and files from the wxWidgets distribution: mkApp /Library/Frameworks/R.framework/Resources/bin/exec/R does the trick. The script can be downloaded from http://rjvbertin.free.fr/Programmes/mkApp.tar.gz Hope this helps (and isn't too old news...) R.B.
2002 Jul 10
0
history patch (was Re: portable snprintf implementation)
...ory) ! add_history(line); # endif l = (((readline_len-2) > strlen(line))? strlen(line): (readline_len-2)); --- 324,353 ---- return; if (line[0]) { # ifdef HAVE_READLINE_HISTORY_H ! if (strlen(line) && readline_addtohistory){ ! static char called=0; ! /* RJVB: Only add lines that are not identical to the previous line. This is a very cheap ! \ way to reduce the history size, and to reduce the time the user may spent searching it! ! \ For this to work properly, we (apparently) need to initialise the history mechanism with ! \ the call to usin...