Newly tracked file
R/pith_measure.R
changed.
Other files ignored by Codecov
.travis.yml
has changed.
82 | 82 | #' t1 <- ring_read(img = img.path, dpi = 1200, plot = FALSE) |
|
83 | 83 | #' |
|
84 | 84 | #' ## Use the arcs of inner rings to calibrate ring-width series: |
|
85 | - | #' \donttest{t2 <- pith_measure(t1, inner.arc = TRUE, last.yr = 2016)} |
|
85 | + | #' \dontrun{t2 <- pith_measure(t1, inner.arc = TRUE, last.yr = 2016)} |
|
86 | 86 | #' |
|
87 | 87 | #' ## Try another method to measure ring widths: |
|
88 | - | #' \donttest{t3 <- pith_measure(t1, inner.arc = FALSE, last.yr = 2016)} |
|
88 | + | #' \dontrun{t3 <- pith_measure(t1, inner.arc = FALSE, last.yr = 2016)} |
|
89 | 89 | ||
90 | 90 | ||
91 | 91 | pith_measure <- function(ring.data, inner.arc = TRUE, last.yr = NULL, |
Files | Coverage |
---|---|
R | 96.73% |
Project Totals (8 files) | 96.73% |