Skip to content

Commit 5ed155d

Browse files
committed
move knitr tests
1 parent a1819e1 commit 5ed155d

File tree

5 files changed

+3
-81
lines changed

5 files changed

+3
-81
lines changed
File renamed without changes.

inst/tests/other.Rraw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ if (loaded[["knitr"]]) {
181181
# Which is fine and works thanks to cedta().
182182
DT = data.table(x=1, y=2)
183183
test(11, kable(DT), output="x.*y.*1.*2")
184+
invisible(knit(testDir("knitr.Rmd"), quiet=TRUE))
185+
cat(readLines("knitr.md"), sep="\n")
186+
invisible(file.remove("knitr.md"))
184187
}
185188

186189
if (loaded[["parallel"]]) {

tests/knitr.R

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/knitr.Rout.save

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)