[R] Hook into Coercion Framework for data.frame

2011-04-26 Thread Von Der Hirschheydt, Juergen
Hi, I am looking into a way to hook into the R coercion framework to allow me to convert table-like data stored within a COM object into a data.frame. Some of our COM objects have their own table-like data storage, and from R's point of view it's an object (EXTPTRSXP) decoarated with a sepcial

[R] Loading a package shared lib works in 2.12 but not 2.11

2011-04-14 Thread Von Der Hirschheydt, Juergen
Hi, I have a problem with an external library on a previous R version. We've created our own package containing a mixture of C++ as well as R code which works fine under R 2.12.1. However, trying to install the very same package ZIP file on R 2.11.1 will issue an error when loading a library: