lgautier - 2009-10-27

Thanks.

The branches 2.0.x and 2.1.x have now both the fix included
(so it will be in releases 2.0.8, and 2.1.0)

The final bugfix looking will is looking like follows:

elif isinstance(o, int) or isinstance(o, long):
res = rinterface.SexpVector([o, ], rinterface.INTSXP)

(I also noted that explicit unit tests for the default conversion methods are missing; they
will be added in the near future, hopefully)