Currently lines 13 and 14 of misc_crs.R calls `s2_intersects()` instead of `s2::s2_intersects()`. ```r pole_n = s2_intersects("POINT(0 90)", b) pole_s = s2_intersects("POINT(0 -90)", b) ``` PR coming shortly.