Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caropradier committed Sep 15, 2023
1 parent 47d92f6 commit 5c32cba
Show file tree
Hide file tree
Showing 40 changed files with 224 additions and 166 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
^codemeta\.json
^\.DS_Store
^README\.Rmd$
^codemeta\.json$
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.6.0
Date: 2023-04-14 20:38:25 UTC
SHA: 6281271486c0024cd41b6e41a991551aa6c0c80e
Version: 1.0.0
Date: 2023-09-15 14:23:51 UTC
SHA: 47d92f67bd8105c5062c83b145f4e66119cf89e8
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: eph
Title: Argentina's Permanent Household Survey Data and Manipulation Utilities
Version: 0.6.1
Version: 1.0.0
Authors@R: c(
person("Carolina", "Pradier", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0009-0007-5058-6352")),
person("Diego", "Kozlowski", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-5396-3471")),
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# eph 1.0.0
* added new functions: get_total_urbano() and get_eahu() (as well as their auxiliar internal functions)
* improved documentation and site
* added contributing and codemeta.json files
* improved error messages using cli package
* reduced dependencies relying on base r and improved deprecated code
* re-structured functions using the early return philosophy
* styled code according to the tidyverse style guide
* modified get_microdata function to avoid parameter conflicts between trimester and wave
* fixed map_agglomerates bug
* added additional tests


# eph 0.6.1
* fixed bug in get_microdata() originated in a change in INDEC's URL (old datasets are now directly downloaded from a stable github repo)

Expand Down
74 changes: 49 additions & 25 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,27 @@
"codeRepository": "https://github.com/holatam/eph",
"issueTracker": "https://github.com/holatam/eph/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.6.0",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.2 (2022-10-31 ucrt)",
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Carolina",
"familyName": "Pradier",
"email": "[email protected]",
"@id": "https://orcid.org/0009-0007-5058-6352"
},
{
"@type": "Person",
"givenName": "Diego",
Expand Down Expand Up @@ -52,13 +59,6 @@
"familyName": "Rosati",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-9775-0435"
},
{
"@type": "Person",
"givenName": "Carolina",
"familyName": "Pradier",
"email": "[email protected]",
"@id": "https://orcid.org/0009-0007-5058-6352"
}
],
"contributor": [
Expand Down Expand Up @@ -162,6 +162,18 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=forcats"
},
{
"@type": "SoftwareApplication",
"identifier": "httptest",
"name": "httptest",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=httptest"
}
],
"softwareRequirements": {
Expand Down Expand Up @@ -316,54 +328,66 @@
},
"14": {
"@type": "SoftwareApplication",
"identifier": "rvest",
"name": "rvest",
"identifier": "stats",
"name": "stats"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rvest"
"sameAs": "https://CRAN.R-project.org/package=cli"
},
"15": {
"16": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"identifier": "httr",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"16": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
"sameAs": "https://CRAN.R-project.org/package=httr"
},
"17": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"identifier": "curl",
"name": "curl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=cli"
"sameAs": "https://CRAN.R-project.org/package=curl"
},
"18": {
"@type": "SoftwareApplication",
"identifier": "tidyselect",
"name": "tidyselect",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyselect"
},
"19": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 2.10"
},
"SystemRequirements": null
},
"fileSize": "1227.719KB",
"fileSize": "1071.528KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5c32cba

Please sign in to comment.