===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-wk-0.3.3/R/wk-rcrd.R-63-#' @export
r-cran-wk-0.3.3/R/wk-rcrd.R:64:`$.wk_rcrd` <- function(x, i) {
r-cran-wk-0.3.3/R/wk-rcrd.R-65-  stop("`$` is not meaningful for 'wk_rcrd' objects", call. = FALSE)
##############################################
r-cran-wk-0.3.3/inst/include/wk/wkt-streamer.hpp-365-      this->assert_('M');
r-cran-wk-0.3.3/inst/include/wk/wkt-streamer.hpp:366:      meta.hasM = true;
r-cran-wk-0.3.3/inst/include/wk/wkt-streamer.hpp-367-    }
##############################################
r-cran-wk-0.3.3/inst/include/wk/wkt-streamer.hpp-657-    coord.hasZ = meta.hasZ;
r-cran-wk-0.3.3/inst/include/wk/wkt-streamer.hpp:658:    coord.hasM = meta.hasM;
r-cran-wk-0.3.3/inst/include/wk/wkt-streamer.hpp-659-    return coord;
##############################################
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp-32-      meta.hasZ = coord.hasZ;
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp:33:      meta.hasM = coord.hasM;
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp-34-      handler->nextGeometryStart(meta, WKReader::PART_ID_NONE);
##############################################
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp-113-    meta.hasZ = firstCoord.hasZ;
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp:114:    meta.hasM = firstCoord.hasM;
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp-115-
##############################################
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp-176-    meta.hasZ = firstCoord.hasZ;
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp:177:    meta.hasM = firstCoord.hasM;
r-cran-wk-0.3.3/inst/include/wk/rcpp-coord-reader.hpp-178-
##############################################
r-cran-wk-0.3.3/inst/include/wk/coord.hpp-22-  bool operator == (WKCoord& other) {
r-cran-wk-0.3.3/inst/include/wk/coord.hpp:23:    if (this->hasZ != other.hasZ || this->hasM != other.hasM) {
r-cran-wk-0.3.3/inst/include/wk/coord.hpp-24-      return false;
##############################################
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp-212-    coord.hasZ = meta.hasZ;
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp:213:    coord.hasM = meta.hasM;
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp-214-
##############################################
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp-246-    bool hasZ = false;
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp:247:    bool hasM = false;
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp-248-
##############################################
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp-267-      try {
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp:268:        hasM = item.attr("has_m");
r-cran-wk-0.3.3/inst/include/wk/rcpp-sexp-reader.hpp-269-      } catch(std::exception& e) {
##############################################
r-cran-wk-0.3.3/inst/include/wk/wkt-writer.hpp-52-
r-cran-wk-0.3.3/inst/include/wk/wkt-writer.hpp:53:    if (this->newMeta.hasM && coord.hasM) {
r-cran-wk-0.3.3/inst/include/wk/wkt-writer.hpp-54-      this->exporter.writeConstChar(" ");
##############################################
r-cran-wk-0.3.3/inst/include/wk/wkb-writer.hpp-70-    }
r-cran-wk-0.3.3/inst/include/wk/wkb-writer.hpp:71:    if (this->newMeta.hasM && coord.hasM) {
r-cran-wk-0.3.3/inst/include/wk/wkb-writer.hpp-72-      this->writeDouble(coord.m);
##############################################
r-cran-wk-0.3.3/debian/tests/run-unit-test-5-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-wk-0.3.3/debian/tests/run-unit-test:6:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-wk-0.3.3/debian/tests/run-unit-test-7-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM