=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c-882- // Pass graphics parameters cex and fontface. r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c:883: SETCADDR( RCallBack, ScalarReal( fontScale ) ); r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c-884- SET_TAG( CDDR( RCallBack ), install("cex") ); ############################################## r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c-1048- // Pass graphics parameters cex and fontface. r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c:1049: SETCADDR( RCallBack, ScalarReal( fontScale ) ); r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c-1050- SET_TAG( CDDR( RCallBack ), install("cex") ); ############################################## r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c-1588- r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c:1589: SETCADDR( RCallBack, ScalarInteger( tikzInfo->rasterFileCount ) ); r-cran-tikzdevice-0.12.3.1/src/tikzDevice.c-1590- SET_TAG( CDDR(RCallBack), install("rasterCount") ); ############################################## r-cran-tikzdevice-0.12.3.1/vignettes/tikzDevice.Rnw-1829- r-cran-tikzdevice-0.12.3.1/vignettes/tikzDevice.Rnw:1830:Providing font metrics and string widths is without a doubt the most difficult task a \lang{R} graphics device must undertake. The calculation of string widths is made even more difficult for the \pkg{tikzDevice} as we attempt to process arbitrary \LaTeX{} strings. Inside \lang{R} the string ``\verb`$\alpha$`'' literally has 8 characters, but when it is typeset it only has one: $\alpha$. r-cran-tikzdevice-0.12.3.1/vignettes/tikzDevice.Rnw-1831- ############################################## r-cran-tikzdevice-0.12.3.1/inst/doc/tikzDevice.Rnw-1829- r-cran-tikzdevice-0.12.3.1/inst/doc/tikzDevice.Rnw:1830:Providing font metrics and string widths is without a doubt the most difficult task a \lang{R} graphics device must undertake. The calculation of string widths is made even more difficult for the \pkg{tikzDevice} as we attempt to process arbitrary \LaTeX{} strings. Inside \lang{R} the string ``\verb`$\alpha$`'' literally has 8 characters, but when it is typeset it only has one: $\alpha$. r-cran-tikzdevice-0.12.3.1/inst/doc/tikzDevice.Rnw-1831- ############################################## r-cran-tikzdevice-0.12.3.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-tikzdevice-0.12.3.1/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-cran-tikzdevice-0.12.3.1/debian/tests/run-unit-test-8- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM