cran-comments.md

Test environments

Local install, Windows, x64 R v3.2.5 win-build on CRAN's servers via devtools::build_win() Ubuntu 12.04 (on travis-ci), R versions 3.1.3, 3.2.3, devel

R CMD check results

There were no errors or warnings.

There is 1 note: checking R code for possible problems ... NOTE binned_data_cutpoints: no visible binding for global variable 'cl' create_model_matrix: no visible binding for global variable 'i' create_model_matrix: no visible binding for global variable 'nm' get_top_corrs: no visible binding for global variable 'nm' get_top_corrs: no visible binding for global variable 'var_name' get_top_corrs: no visible binding for global variable 'correlation' proc_freq: no visible binding for global variable 'count'

All of these come from two sources: using non-standard evaluation in the dplyr package, and using the foreach loops provided by the package foreach. The former I believe is justified because avoiding NSE in those places in my code would make it much more confusing to read/write. The latter is apparently unavoidable due to the internal mechanics of foreach.



awstringer/modellingTools documentation built on May 11, 2019, 4:11 p.m.