NEWS


cleaner 1.5.5

cleaner 1.5.4 (2022-10-29)

cleaner 1.5.3 (2021-06-13)

cleaner 1.5.2 (2021-05-24)

#> [1] "2020-03-01"

* `freq()` now contains a `wt` argument to set the weights. The default (`NULL`) yields the old behaviour.
* Fixed a bug in `clean_POSIXct()` that led to the warning `Incompatible methods ("Ops.POSIXt", "Ops.Date") for ">"`


# cleaner 1.5.1

* New function `format_p_value()` to format raw p values according to the APA guideline
* `clean_Date()` now works with POSIX standards:
```r
clean_Date("2020-11-12 12:24:12")
clean_Date(c("2020-11-12 12:24:12", "2020-11-13"), guess_each = TRUE)

cleaner 1.5.0 (2020-06-01)

cleaner 1.4.0 (2020-04-01)

cleaner 1.3.1 (2020-01-31)

cleaner 1.3.0 (2020-01-24)

cleaner 1.2.0 (2019-11-05)

cleaner 1.1.0

cleaner 1.0.0