=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-usethis-1.6.3/tests/testthat/helper.R-79- cfg <- git2r::config() r-cran-usethis-1.6.3/tests/testthat/helper.R:80: user_name <- cfg$local$`user.name` %||% cfg$global$`user.name` r-cran-usethis-1.6.3/tests/testthat/helper.R:81: user_email <- cfg$local$`user.email` %||% cfg$global$`user.email` r-cran-usethis-1.6.3/tests/testthat/helper.R-82- user_name_exists <- !is.null(user_name) ############################################## r-cran-usethis-1.6.3/NEWS.md-425-* `use_vignette()` includes the a standard initialisation chunk with r-cran-usethis-1.6.3/NEWS.md:426: `knitr::opts_chunk$set(comment = "#>", collapse = TRUE)` which should r-cran-usethis-1.6.3/NEWS.md-427- be used for all Rmds. ############################################## r-cran-usethis-1.6.3/debian/tests/run-unit-test-8-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-usethis-1.6.3/debian/tests/run-unit-test:9: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-cran-usethis-1.6.3/debian/tests/run-unit-test-10- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM