-
Notifications
You must be signed in to change notification settings - Fork 68
review ai-updates text after feedback from @yabellini #1013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mpadge
wants to merge
13
commits into
ai-updates
Choose a base branch
from
ai-updates2
base: ai-updates
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
4a28521
review ai-updates text after feedback from @yabellini
mpadge c512634
Apply suggestion from @mpadge
mpadge 5c06ae5
merge main
mpadge a509640
align with ai-updates branch
mpadge b566c5f
rephrase points about 'systematic tool usage'; ping @maelle
mpadge 5a6b33d
Update pkg_building.es.Rmd
yabellini b145001
Update softwarereview_author.es.Rmd
yabellini 0c51a89
Update softwarereview_editor.es.Rmd
yabellini 436a4be
Update softwarereview_editor.es.Rmd
yabellini a0a71f6
Update softwarereview_editor.es.Rmd
yabellini cdd7589
Update softwarereview_editor_management.es.Rmd
yabellini c069a24
Update softwarereview_editor_management.es.Rmd
yabellini 533a057
Update softwarereview_reviewer.es.Rmd
yabellini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| aliases: | ||
| - building.html | ||
| --- | ||
|
|
||
| # Gu铆a de empaquetado {#building} | ||
|
|
||
| ```{block, type="summaryblock"} | ||
|
|
@@ -207,7 +206,7 @@ La etiqueta indicar谩 primero "en revisi贸n" y luego "revisado" una vez que tu p | |
| - Considera utilizar `usethis::use_readme_rmd()` para generar una plantilla para el archivo `README.Rmd` y para configurar autom谩ticamente un chequeo que garantice que `README.md` sea siempre m谩s reciente que `README.Rmd` antes de hacer un commit. | ||
|
|
||
| - Los ejemplos largos deben incluirse s贸lo en las vi帽etas. | ||
| Si quieres que las vi帽etas sean m谩s accesibles antes de instalar el paquete, te sugerimos [crear un sitio web para tu paquete](#website). | ||
| Si quieres que las vi帽etas sean m谩s accesibles antes de instalar el paquete, te sugerimos [crear un sitio web para tu paquete](#website). Todos los paquetes presentados para su revisi贸n deben contar con un sitio web. | ||
|
|
||
| - A帽ade un [c贸digo de conducta y una gu铆a de contribuci贸n](#friendlyfiles). | ||
|
|
||
|
|
@@ -305,6 +304,7 @@ Adem谩s, no se podr谩 hacer click en los enlaces desde la documentaci贸n local. | |
|
|
||
| ## Sitio web de documentaci贸n {#website} | ||
|
|
||
| Todos los paquetes enviados para su revisi贸n de software deben incluir un enlace claro a la p谩gina web de documentaci贸n en el repositorio de c贸digo fuente. | ||
| Te recomendamos que crees un sitio web con la documentaci贸n de tu paquete utilizando [`pkgdown`](https://github.com/r-lib/pkgdown). | ||
| Hay un [cap铆tulo sobre pkgdown (en ingl茅s)](https://r-pkgs.org/website.html) en libro "R packages", y, c贸mo no es de extra帽ar, el paquete `pkgdown` tiene [su propio sitio web de documentaci贸n](https://pkgdown.r-lib.org/). | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps we can link to this resource in Spanish? https://intro-programacion.netlify.app/10_documentacion |
||
|
|
||
|
|
@@ -412,8 +412,7 @@ Para saber c贸mo actualizar tu archivo DESCRIPTION, consulta el libro [*R packag | |
| - Es una buena pr谩ctica escribir *tests* unitarios para todas las funciones, y para todo el c贸digo del paquete en general, asegurando que se cubra las funcionalidades clave. | ||
| Si la cobertura de los *tests* en tu paquete est谩 por debajo del 75% probablemente requerir谩 *tests* adicionales o una explicaci贸n de la baja cobertura antes de ser enviado para su revisi贸n. | ||
|
|
||
| - Recomendamos utilizar [testthat](https://testthat.r-lib.org/) para escribir los *tests*. Otro paquete que se puede usar es [tinytest](https://journal.r-project.org/archive/2021/RJ-2021-056/index.html). | ||
|
|
||
| - Recomendamos utilizar [testthat](https://testthat.r-lib.org/) para escribir los *tests*. Otros paquetes que se pueden usar son [tinytest](https://journal.r-project.org/archive/2021/RJ-2021-056/index.html) y [testit](https://yihui.org/en/2026/05/testthat-to-testit/). | ||
| - Intenta escribir *tests* a medida que escribas cada nueva funci贸n. | ||
| Esto responde a la necesidad obvia de tener *tests* adecuados para el paquete, pero te permite pensar en varias formas en las que una funci贸n puede fallar, y programar *defensivamente* contra esas fallas. | ||
| [M谩s informaci贸n sobre *tests*](https://r-pkgs.org/tests.html). | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.