Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into fix
  • Loading branch information
jeffedwards committed Mar 4, 2022
2 parents 1d3b7c5 + d5f5c86 commit 9295ffb
Show file tree
Hide file tree
Showing 54 changed files with 3,595 additions and 2,474 deletions.
85 changes: 85 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Package: Robyn
Type: Package
Title: Automated Marketing Mix Modeling (MMM) Open Source Beta Project from Facebook Marketing Science
Version: 3.5.0
Title: Semi-Automated Marketing Mix Modeling (MMM) from Meta Marketing Science
Version: 3.6.0
Authors@R: c(
person("Gufeng", "Zhou", , "[email protected]", c("aut")),
person("Leonel", "Sentana", , "[email protected]", c("aut")),
person("Igor", "Skokan", , "[email protected]", c("aut")),
person("Bernardo", "Lares", , "[email protected]", c("cre","aut")))
Maintainer: Gufeng Zhou <[email protected]>, Bernardo Lares <[email protected]>
Description: Automated Marketing Mix Modeling (MMM) package that aims to reduce human bias by means of ridge regression and evolutionary algorithms, enables actionable decision making providing a budget allocator and diminishing returns curves and allows ground-truth calibration to account for causation.
Description: Semi-Automated Marketing Mix Modeling (MMM) package that aims to reduce human bias by means of ridge regression and evolutionary algorithms, enables actionable decision making providing a budget allocator and diminishing returns curves and allows ground-truth calibration to account for causation.
Depends:
R (>= 3.5)
R (>= 4.0)
Imports:
data.table,
doParallel,
Expand Down
19 changes: 18 additions & 1 deletion R/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Generated by roxygen2: do not edit by hand

S3method(print,robyn_allocator)
S3method(print,robyn_inputs)
S3method(print,robyn_models)
S3method(print,robyn_outputs)
S3method(print,robyn_refresh)
export(adstock_geometric)
export(adstock_weibull)
export(hyper_limits)
Expand All @@ -9,8 +14,8 @@ export(plot_adstock)
export(plot_saturation)
export(robyn_allocator)
export(robyn_clusters)
export(robyn_converge)
export(robyn_csv)
export(robyn_engineering)
export(robyn_inputs)
export(robyn_mmm)
export(robyn_onepagers)
Expand Down Expand Up @@ -40,10 +45,13 @@ importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
Expand All @@ -57,8 +65,12 @@ importFrom(lares,check_opts)
importFrom(lares,clusterKmeans)
importFrom(lares,formatNum)
importFrom(lares,freqs)
importFrom(lares,glued)
importFrom(lares,removenacols)
importFrom(lares,scale_x_abbr)
importFrom(lares,scale_y_abbr)
importFrom(lares,theme_lares)
importFrom(lares,v2t)
importFrom(lubridate,day)
importFrom(lubridate,floor_date)
importFrom(lubridate,is.Date)
Expand Down Expand Up @@ -89,13 +101,17 @@ importFrom(stats,coef)
importFrom(stats,dweibull)
importFrom(stats,end)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,nls.control)
importFrom(stats,predict)
importFrom(stats,pweibull)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,start)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
Expand All @@ -108,4 +124,5 @@ importFrom(utils,askYesNo)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
Loading

0 comments on commit 9295ffb

Please sign in to comment.