Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim-Mane committed Oct 4, 2024
1 parent b102976 commit 9bf41e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
* Simplification and improvement of code performance across several functions (#154, #156, #162, @Bisaloo).
* Make R version dependency explicit (#156, @Bisaloo).
* Replace base R pipe with {tidyverse} pipe (#155, @Karim-Mane)
* Stop automatic conversion of numeric values into Date due to unexpected results from date_guess() function.
* Stop automatic conversion of numeric values into Date due to unexpected results from date_guess() function (#151, @Karim-Mane).
3 changes: 2 additions & 1 deletion R/clean_data_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ scan_in_character <- function(x, x_name) {
# Some numeric values might actually be of type Date. This is the case for
# data imported into R from MS Excel. We use:
# 1. lubridate parser on these values to convert them into Date using the
# date-time for 1900-01-01 UTC in POSIXct format as origin for modern MS Excel.
# date-time for 1900-01-01 UTC in POSIXct format as origin for modern
# MS Excel.
# 2. the date guesser implemented for date standardisation.
# Then detect the valid date values. A date is considered valid in this case
# if it falls within the interval of today's date and 50 years back from
Expand Down

0 comments on commit 9bf41e9

Please sign in to comment.