SteffenMoritz / ridge

CRAN R Package: Ridge Regression with automatic selection of the penalty parameter
GNU General Public License v2.0
18 stars 11 forks source link

misplaced print statement in linearRidge.R #17

Closed jtanevski closed 2 years ago

jtanevski commented 2 years ago

Since the last commit (548f48de31b8757571d83e6f2eb50b1d9a8a560f), on line 47 in linearRidge.R there is a misplaced print(m). This is probably a leftover from a debug session that causes unwanted clutter in the output when using ridge.

SteffenMoritz commented 2 years ago

Jovan, thank you so much for opening an issue.

This is probably a leftover from a debug session that causes unwanted clutter in the output when using ridge.

Totally true, I'll upload a fixed version this week.

SteffenMoritz commented 2 years ago

New version is on it's way to CRAN :)