diff --git a/DESCRIPTION b/DESCRIPTION index c87f327..8f37297 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,10 +5,11 @@ Version: 2.0.1 Date: 2016-10-04 Authors@R: c( person("Bin", "Dai", , "bdai@uwalumni.com", role = c("aut")), - person("Jared", "Huling", , "jaredhuling@gmail.com", c("aut", "cre")) + person("Jared", "Huling", , "jaredhuling@gmail.com", c("aut", "cre")), + person("Yixuan", "Qiu", , , c("ctb")) ) Maintainer: Jared Huling -Description: Solves penalized least squares problems using the orthogonalizing EM algorithm of Xiong et al. (2016). The main fitting function is oem() and the functions cv.oem() and xval.oem() are for cross validation, the latter being an accelerated cross validation function for linear models. The big.oem() function allows for out of memory fitting. +Description: Solves penalized least squares problems using the orthogonalizing EM algorithm of Xiong et al. (2016) . The main fitting function is oem() and the functions cv.oem() and xval.oem() are for cross validation, the latter being an accelerated cross validation function for linear models. The big.oem() function allows for out of memory fitting. URL: https://github.com/jaredhuling/oem BugReports: https://github.com/jaredhuling/oem/issues License: GPL (>= 2) diff --git a/cran-comments.md b/cran-comments.md index cd1c769..07f541b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ ## New Maintainer for 'oem' -Added more thorough description to the description file. +Contributor addition Jared Huling will be taking over Bin Dai's role of the maintainer of the oem package.