ggobi / rggobi

Interface between R and GGobi
http://www.ggobi.org/rggobi
Other
13 stars 6 forks source link

NULL deprecated in .C() #1

Open yihui opened 11 years ago

yihui commented 11 years ago

I saw this warning and not sure if it is easy to fix:

> library(rggobi)
> ggobi_find_file('data', 'flea.csv')
[1] "/usr/share/ggobi/data/flea.csv"
Warning message:
In .GGobiC("getNumGGobiInstances", num = as.integer(-1), .gobi = NULL) :
  passing an object of type 'NULL' to .C (arg 2) is deprecated