diff --git a/README.md b/README.md index 6acf170..0bf12fd 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,6 @@ resultado un intervalo (que incluye la media). Usa la aproximación normal usand Agradecemos a [Micaela Morales](https://github.com/mmazul) por su atenta prueba beta. ## Contribuir al paquete -Contribuciones y sugerencias siempre son bienvenidas. Si tiene un problema, pregunta o duda sobre `verdata` puede abrir un issue en GitHub. Si quiere contribuir nueva funcionalidad puede abrir un pull request. +Contribuciones y sugerencias siempre son bienvenidas. Si tiene un problema, pregunta o duda sobre `verdata` puede abrir un issue en GitHub. Si quiere contribuir nueva funcionalidad puede abrir un pull request. La integración continua está configurada para ejecutar las pruebas automáticamente cuando abre un pull request. Si desea ejecutar las pruebas localmente antes de abrir un pull request, puede hacerlo con `testthat::test_local()`. + + diff --git a/inst/docs/README-en.md b/inst/docs/README-en.md index f350af8..2572c73 100644 --- a/inst/docs/README-en.md +++ b/inst/docs/README-en.md @@ -74,4 +74,6 @@ To use this package, it is necessary to have previously downloaded the data from We thank [Micaela Morales](https://github.com/mmazul) for her thoughtful beta testing of the package. ## Contribute to the package -Comments and suggestions are very welcome. If you have a problem, question, or issue with `verdata`, please open an issue on GitHub. If you would like to add new functionality to the package, please open a pull request. +Comments and suggestions are very welcome. If you have a problem, question, or issue with `verdata`, please open an issue on GitHub. If you would like to add new functionality to the package, please open a pull request. Continuous integration is setup to automatically run tests upon a pull request being opened. If you would like to run the existing tests locally prior to opening a pull request you can do so using `testthat::test_local()`. + +