Skip to content

Commit edf5067

Browse files
Merge pull request #361 from facebookexperimental/allocation_range
Allocation and plots improvements. Version 3.6.2
2 parents a7406bf + 19bf071 commit edf5067

24 files changed

+627
-533
lines changed

R/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Robyn
22
Type: Package
33
Title: Semi-Automated Marketing Mix Modeling (MMM) from Meta Marketing Science
4-
Version: 3.6.1
4+
Version: 3.6.2
55
Authors@R: c(
66
person("Gufeng", "Zhou", , "gufeng@fb.com", c("aut")),
77
person("Leonel", "Sentana", , "leonelsentana@fb.com", c("aut")),

R/NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
S3method(plot,robyn_allocator)
34
S3method(plot,robyn_save)
45
S3method(print,robyn_allocator)
56
S3method(print,robyn_inputs)
@@ -54,6 +55,7 @@ importFrom(dplyr,row_number)
5455
importFrom(dplyr,select)
5556
importFrom(dplyr,slice)
5657
importFrom(dplyr,summarise)
58+
importFrom(dplyr,summarise_all)
5759
importFrom(dplyr,ungroup)
5860
importFrom(foreach,"%dopar%")
5961
importFrom(foreach,foreach)
@@ -70,7 +72,9 @@ importFrom(lares,freqs)
7072
importFrom(lares,glued)
7173
importFrom(lares,removenacols)
7274
importFrom(lares,scale_x_abbr)
75+
importFrom(lares,scale_x_percent)
7376
importFrom(lares,scale_y_abbr)
77+
importFrom(lares,scale_y_percent)
7478
importFrom(lares,theme_lares)
7579
importFrom(lares,v2t)
7680
importFrom(lubridate,day)

0 commit comments

Comments
 (0)