RMarkdown won't knit vcd datasets

Rendering this examples works for me

---
title: "test"
output: html_document
---

```{r}
library("vcd")
summary(BrokenMarriage)
```

What does not work for you ?

FAQ: How to Format R Markdown Source