- Resolved issues causing failures in CRAN checks on multiple platforms.
- Added
tibble
,vctrs
, andpkgdown
toSuggests
. - Minor fixes applied to the
serp.fit
file.
- The
errorMetrics()
function is no longer exported. An equivalent function with enhanced functionality is provided by theerroR()
function in the gofcat package. - Fixed dependency-induced bugs in package tests.
- Removed the
License
file from theDESCRIPTION
and associated file docs. - Minor updates to the serp documentation.
- CRAN release.
- Imported
crayon
to enable colored outputs in returned objects. - Improved test coverage by updating serp tests.
- Fixed a bug in
errorMetrics
, with themodel
argument removed. - Added a
print
method and object class forerrorMetrics
results. - Replaced
cat()
withmessage()
where appropriate. - Added a citation for the serp package.
- JOSS release.
- Minor updates to serp documentation.
- Provided
coefficient()
as an alias forcoef()
. - Updated
README.md
to include community guidelines and a contributors' code of conduct.
- Initial submission to CRAN.
- Added the
update
function to the namespace. - Included examples in the documentation of various functions.
- Set the shrinkage parameter's upper limit to
1e10
inserp.control
. - Fixed bugs in the test functions.
- Replaced the deviance tuning option in
serp.tuneMethod
with AIC. - serp output now includes residual degrees of freedom (rdf).
- Added functionality to compute effective degrees of freedom and rdf from the trace of the generalized hat matrix.
- Updated the "Value" section of the
serp.summary
documentation. - Enhanced serp test functions.
- Made changes to
README.Rmd
andREADME.md
.
- Released version 0.2.0 of serp.
- Re-submitted to CRAN.
- Fixed all issues identified in the last CRAN release.
- Submitted serp version 0.1.9 to CRAN.
- Updated
README.md
. - Added DOI to the
DESCRIPTION
file. - Updated references in serp documentation.
- Fixed bugs in tests.
- Reconstructed tests to improve unit test coverage.
- Revised error and warning messages in key serp functions.
- Fixed bugs in
anova.serp
.
- Updated the
License
field inDESCRIPTION
. - Fixed bugs in example code.
- Corrected bugs in test files.
- Corrected column titles for predicted values with
reverse = TRUE
. - Fixed bugs in the deviance function (
dvfun
). - Enhanced the
serp.predict
function to handle single and multiple row inputs. - Improved the iteration algorithm in
serp.fit
. - Removed commented lines from the main serp function.
- Moved
reverse
andlinkf
arguments from the main function toserp.fit
. - Corrected results for
loglog
andcloglog
links withreverse = TRUE
. - Split long lines of code in the score function for readability.
- Updated starting values to account for different link functions.
- Removed the
reverse
statement from thecv
function. - Deprecated
reverse.fun
insummary.serp
. - Normalized predicted values in
errorMetrics
for efficiency.
- Updated warning messages in
serp.fit
. - Fixed a bug in
serp.fit
when specifyinggridType
. - Removed
trainError
from serp output. - Deprecated
reverse.fun
. - Made minor adjustments to
penalty.print
. - Fixed bugs in
print.summary.serp
. - Adjusted
summary.serp
to excludetrainError
. - Reconstructed the
predict
function and fixed bugs related to thenewdata
argument. - Fixed bugs in the
anova
function, now including slope type in the output. - Disabled
anova
tests for thepenalize
slope type. - Updated warning messages in
serp.control
.
- Adopted a new license for serp.
- Added badges and a hexagon sticker to
README.md
.
- Re-submitted the serp package to CRAN.
- Included references to methods used in the package in the
DESCRIPTION
field. - Added
Value
sections to all exported methods with detailed explanations. - Enabled all examples by removing
\dontrun{}
blocks. - Removed all occurrences of
<<-
in functions. - Updated
README.md
.