Increment version number
Fix regression for rmarkdown < 2.9
Update test to catch rmarkdown < 2.9
add cran comments
wording change
rm cran-comments.md
Showing 1 of 8 files from the diff.
Other files ignored by Codecov
DESCRIPTION
has changed.
tests/testthat/rmd/.gitignore
is new.
tests/testthat/test-rmd.R
has changed.
NEWS.md
has changed.
R/utils.R
is new.
cran-comments.md
was deleted.
tests/testthat/rmd/test-not-self-contained.Rmd
has changed.
@@ -210,10 +210,16 @@
Loading
210 | 210 | metaDependency <- function(.meta) { |
|
211 | 211 | assert_is_meta(.meta) |
|
212 | 212 | ||
213 | + | src <- if (has_package_version("rmarkdown", 2.9)) { |
|
214 | + | c(href = "/") |
|
215 | + | } else { |
|
216 | + | system.file(package = "metathis") |
|
217 | + | } |
|
218 | + | ||
213 | 219 | htmltools::htmlDependency( |
|
214 | 220 | paste0("metathis", "-", random_id()), |
|
215 | 221 | version = metathis_version, |
|
216 | - | src = c(href = "http://example.com"), |
|
222 | + | src = src, |
|
217 | 223 | all_files = FALSE, |
|
218 | 224 | head = .meta %>% paste() |
|
219 | 225 | ) |
Files | Coverage |
---|---|
R | 99.65% |
Project Totals (9 files) | 99.65% |
1571329822
1600462967
1625807977
1460660955
1488643560
1514443984
1543084502
984840311
984838734
1021565490
999882178
1066141252
1043943705
1111603589
1088933153
1157326134
1134219455
1204658734
1180870604
1252258531
1228145423
1302140404
1276821469
1353098726
1327491499
1406482102
1379537252
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.