jverzani / gWidgets2

Rewrite of gWidgets
35 stars 9 forks source link

warning messages in checkboxgroup search #7

Closed landroni closed 11 years ago

landroni commented 11 years ago

https://github.com/landroni/gWidgets2-filter

I get many warning messages in checkboxgroup search:

warnings() Warning messages: 1: In grepl(val, u, ignore.case = TRUE) : input string 1 is invalid in this locale

Is this related to my data?

jverzani commented 11 years ago

Do you know if the issue is with val (from the search box) or u (from the data). I can't replicate the issue, so likely it is the data and its locale.

On Tue, Apr 9, 2013 at 8:00 AM, landroni notifications@github.com wrote:

https://github.com/landroni/gWidgets2-filter

I get many warning messages in checkboxgroup search:

warnings() Warning messages: 1: In grepl(val, u, ignore.case = TRUE) : input string 1 is invalid in this locale

Is this related to my data?

— Reply to this email directly or view it on GitHubhttps://github.com/jverzani/gWidgets2/issues/7 .

John Verzani Chair, Department of Mathematics College of Staten Island, CUNY verzani@math.csi.cuny.edu

landroni commented 11 years ago

I'd suspect it's the data. I'll get back if I found something else.