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

Auto-generate the NAMESPACE file with @importFrom #10

Closed dfrankow closed 4 years ago

dfrankow commented 4 years ago

Adds all the right directives so we can generate NAMESPACE with devtools::document(). 0 errors, 0 warnings, 0 notes.

Add package-level docs in ridge.R.

I used @importFrom instead of modifying the code.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #10   +/-   ##
======================================
  Coverage    3.41%   3.41%           
======================================
  Files          42      42           
  Lines        2955    2955           
======================================
  Hits          101     101           
  Misses       2854    2854
Impacted Files Coverage Δ
R/print.ridgeLogistic.R 0% <ø> (ø) :arrow_up:
R/predict.ridgeLogistic.R 0% <ø> (ø) :arrow_up:
R/plot.ridgeLogistic.R 0% <ø> (ø) :arrow_up:
R/pvals.R 0% <ø> (ø) :arrow_up:
R/print.summary.ridgeLogistic.R 0% <ø> (ø) :arrow_up:
R/summary.ridgeLogistic.R 0% <ø> (ø) :arrow_up:
R/logisticRidge.R 0% <ø> (ø) :arrow_up:
R/plot.pvalsRidgeLinear.R 0% <ø> (ø) :arrow_up:
R/coef.ridgeLogistic.R 0% <ø> (ø) :arrow_up:
R/linearRidgeGenotypes.R 0% <ø> (ø) :arrow_up:
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fd3f4c8...a3ef1ad. Read the comment docs.