Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/holatam/eph
Browse files Browse the repository at this point in the history
  • Loading branch information
caropradier committed Jun 19, 2024
2 parents 77a694c + 155983f commit bfc7d6e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
Language: es
URL: https://github.com/holatam/eph
URL: https://github.com/ropensci/eph
LazyData: true
RoxygenNote: 7.2.3
Suggests:
Expand Down
37 changes: 26 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ status](https://codecov.io/gh/holatam/eph/branch/master/graph/badge.svg)](https:
status](https://www.r-pkg.org/badges/version/eph)](https://cran.r-project.org/package=eph)
[![](http://cranlogs.r-pkg.org/badges/grand-total/eph?color=blue)](https://cran.r-project.org/package=eph)
[![](http://cranlogs.r-pkg.org/badges/last-month/eph?color=blue)](https://cran.r-project.org/package=eph)
[![DOI](https://zenodo.org/badge/142294444.svg)](https://zenodo.org/badge/latestdoi/142294444)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8352221.svg)](https://doi.org/10.5281/zenodo.8352221)


<!-- badges: end -->

Expand Down Expand Up @@ -76,13 +77,19 @@ EPH. Algunos de estos son:

## Instalación

Para la versión estable
Para descargar la versión estable desde CRAN:

``` r
install.packages("eph")
```

Para la versión en desarrollo
Para descargar desde R-universe:

``` r
install.packages("eph", repos = "https://ropensci.r-universe.dev")
```

Para la versión en desarrollo:

``` r
# install.packages('devtools')
Expand Down Expand Up @@ -131,19 +138,27 @@ de R ‘eph’ (Kozlowski et al, 2020)”.

La referencia completa para incluir en la bibliografía es:

Diego Kozlowski, Pablo Tiscornia, Guido Weksler, German Rosati and Natsumi Shokida (2020). eph: Argentina's Permanent Household Survey Data and Manipulation Utilities. R package version https://doi.org/10.5281/zenodo.3462677
Carolina Pradier, Guido Weksler, Pablo Tiscornia, Natsumi Shokida, Germán Rosati, & Diego Kozlowski. (2023). ropensci/eph V1.0.0 (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.8352221

Si necesitás la entrada bib:

``` bib
@Manual{kozlowski2020,
title = {eph: Argentina's Permanent Household Survey Data and Manipulation Utilities},
author = {Diego Kozlowski and Pablo Tiscornia and Guido Weksler and German Rosati and Natsumi Shokida},
year = {2020},
doi = {10.5281/zenodo.3462677},
url = {https://holatam.github.io/eph/},
}
@software{carolina_pradier_2023_8352221,
author = {Carolina Pradier and
Guido Weksler and
Pablo Tiscornia and
Natsumi Shokida and
Germán Rosati and
Diego Kozlowski},
title = {ropensci/eph V1.0.0},
month = sep,
year = 2023,
publisher = {Zenodo},
version = {1.0.0},
doi = {10.5281/zenodo.8352221},
url = {https://doi.org/10.5281/zenodo.8352221}
}
```

Expand Down

0 comments on commit bfc7d6e

Please sign in to comment.