[Rd] R CMD SHLIB fails under Mac OS (PR#9353)

2006-11-10 Thread fuss-h
Full_Name: Hendrik Fuß Version: 2.4.0 OS: Mac OS 10.4.8 Submission from: (NULL) (201.27.208.230) R 2.4.0 on Mac OS X cannot seem to build shared libraries using R CMD SHLIB. R CMD SHLIB mylib.o yields an error message: /usr/bin/libtool: unknown option character `m' in: -macosx_version_min I can

[Rd] Statusbar help sometimes displays wrong function (PR#9314)

2006-10-24 Thread fuss-h
Full_Name: Hendrik Fuß Version: 2.4.0 OS: Mac OS 10.4.8 Submission from: (NULL) (201.43.91.248) Steps to reproduce the bug: Define the function my.mean = function(x,y) (x+y)/2 then type "my.m" in the interactive shell and press TAB. "my.mean(" appears at the input prompt, but the status bar

[Rd] Line numbers above 99 not readable in editor (PR#9304)

2006-10-18 Thread fuss-h
Full_Name: Hendrik Fuß Version: 2.4.0 OS: Mac OS 10.4.8 Submission from: (NULL) (201.27.210.144) On Mac OS, in the file editor, line numbers on the left-hand side will be truncated if greater than 99. They show up as e.g.: 12 12 12 12 12 12 12 12 12 12 13 13 13 13 ... __