diff options
author | Marcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com> | 2022-07-10 12:13:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 12:13:13 +0200 |
commit | 91367a1730a0cb5cfcaf250812775a153c8ce780 (patch) | |
tree | 3285f95c46e73cef2cbc661b53ade9545636e2b1 /pt-br | |
parent | 5e6dd980d9bdb6474e8bb34fbc786ba7ec0054ce (diff) |
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.
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/r-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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. |