There was an error while loading. Please reload this page.
1 parent 1db06f1 commit 0dfe7f3Copy full SHA for 0dfe7f3
1 file changed
NEWS.md
@@ -39,6 +39,11 @@ naming convention: `Length1` is the unknown (predicted) length and `Length2`
39
is the known (predictor), so the formula is `Length1 = a + b * Length2`
40
(fix for #290).
41
42
+`fb_tbl()` now handles tables with embedded null bytes in string columns
43
+by dropping the affected column(s) with a warning rather than failing entirely.
44
+This fixes `ecosystem()` and `species_by_ecosystem()` with
45
+`server = "sealifebase"` (fix for #302).
46
+
47
v 5.0.2
48
-------
49
0 commit comments