Rendering this examples works for me
---
title: "test"
output: html_document
---
```{r}
library("vcd")
summary(BrokenMarriage)
```
What does not work for you ?
Rendering this examples works for me
---
title: "test"
output: html_document
---
```{r}
library("vcd")
summary(BrokenMarriage)
```
What does not work for you ?