Hi, i'm trying to run a document in R sweave and the package babel is not working on r studio cloud. In my my computer, in my r studio offline the package is working. Someone can help me ?
I will put a code example here.
\documentclass{article}
\usepackage[utf8]{inputenc} % aceitar acento e caracteres especiais
\usepackage[portuguese]{babel} % elementos em portugues
\title{Latex e R Sweave} % titulo
\author{Marina Amorim} % autor
\begin{document}
\SweaveOpts{concordance=TRUE}
testing the document and compilation
\end{document}