Skip to content

Commit

Permalink
changed grammar of sentence to appease CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhuling committed Oct 18, 2016
1 parent 477594b commit f9d645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(
person("Jared", "Huling", , "jaredhuling@gmail.com", c("aut", "cre"))
)
Maintainer: Jared Huling <jaredhuling@gmail.com>
Description: Contains functions for solving penalized least squares problems using the orthogonalizing EM algorithm of Xiong et al. (2016)<http://dx.doi.org/10.1080/00401706.2015.1054436>. 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)<doi:10.1080/00401706.2015.1054436>. 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)
Expand Down

0 comments on commit f9d645d

Please sign in to comment.