===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-cpp11-0.2.4/inst/include/cpp11/external_pointer.hpp-35-
r-cran-cpp11-0.2.4/inst/include/cpp11/external_pointer.hpp:36:    T* ptr = static_cast<T*>(R_ExternalPtrAddr(p));
r-cran-cpp11-0.2.4/inst/include/cpp11/external_pointer.hpp-37-
##############################################
r-cran-cpp11-0.2.4/inst/include/cpp11/external_pointer.hpp-74-  pointer get() const noexcept {
r-cran-cpp11-0.2.4/inst/include/cpp11/external_pointer.hpp:75:    pointer addr = static_cast<T*>(R_ExternalPtrAddr(data_));
r-cran-cpp11-0.2.4/inst/include/cpp11/external_pointer.hpp-76-    if (addr == nullptr) {
##############################################
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp-324-  // both copying and serializing.
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp:325:  static SEXP get_preserve_xptr_addr() {
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp-326-    static SEXP preserve_xptr_sym = Rf_install("cpp11_preserve_xptr");
##############################################
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp-331-    }
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp:332:    auto addr = R_ExternalPtrAddr(preserve_xptr);
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp-333-    if (addr == nullptr) {
##############################################
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp-350-    if (TYPEOF(preserve_list) != LISTSXP) {
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp:351:      preserve_list = get_preserve_xptr_addr();
r-cran-cpp11-0.2.4/inst/include/cpp11/protect.hpp-352-      if (TYPEOF(preserve_list) != LISTSXP) {
##############################################
r-cran-cpp11-0.2.4/debian/tests/run-unit-test-5-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-cpp11-0.2.4/debian/tests/run-unit-test:6:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-cpp11-0.2.4/debian/tests/run-unit-test-7-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM