Changes in version 0.4.11 - add plagsarlm() and flagsarlm(). Changes in version 0.4.10 - update dependencies based on roxygen2 (v8.0.0). Changes in version 0.4.9 - reorder the augments pboost(xmat, yvec), frs(xmat, yvec). - add prq.fit(), frq.fit() - update excluding set in provide_args for *.fit. - polish doc. Changes in version 0.4.8 (2026-05-13) - unexport penalization methods. Changes in version 0.4.7 - add check examples in penalization.R - combine examples in wrapped frs-models into pbooost-models Changes in version 0.4.6 - polish the wrapped models, including formula parse and arguments parse. Changes in version 0.4.5 - add fcoxph() Changes in version 0.4.4 - add penalty-glm, penalty-ncvreg, penalty-rq, penalty-sar. - add pcoxph() Changes in version 0.4.3 - remove lasso-glm, lasso-rq, lasso-sar. Changes in version 0.4.2 - fix the bug of the new design version of pboost() (fortunately, it has not been officially released yet). - polish frs() Changes in version 0.4.1 - update lasso_rq(). Changes in version 0.4.0 - add lasso_sar(), lasso_rq(), lasso_glm(). Changes in version 0.3.8 - add coef.sarpboost(), set_rook_matrix() Changes in version 0.3.7 - polish Changes in version 0.3.6 - simplify unnecessary provided_args Changes in version 0.3.5 - add frq() Changes in version 0.3.4 - add fbetareg() - fix bug infrs() Changes in version 0.3.3 Reformulate according the new interface pboost(): - pbetareg() - pglm() - plm() - prq() Newly add: - psar(), fsar() Changes in version 0.3.2 - reformulate pboost(). Changes in version 0.3.1 - add flm(), fglm(). Changes in version 0.3.0 - add forward regression selection framework (frs.R). Changes in version 0.2.2 - update documentation. Changes in version 0.2.1 (2026-01-08) - polish the documentation. Changes in version 0.2.0 - remove commented codes in examples. - wrap the lengthy examples in \donttest{}. - eval argument data at first in wrapped models. Changes in version 0.1.1 - polish the help documentation. - Refine the DESCRIPTION file to ensure it conforms to the required specifications Changes in version 0.1.0 - Initial CRAN submission.