r-spatial / sf

Compare 10b05a3 ... +1 ... 2c4cd2d

Showing 1 of 1 files from the diff.

@@ -431,7 +431,7 @@
Loading
431 431
		# check arguments
432 432
		cl <- as.list(match.call())[-1L]
433 433
		if ("overwrite" %in% names(cl)) {
434 -
			stop("Argument `overwite` in `st_write()` is deprecated, use `delete_layer` instead.", call. = FALSE)
434 +
			stop("Argument `overwrite` in `st_write()` is deprecated, use `delete_layer` instead.", call. = FALSE)
435 435
		}
436 436
437 437
		check_append_delete(append, delete_layer)

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
R 87.88%
src 77.62%
Project Totals (66 files) 83.63%
Loading