R/postProcess.R
changed.
Other files ignored by Codecov
tests/testthat/test-postProcess.R
has changed.
1807 | 1807 | message("Using an experimental shortcut of maskInputs for special, simple case that x is polygon, ", |
|
1808 | 1808 | "rasterToMatch not provided, and studyArea provided.", |
|
1809 | 1809 | " If this is causing problems, set options(reproducible.polygonShortcut = FALSE)") |
|
1810 | - | x <- fixErrors(x = x, objectName = objectName, |
|
1811 | - | useCache = useCache, verbose = verbose, ...) |
|
1810 | + | x <- fixErrors(x = x, useCache = useCache, verbose = verbose, ...) |
|
1812 | 1811 | x <- Cache(maskInputs, x = x, studyArea = studyArea, |
|
1813 | 1812 | useCache = useCache, verbose = verbose, ...) |
|
1814 | - | x <- fixErrors(x = x, objectName = objectName, |
|
1815 | - | useCache = useCache, verbose = verbose, ...) |
|
1813 | + | x <- fixErrors(x = x, useCache = useCache, verbose = verbose, ...) |
|
1816 | 1814 | ||
1817 | 1815 | } else { |
|
1818 | 1816 |
Files | Coverage |
---|---|
R | 65.28% |
Project Totals (25 files) | 65.28% |