Skip to content

New problem

2 messages · Ramzi Feghali, Brian Ripley

#
On Thu, 10 Apr 2003, Ramzi Feghali wrote:

            
Could you please use a meaningful subject line.
That's not a problem with R, that is R complaining (correctly) about your
compiled code.  See e.g. the CHANGES file.  I am surmising that you are
using Windows (without saying so) and not using the recommended compiler
(without saying so).  If you follow the recommendations you will not see 
this.
An R array is not a C matrix: it is a vector with attributes.  There are
examples in the `Writing R Extensions' manual, `S Programming' and in many 
of the 207 packages on CRAN.
There is an easy way, via reading the manuals, and a hard way, via
trial-and-error.  Your choice, but you will not get sympathy for the 
second.