HenrikBengtsson / illuminaio

🔬 R package: This is the Bioconductor devel version of the illuminaio package.
http://bioconductor.org/packages/devel/bioc/html/illuminaio.html
6 stars 2 forks source link

ROBUSTNESS: Add explicit 'stringsAsFactors' arguments [cbind, rbind] #14

Closed HenrikBengtsson closed 4 years ago

HenrikBengtsson commented 4 years ago
$ for pkg in $pkgs; do echo "$pkg:"; (cd "$pkg"; grep -E "^[ \t]*[^#].*[cr]bind" -- */*.R | grep -vF stringsAsFactors;); echo; read -r -p "Press ENTER to continue ..."; done

illuminaio:
R/readIDAT_enc.R:    idx <- cbind(grep("<ProcessEntry>", lines), grep("</ProcessEntry>", lines))
R/readIDAT_nonenc.R:    Quants <- cbind(res$Mean, res$SD, res$NBeads)
HenrikBengtsson commented 4 years ago

Nothing to do here; there're no stringsAsFactors for any of the cbind() methods;

Functions that use stringsAsFactors = default.stringsAsFactors():