Closed ateucher closed 4 years ago
Merging #167 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #167 +/- ##
=======================================
Coverage 57.81% 57.81%
=======================================
Files 30 30
Lines 1318 1318
=======================================
Hits 762 762
Misses 556 556
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update dbe3ea7...2d76922. Read the comment docs.
looks like you're still tweaking things, let me know when you're good to go
@sckott finally all passing if you want to have a look. Pretty messy commits, so probably want to squash them!
Okay, thanks, having a look
thanks so much for sorting this out
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
This is a fix for #166, just by setting
stringsAsFactors = TRUE
in the test. We could also exposestringsAsFactors
intopojson_read()
(defaultFALSE
), which might be friendly to users? It can currently be set in...
and sent through to tosf::st_read()
.