NEWS.md

edwards 0.3.4

edwards 0.3.3

x <- tibble::tibble(a = c(1:3, 1), b = c(1, 1, 1, 1))
length(unique(x))
dplyr::n_distinct(x)

edwards 0.3.2

Deprecated functions

File tools

Changes to existing functions

New functions

edwards 0.3.0

Remove Modelling Functions (Breaking Change)

Removed all deprecated modelling functions (ones starting rang_, glmnet_, or roc_). All are available in the jemodel package. A simplified version of glmnet_to_table() has been kept in the package because I have used this most often out of these functions.

Remove Deprecated Functions (Breaking Change)

Removed previously deprecated functions: count_at(), count_nas2(), and bin_numeric(). They are replaced respectively by count_over(), var_summary(), and bin_integer().

CMD Check and Tests

edwards 0.2.0

Modelling Functions

I will be moving functions for modelling to a new package jemodel. To start this:

Other



jedwards24/edwards documentation built on Sept. 2, 2023, 8:16 a.m.