===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-circlize-0.4.11/R/global.R-401-			if(sector.range[i] == 0) {
r-cran-circlize-0.4.11/R/global.R:402:				stop_wrap("Range of the sector ('", le[i] ,"') cannot be 0. You might need to set the second and the fourth values in `circos.par$cell.padding` to 0.")
r-cran-circlize-0.4.11/R/global.R-403-			}
##############################################
r-cran-circlize-0.4.11/R/global.R-946-# The variable `CELL_META` can only be used to get meta data of the "current" cell.
r-cran-circlize-0.4.11/R/global.R:947:# Basically you can simply replace  e.g. ``get.cell.meta.data("sector.index")`` to ``CELL_META$sector.index``.
r-cran-circlize-0.4.11/R/global.R-948-#
##############################################
r-cran-circlize-0.4.11/R/global.R-1009-# The variable `CELL_META` can only be used to get meta data of the "current" cell.
r-cran-circlize-0.4.11/R/global.R:1010:# Basically you can simply replace  e.g. ``get.cell.meta.data("sector.index")`` to ``CELL_META$sector.index``.
r-cran-circlize-0.4.11/R/global.R-1011-#
##############################################
r-cran-circlize-0.4.11/R/global.R-1025-print.CELL_META = function(x, ...) {
r-cran-circlize-0.4.11/R/global.R:1026:	cat(paste(strwrap("Please use in a form of `CELL_META$name` where `name` should be supported in `get.cell.meta.data()`. Type `names(CELL_META)` for supported names.\n"), collapse = "\n"), "\n")
r-cran-circlize-0.4.11/R/global.R-1027-}
##############################################
r-cran-circlize-0.4.11/R/chordDiagram.R-842-			df[, 4] = v2
r-cran-circlize-0.4.11/R/chordDiagram.R:843:			if(circos.par$message) message_wrap("There are more than one numeric columns in the data frame. Take the first two numeric columns and draw the link ends with unequal width.\n\nType `circos.par$message = FALSE` to suppress the message.")
r-cran-circlize-0.4.11/R/chordDiagram.R-844-		}