MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

r data set #497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a lot of data sets that were useable before now give a 'not a data frame' error.

Original issue reported on code.google.com by anup.parikh on 24 Feb 2011 at 10:21

GoogleCodeExporter commented 9 years ago
should be fixed RDataFrame was checking for if the signal type was verbatim 
data.frame

now using is.data.frame() which should be more general for conversion functions.

This widget has been expanded to also emit matrices or arbitrary objects.

Original comment by kylecovi...@gmail.com on 25 Feb 2011 at 5:38