===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-xml2-1.3.2/inst/include/xml2_types.h-26-  T* get() const {
r-cran-xml2-1.3.2/inst/include/xml2_types.h:27:    return (T*)(R_ExternalPtrAddr(data_));
r-cran-xml2-1.3.2/inst/include/xml2_types.h-28-  }
##############################################
r-cran-xml2-1.3.2/inst/include/xml2_types.h-57-
r-cran-xml2-1.3.2/inst/include/xml2_types.h:58:    xmlDoc* ptr = (xmlDoc*) R_ExternalPtrAddr(p);
r-cran-xml2-1.3.2/inst/include/xml2_types.h-59-
##############################################
r-cran-xml2-1.3.2/configure-34-    if [ "$OS_TYPE" = "Darwin" ] && [ "$OS_VERSION" -gt "13" ] && [ "$OS_VERSION" -lt "17" ]; then
r-cran-xml2-1.3.2/configure:35:      PKGCONFIG_CFLAGS=`echo $PKGCONFIG_CFLAGS | perl -pe "s{\Q\`xcrun -show-sdk-path\`\E}{}"`
r-cran-xml2-1.3.2/configure:36:      PKGCONFIG_LIBS=`echo $PKGCONFIG_LIBS | perl -pe "s{\Q\`xcrun -show-sdk-path\`\E}{}"`
r-cran-xml2-1.3.2/configure-37-    fi
##############################################
r-cran-xml2-1.3.2/configure-47-    if [ $? -eq 0 ]; then
r-cran-xml2-1.3.2/configure:48:      PKGCONFIG_CFLAGS=`pkg-config --cflags $PKG_CONFIG_NAME`
r-cran-xml2-1.3.2/configure:49:      PKGCONFIG_LIBS=`pkg-config --libs $PKG_CONFIG_NAME`
r-cran-xml2-1.3.2/configure-50-    fi
##############################################
r-cran-xml2-1.3.2/configure-60-# Find compiler
r-cran-xml2-1.3.2/configure:61:CC=`${R_HOME}/bin/R CMD config CC`
r-cran-xml2-1.3.2/configure:62:CFLAGS=`${R_HOME}/bin/R CMD config CFLAGS`
r-cran-xml2-1.3.2/configure:63:CPPFLAGS=`${R_HOME}/bin/R CMD config CPPFLAGS`
r-cran-xml2-1.3.2/configure-64-
##############################################
r-cran-xml2-1.3.2/debian/tests/run-unit-test-3-oname=xml2
r-cran-xml2-1.3.2/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr [A-Z] [a-z]`
r-cran-xml2-1.3.2/debian/tests/run-unit-test-5-
r-cran-xml2-1.3.2/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-xml2-1.3.2/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-xml2-1.3.2/debian/tests/run-unit-test-8-fi