===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-beeswarm-0.2.3/R/beeswarm.R-313-    m <- match.call(expand.dots = FALSE)
r-cran-beeswarm-0.2.3/R/beeswarm.R:314:    if (is.matrix(eval(m$data, parent.frame()))) 
r-cran-beeswarm-0.2.3/R/beeswarm.R-315-        m$data <- as.data.frame(data)
##############################################
r-cran-beeswarm-0.2.3/R/bxplot.R-51-    m <- match.call(expand.dots = FALSE)
r-cran-beeswarm-0.2.3/R/bxplot.R:52:    if (is.matrix(eval(m$data, parent.frame()))) 
r-cran-beeswarm-0.2.3/R/bxplot.R-53-        m$data <- as.data.frame(data)