Package: AutoPlots Check: examples New result: ERROR Running examples in ‘AutoPlots-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Plot.Parallel > ### Title: Plot.Parallel > ### Aliases: Plot.Parallel > > ### ** Examples > > # Create data > dt = AutoPlots::FakeDataGenerator(N = 100000) > > # Create plot > AutoPlots::Plot.Parallel( + dt = dt, + SampleSize = 1000, + CorrVars = c("Independent_Variable3", + "Independent_Variable4", + "Independent_Variable5", + "Independent_Variable6", + "Independent_Variable7"), + FacetRows = 1, + FacetCols = 1, + FacetLevels = NULL, + PreAgg = FALSE, + Height = NULL, + Width = NULL, + Title = "Parallel Plot", + ShowLabels = FALSE, + Title.YAxis = NULL, + Title.XAxis = NULL, + EchartsTheme = "macarons", + MouseScroll = TRUE, + TextColor = "black", + title.fontSize = 22, + title.fontWeight = "bold", + title.textShadowColor = '#63aeff', + title.textShadowBlur = 3, + title.textShadowOffsetY = 1, + title.textShadowOffsetX = -1, + yaxis.fontSize = 14, + xaxis.fontSize = 14, + Debug = FALSE) Error in eval(parse(text = c("echarts4r::e_parallel_(e = p1, ", noquote(c(paste0(CorrVars[seq_len(length(CorrVars) - : object 'Independent_Variable3' not found Calls: -> eval -> eval -> -> [ -> [.data.frame Execution halted