You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new functions from Rob are life_expect_mean and life_expect_var.
These replace the old function life_expect.
We need unit tests for the new functions.
Note: I have kept the old function, life_expect in the package but have added a .Deprecated note to it.
I want to keep it working for selfish reasons (I have a bunch of code I am working on that relies on that function!).
The text was updated successfully, but these errors were encountered:
The new functions from Rob are
life_expect_mean
andlife_expect_var
.These replace the old function
life_expect
.We need unit tests for the new functions.
Note: I have kept the old function,
life_expect
in the package but have added a.Deprecated
note to it.I want to keep it working for selfish reasons (I have a bunch of code I am working on that relies on that function!).
The text was updated successfully, but these errors were encountered: