Git Product home page Git Product logo

ech's Introduction

Hi there, I'm Gabriela from Uruguay 👋

  • 🔭 I’m currently working on R-Shiny apps
  • 🌱 I’m currently learning AWS and Docker
  • 👯 I’m looking to collaborate on with other R developers
  • 💻 All of my projects are available at https://gabrielamathieu.rbind.io/
  • 💬 Ask me about R | Python | SQL | Shiny | Data Science and Machine Learning
  • 📫 How to reach me: [email protected]
  • 😄 Pronouns: She/her
  • ⚡ Fun fact: self-taught

ech's People

Contributors

calcita avatar rdetomasi avatar richdeto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ech's Issues

Lag de un mes en valores devueltos por la función basket_goods?

Buenas. En primer lugar, muchas gracias por publicar esta paquete, es muy útil y ojalá más gente lo use.

No estoy del todo seguro que sea un bug, pero me sorprendió ver que el comando basket_goods(year=2019) devuelve valores con el rango de fechas dic-18 a nov-19. A menos que esté entendiendo mal y cada edición de la ECH incorpora datos de diciembre del año anterior, eso significaría que la función poverty calcula los niveles de pobreza en base a canastas del mes anterior al de la entrevista al hogar (por las dudas revisé si es la fecha y no el número que estaría mal asignado, pero la serie de CBA y CBNA en la página del INE muestra valores para ene-19 que figuran en la segunda fila de View(ech::basket_goods(year=2019)) ).

Gracias y disculpen si en realidad es solo una confusión mía.

Release ech 0.1.2.0

First release:

Prepare for release:

  • devtools::build_readme()
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • rhub::check_for_cran()

Submit to CRAN:

  • usethis::use_version('patch')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • usethis::use_github_release()
  • usethis::use_dev_version()

El uso de .data[[var]] está obsoleto

Felicitaciones por este paquete!!
Buscando una forma de hacer referencia a variables contenidas en un vector de caracteres, recibí la sugerencia de fijarme en ech.
Noté que en algunas funciones se utiliza .data[[var]] para el mismo fin y al querer utilizarlo, R arroja un warning que indica que está expresión se encuentra obsoleta y que en su lugar se puede utilizar all_of(var) o any_of(var).

Warning message:
Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0.
ℹ Please use `all_of(var)` (or `any_of(var)`) instead of `.data[[var]]`
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.

Collaboration Guidelines

Aportes de la comunidad

Este paquete se propone incorporar cualquier función de propósitos generales que utilice como base le Encuesta Continua de Hogares (ECH) de Uruguay. Todos los aportes en este sentido son bienvenidos.

Si trabajas con la ECH de Uruguay y querés agregar tu función o tus datos, te recomendamos que leas los siguientes consejos de como colaborar:

Para agregar tu función:

- Haz un fork de este repositorio
- Agrega tu función como un archivo .R en la carpeta R/ con el mismo nombre que la función
- Documenta la misma con roxygen2 aclarando su funcionalidad, los parámetros y un ejemplo de uso. Para ver como se documenta poder revisar otra de las funciones en ese mismo directorio
- Recuerda que para que tu función se pueda utilizar, al final de la documentación debes agregar un #' @export
- Controla que los tipos y valores de los parametros de tu función estén bien (para un ejemplo, podes mirar `data-raw/metadata.R`
- Agrega las dependencias en el archivo `DESCRIPTION`
- Chequea el paquete con devtools::check()
- Si todo funciona bien, entonces hace un pull request

Community contributions

This package intends to incorporate any function of general requirements that use the "Encuesta Continua de Hogares" (ECH) of Uruguay as a base. All contributions in this regard are welcome.

If you work with ECH data of Uruguay and want to add your function or data, we recommend that you read the following tips on how to collaborate:

To add your function:

- Fork of this repository
- Add your function as an `.R` file in the `R/` folder with the same name as the function
- Document it with `roxygen2` clarifying its functionality, parameters and an example of use. To see how it is documented to review another function in the same directory
- Remember at the end of the documentation you must add a # '@export
- Check that the types and values of your function parameters are fine (for example, you can look at `data-raw/metadata.R`
- Add the dependencies in the `DESCRIPTION` file 
- Check the package with devtools::check()
- If everything works fine, then make a pull request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.