[R-SIG-Mac] OS X, ROBDC Excel

2006-01-09 Thread Kyösti Kurikka
Hi! In Windows it is possible to import data from Excel sheet using odbcConnectExcel()-function in the ROBDC-package. In the OS X version of the package this function does not seem to exist. Is the connection still possible using the function - odbcDriverConnect(connection = , case = nochange,

Re: [R-SIG-Mac] OS X, ROBDC Excel

2006-01-09 Thread Simon Urbanek
On Jan 9, 2006, at 3:44 AM, Kyösti Kurikka wrote: Hi! In Windows it is possible to import data from Excel sheet using odbcConnectExcel()-function in [...] If this is the case, what should I use as the connection-argument? Does OS X provide the ODBC-drivers (I am running 10.3.9 with the

Re: [R-SIG-Mac] [MacOS] C++ compilation on macos

2006-01-09 Thread Simon Urbanek
Sean, you seem to have conflicting compilers in your system. You have some compiler (g77? gfortran?) in /usr/local that conflicts with system compilers. You should remove the offending compiler, otherwise you won't be able to compile any packages at all. More precisely you cannot use

Re: [R-SIG-Mac] [MacOS] C++ compilation on macos

2006-01-09 Thread Sean Davis
On 1/9/06 10:17 AM, Simon Urbanek [EMAIL PROTECTED] wrote: Sean, you seem to have conflicting compilers in your system. You have some compiler (g77? gfortran?) in /usr/local that conflicts with system compilers. You should remove the offending compiler, otherwise you won't be able to

Re: [R-SIG-Mac] paste data into R

2006-01-09 Thread Simon Urbanek
Sylvain, On Jan 9, 2006, at 5:46 PM, Sylvain Charlat wrote: Does anybody know how to copy / paste data from Excel to R? If I type the following: read.table(file(clipboard)) or read.delim(file(clipboard)) I get an error message: Error in open.connection(file, r) : X11 module cannot