Closed moodymudskipper closed 5 months ago
We find in the NAMESPACE for instance:
S3method(.cstr_construct,CoordCartesian.coord_cartesian)
But we want :
S3method(.cstr_construct,CoordCartesian) S3method(.cstr_construct.CoordCartesian,coord_cartesian)
vctrs do some double dispatch so we could see how they make it work
The package still works though, prob due to S3 dispatch checking locally before checking the db, but this creates a note on older versions, and better set things straight.
We find in the NAMESPACE for instance:
But we want :
vctrs do some double dispatch so we could see how they make it work
The package still works though, prob due to S3 dispatch checking locally before checking the db, but this creates a note on older versions, and better set things straight.