===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-pdftools-2.3.1/R/render.R-61-#' @param format string with output format such as `"png"` or `"jpeg"`. Must be equal
r-cran-pdftools-2.3.1/R/render.R:62:#' to one of `poppler_config()$supported_image_formats`.
r-cran-pdftools-2.3.1/R/render.R-63-#' @param pages vector with one-based page numbers to render. `NULL` means all pages.
##############################################
r-cran-pdftools-2.3.1/R/tools.R-13-#' When using \code{\link{pdf_data}} in R packages, condition use on
r-cran-pdftools-2.3.1/R/tools.R:14:#' `poppler_config()$has_pdf_data` which shows if this function can be
r-cran-pdftools-2.3.1/R/tools.R-15-#' used on the current system. For Ubuntu 16.04 (Xenial) and 18.04 (Bionic)
##############################################
r-cran-pdftools-2.3.1/configure-20-if [ $? -eq 0 ]; then
r-cran-pdftools-2.3.1/configure:21:  PKGCONFIG_CFLAGS=`pkg-config --cflags --silence-errors ${PKG_CONFIG_NAME}`
r-cran-pdftools-2.3.1/configure:22:  PKGCONFIG_LIBS=`pkg-config --libs ${PKG_CONFIG_NAME}`
r-cran-pdftools-2.3.1/configure-23-fi
##############################################
r-cran-pdftools-2.3.1/configure-59-# Find compiler
r-cran-pdftools-2.3.1/configure:60:CXX=`${R_HOME}/bin/R CMD config CXX`
r-cran-pdftools-2.3.1/configure:61:CPPFLAGS=`${R_HOME}/bin/R CMD config CPPFLAGS`
r-cran-pdftools-2.3.1/configure-62-
##############################################
r-cran-pdftools-2.3.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-pdftools-2.3.1/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-pdftools-2.3.1/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM