Hi,
the following is of course a gray-area fringe case, but since we have
always agreed that gretl shouldn't crash, here it is:
<hansl-with-R>
set R_functions on
nulldata 10
series x = 1
foreign language=R --send-data
crash <- function() return(dim(gretldata))
end foreign
R.crash()
</hansl-with-R>
This is with the snapshot from last week.
thanks
sven