konne / RserveCLI2

A fork of RServeCLI
Other
30 stars 21 forks source link

Inappropriate error message in AsString #48

Open git-hub-user opened 8 years ago

git-hub-user commented 8 years ago

Using the propery AsString on the return value of Eval may result in the following message:

Can only convert numeric arrays of length 1 to double.

This is confusing, as I do not request a double.

I had this issue when I was receiving a list of strings and had to use AsStrings in stead.

SurajGupta commented 8 years ago

perhaps a legitimate bug, then. unfortunately I am no longer maintaining this project. hope someone else can help!