-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* clv.data as.data.frame / as.data.table (#184) * as.clv.data (#187) * clv.data subset() (#185) * clv.data summary for selected customers (#196) * PNBD DERT numerical stability (#186) * clv.data: plot spending density, interpurchase time density, num transactions barplot (#188 #190 #192) * PMF and PMF plot (#193 #194) * Github actions: best practices (#195) * Vignette * Update maintainer email Co-authored-by: Patrick Bachmann <[email protected]>
- Loading branch information
Showing
130 changed files
with
4,084 additions
and
1,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Package: CLVTools | ||
Title: Tools for Customer Lifetime Value Estimation | ||
Version: 0.8.1 | ||
Date: 2021-10-13 | ||
Version: 0.9.0 | ||
Date: 2022-01-07 | ||
Authors@R: c( | ||
person(given="Patrick", family="Bachmann", email = "[email protected].ch", role = c("cre","aut")), | ||
person(given="Patrick", family="Bachmann", email = "pbachma@ethz.ch", role = c("cre","aut")), | ||
person(given="Niels", family="Kuebler", email = "[email protected]", role = "aut"), | ||
person(given="Markus", family="Meierer", email = "[email protected]", role = "aut"), | ||
person(given="Jeffrey", family="Naef", email = "[email protected]",role = "aut"), | ||
|
@@ -43,7 +43,6 @@ Imports: | |
utils | ||
Suggests: | ||
covr, | ||
future, | ||
knitr, | ||
rmarkdown, | ||
testthat | ||
|
@@ -94,12 +93,12 @@ Collate: | |
'class_clv_time_weeks.R' | ||
'class_clv_time_years.R' | ||
'clv_template_controlflow_estimate.R' | ||
'clv_template_controlflow_pmf.R' | ||
'clv_template_controlflow_predict.R' | ||
'data.R' | ||
'f_DoExpectation.R' | ||
'f_clvdata_inputchecks.R' | ||
'f_clvfitted_inputchecks.R' | ||
'f_generics_clvdata.R' | ||
'f_generics_clvfitted.R' | ||
'f_generics_clvfitted_estimate.R' | ||
'f_generics_clvfittedspending.R' | ||
|
@@ -113,6 +112,7 @@ Collate: | |
'f_interface_clvdata.R' | ||
'f_interface_gg.R' | ||
'f_interface_ggomnbd.R' | ||
'f_interface_pmf.R' | ||
'f_interface_pnbd.R' | ||
'f_interface_predict_clvfittedspending.R' | ||
'f_interface_predict_clvfittedtransactions.R' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.