From 91367a1730a0cb5cfcaf250812775a153c8ce780 Mon Sep 17 00:00:00 2001 From: "Marcel Ribeiro Dantas, Ph.D" Date: Sun, 10 Jul 2022 12:13:13 +0200 Subject: [PATCH] Fix filename as pointed out in #4436 The incorrect filename in this file was overwriting the one provided in the original document in English. This commit fixes this. --- pt-br/r-pt.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt-br/r-pt.html.markdown b/pt-br/r-pt.html.markdown index eeaa4eab..5c9304ec 100644 --- a/pt-br/r-pt.html.markdown +++ b/pt-br/r-pt.html.markdown @@ -7,7 +7,7 @@ contributors: translators: - ["Marcel Ribeiro-Dantas", "http://github.com/mribeirodantas"] lang: pt-br -filename: learnr.r +filename: learnr-pt.r --- R é uma linguagem de programação estatística. Ela tem muitas bibliotecas para carregar e limpar conjuntos de dados, executar análises estatísticas e produzir gráficos. Você também pode executar comandos do `R` dentro de um documento LaTeX.