Commit 03e12bc
committed
Explicitly uninstall pandoc for pandocless tests
r-cran-rmarkdown now depends on pandoc. In general I think this is a
good practice for a package manager (we also add pandoc to the run
requirements of the r-rmarkdown conda-forge package for the same
reason). But in order to confirm `R CMD check` can run without pandoc, I
need to remove it.
Can't use install.packages() because that is configured to use APT
via {bpsm}1 parent 9d05ab5 commit 03e12bc
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
49 | 60 | | |
50 | 61 | | |
51 | 62 | | |
| |||
0 commit comments