===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-rle-0.9.2/R/rle_future.R-78-#' @export
r-cran-rle-0.9.2/R/rle_future.R:79:`$.rle` <- function(x, name){
r-cran-rle-0.9.2/R/rle_future.R-80-  NextMethod()
##############################################
r-cran-rle-0.9.2/R/rle_future.R-84-#' @export
r-cran-rle-0.9.2/R/rle_future.R:85:`$<-.rle` <- function(x, name, value){
r-cran-rle-0.9.2/R/rle_future.R-86-  NextMethod()
##############################################
r-cran-rle-0.9.2/R/rle_utils.R-18-#'
r-cran-rle-0.9.2/R/rle_utils.R:19:#' @param e1,e2 arguments to multiply, both `<=.Machine$integer.max`.
r-cran-rle-0.9.2/R/rle_utils.R-20-#'
##############################################
r-cran-rle-0.9.2/R/AAA.R-33-#'   by an `rle` object, though it is possible to access its
r-cran-rle-0.9.2/R/AAA.R:34:#'   underlying representation (i.e., `$lenths` and `$values`) by
r-cran-rle-0.9.2/R/AAA.R-35-#'   name using any of the above operators or the `$` operator.