xtensor-stack / xtensor-r

R bindings for xtensor
BSD 3-Clause "New" or "Revised" License
86 stars 15 forks source link

enable xtensor-specific warn on coercion #70

Closed wolfv closed 5 years ago

wolfv commented 5 years ago

@DavisVaughan this should fix the over-eager warnings.

DavisVaughan commented 5 years ago

LGTM. I guess the only place you need this really is the constructor where you come from a SEXP to an rcontainer of some kind. Thanks!

SylvainCorlay commented 5 years ago

The error code corresponds to dll not found. Really strange.

wolfv commented 5 years ago

tried to change the signature of the check function, let's see if that changes something