Skip to content
Open
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rdhs
Type: Package
Title: API Client and Dataset Management for the Demographic and Health Survey (DHS) Data
Version: 0.8.2
Version: 0.8.3
Authors@R:
c(person(given = "OJ",
family = "Watson",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# rdhs (development version)

## rdhs 0.8.3

* Revise credential authentication error message to prompt user to check
all three of email, password, and *project name*. (#157)

## rdhs 0.8.2

* Spatial boundaries will be cached using the DHS client (#122)
Expand Down
3 changes: 2 additions & 1 deletion R/authentication.R
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,9 @@ authenticate_dhs <- function(config) {
} else {
stop(
"Your log in credentials were not recognised by the DHS website.\n",
"Please check your credentials are right (?get_rdhs_config), ",
"Please check your email, password, and project name are correct (?get_rdhs_config),\n",
"and your internet connection for possible error."

)
}
}
Expand Down
Loading