Skip to content
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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release preparations #58

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: emdi
Title: Estimating and Mapping Disaggregated Indicators
Version: 2.2.0
Date: 2023-06-13
Version: 2.2.1
Date: 2023-10-29
Authors@R: c(person("Sylvia", "Harmening", role="aut", email = "sylvia.harmening@fu-berlin.de"),
person("Ann-Kristin", "Kreutzmann", role="aut", email="ann-kristin.kreutzmann@fu-berlin.de"),
person("Soeren", "Pannier", role=c("aut", "cre"), email="soeren.pannier@fu-berlin.de"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# emdi 2.2.1
* Substitution of maptools and rgeos by sf due to depreciation of the former
* Substitution of ggplot2::fortify by ggplot2::geom_sf due to depreciation of the former

# emdi 2.2.0
* Extension of the ebp function to allow for population weights
* Extension of the ebp function to allow the aggregation of the estimates to different levels
Expand Down
4 changes: 0 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## This is a resubmission
* All issues (out of date, date field) have been fixed


## Test environments
* Windows10 R 4.3.0 local development environment
* Windows10 R 4.2.2 local development environment
Expand Down
Loading