ggobi / tourr

A implementation of tour algorithms in R
http://ggobi.github.io/tourr/
Other
65 stars 21 forks source link

no visible binding for '<<-' assignment #91

Closed dicook closed 1 year ago

dicook commented 3 years ago

have problems with each of the global variables.

now think some more changes are needed:

(1) the search functions retun record still. I think these should be removed because record is being updated as a global variable

(2) tries appears to be used for multiple things, sometimes passed into a function, sometimes globally changed

sa-lee commented 3 years ago

Currently fixing in #95