Skip to content

Commit

Permalink
Merge pull request #361 from facebookexperimental/allocation_range
Browse files Browse the repository at this point in the history
Allocation and plots improvements. Version 3.6.2
  • Loading branch information
kyletgoldberg committed Mar 31, 2022
2 parents a7406bf + 19bf071 commit edf5067
Show file tree
Hide file tree
Showing 24 changed files with 627 additions and 533 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Robyn
Type: Package
Title: Semi-Automated Marketing Mix Modeling (MMM) from Meta Marketing Science
Version: 3.6.1
Version: 3.6.2
Authors@R: c(
person("Gufeng", "Zhou", , "gufeng@fb.com", c("aut")),
person("Leonel", "Sentana", , "leonelsentana@fb.com", c("aut")),
Expand Down
4 changes: 4 additions & 0 deletions R/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method(plot,robyn_allocator)
S3method(plot,robyn_save)
S3method(print,robyn_allocator)
S3method(print,robyn_inputs)
Expand Down Expand Up @@ -54,6 +55,7 @@ importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
Expand All @@ -70,7 +72,9 @@ importFrom(lares,freqs)
importFrom(lares,glued)
importFrom(lares,removenacols)
importFrom(lares,scale_x_abbr)
importFrom(lares,scale_x_percent)
importFrom(lares,scale_y_abbr)
importFrom(lares,scale_y_percent)
importFrom(lares,theme_lares)
importFrom(lares,v2t)
importFrom(lubridate,day)
Expand Down
Loading

0 comments on commit edf5067

Please sign in to comment.