=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-r.oo-1.24.0/R/050.Object.R-1846- ## r-cran-r.oo-1.24.0/R/050.Object.R:1847: ## `$<-`(this, name, value) r-cran-r.oo-1.24.0/R/050.Object.R-1848- ## ############################################## r-cran-r.oo-1.24.0/R/050.Object.R-1856- ## Using do.call() works around the problem in (2). r-cran-r.oo-1.24.0/R/050.Object.R:1857: do.call(`$<-`, args = list(this, name, value)) r-cran-r.oo-1.24.0/R/050.Object.R-1858-}) # "[[<-"() ############################################## r-cran-r.oo-1.24.0/R/zzz.avoid_Object_clashes.R-11-## Package 'arrow': r-cran-r.oo-1.24.0/R/zzz.avoid_Object_clashes.R:12:## `$<-.Object` causes problem for arrow:::as_arrow(). r-cran-r.oo-1.24.0/R/zzz.avoid_Object_clashes.R-13-## See https://github.com/HenrikBengtsson/R.oo/issues/21 ############################################## r-cran-r.oo-1.24.0/R/BasicObject.R-861- ## Must use do.call() here; see detailed comment for `[[<-.Object`. r-cran-r.oo-1.24.0/R/BasicObject.R:862: do.call(`$<-`, args = list(this, name, value)) r-cran-r.oo-1.24.0/R/BasicObject.R-863-}) # "[[<-"() ############################################## r-cran-r.oo-1.24.0/R/060.Class.R-1585-setMethodS3("[[<-", "Class", function(this, name, value) { r-cran-r.oo-1.24.0/R/060.Class.R:1586: do.call(`$<-`, list(this, name, value)) r-cran-r.oo-1.24.0/R/060.Class.R-1587-}) # "[[<-"() ############################################## r-cran-r.oo-1.24.0/debian/tests/run-unit-test-5-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-r.oo-1.24.0/debian/tests/run-unit-test:6: AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` r-cran-r.oo-1.24.0/debian/tests/run-unit-test-7-fi ############################################## r-cran-r.oo-1.24.0/debian/tests/run-unit-test-10-find . -name "*.gz" -exec gunzip \{\} \; r-cran-r.oo-1.24.0/debian/tests/run-unit-test:11:for htest in `ls *.R | sed 's/\.R$//'` ; do r-cran-r.oo-1.24.0/debian/tests/run-unit-test-12- LC_ALL=C R --no-save < ${htest}.R 2>&1 | tee > ${htest}.Rout