I am having trouble knitting a simple .Rmd document on RStudio.cloud (it works fine on my local installation).
---
title: "Test 1"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r cars}
summary(cars)
#install.packages("tidyverse")
library(tidyverse)
```
When I try to knit the above to pdf, I get the following error message:
! Package inputenc Error: Unicode char ─ (U+2500)
(inputenc) not set up for use with LaTeX.
Error: Failed to compile test1.tex.