=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-purrrogress-0.1.1/README.md-167- the progress windows through other steps should be initialized here. r-cran-purrrogress-0.1.1/README.md:168: It should additionally call `super$init()` to start timers. The r-cran-purrrogress-0.1.1/README.md-169- return value should be `invisible(self)`. ############################################## r-cran-purrrogress-0.1.1/README.md-172- progress object should be unusable. There is no need to call r-cran-purrrogress-0.1.1/README.md:173: `super$term()` at this time but is it provided for good practice. r-cran-purrrogress-0.1.1/README.md-174- The return value is expected to be `invisible(NULL)`. ############################################## r-cran-purrrogress-0.1.1/R/group_map.R-33- push_progress(pb, "with_progress") r-cran-purrrogress-0.1.1/R/group_map.R:34: # eval( quote(on.exit(.GlobalEnv$pop_progress(), add=TRUE)) r-cran-purrrogress-0.1.1/R/group_map.R-35- # , frame ############################################## r-cran-purrrogress-0.1.1/R/purrr.R-183- push_progress(pb, "with_progress") r-cran-purrrogress-0.1.1/R/purrr.R:184: eval(quote(on.exit(quote(.GlobalEnv$pop_progress("with_progress")))), sys.frame(i)) r-cran-purrrogress-0.1.1/R/purrr.R-185- pb$init() ############################################## r-cran-purrrogress-0.1.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-purrrogress-0.1.1/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-cran-purrrogress-0.1.1/debian/tests/run-unit-test-8- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM