Skip to content

Commit

Permalink
Temporary fix to #12 so roxygen can update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrougieux committed Oct 7, 2019
1 parent 241415c commit 5d368fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/database.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ readdbproduct <- function(productcode_, tableread, convcountrynames = FALSE){
mutate(reporter = iconv(reporter, "latin1", "utf-8"),
partner = iconv(partner, "latin1", "utf-8"))
message("Changed reporter and partner encoding from latin1 to utf8.",
"(check reportercode or partnercode 384 côte d'ivoire)")
"(check reportercode or partnercode 384 cte d'ivoire)")
}
# Comment out this check which might break for unnecessary reasons
# if EFI developers decide to add extra columns in the database
Expand Down

0 comments on commit 5d368fa

Please sign in to comment.