AustralianAntarcticDivision / SOmap

Southern Ocean round maps
https://australianantarcticdivision.github.io/SOmap/
24 stars 6 forks source link

test to fix (Mike WIP) #112

Closed mdsumner closed 8 months ago

mdsumner commented 1 year ago

fix this test in terra1

   Running the tests in ‘tests/testthat.R’ failed.
   Last 13 lines of output:
       5.     └─SOmap:::SOgg_management(x)
       6.       ├─base::suppressWarnings(apply_buf(sf::st_as_sf(x$ccamlr_statistical_areas$main$plotargs$x)))
       7.       │ └─base::withCallingHandlers(...)
       8.       └─SOmap (local) apply_buf(sf::st_as_sf(x$ccamlr_statistical_areas$main$plotargs$x))
       9.         ├─base::suppressWarnings(sf::st_intersection(buf, thing))
      10.         │ └─base::withCallingHandlers(...)
      11.         ├─sf::st_intersection(buf, thing)
      12.         └─sf:::st_intersection.sf(buf, thing)
      13.           ├─sf:::geos_op2_df(x, y, geos_op2_geom("intersection", x, y, ...))
      14.           └─sf:::geos_op2_geom("intersection", x, y, ...)
      15.             └─base::stopifnot(st_crs(x) == st_crs(y))

     [ FAIL 1 | WARN 47 | SKIP 8 | PASS 150 ]
     Error: Test failures
     Execution halted
mdsumner commented 1 year ago

oh, more important is we still use rgdal!

oops thought I did that already