aalfons / robustHD

Robust methods for high-dimensional data, in particular linear model selection techniques based on least angle regression and sparse regression.
GNU General Public License v3.0
10 stars 6 forks source link

Parallel computing in rlars() #19

Closed aalfons closed 12 years ago

aalfons commented 12 years ago

rlars() prefers argument ncores over cl for parallel computing on the R level, even though the help file states otherwise. The help file is correct, cl should be preferred over ncores for consistency with other functions.