Use native CRAN DOI.
Update ‘README’ and documentation.
Add package metadata unit test.
Set up new version of rhub checking.
Limited exports.
Added SPDX codes to source files.
Refactored ‘README’ to split out security and contributions wordings to their own respective files and link the citation to the file on CRAN.
Updated help.
Updated Github actions.
Made code more consistent with style guide.
CITATION converted to use bibentry
at CRAN request.
Converted tests to tinytest to reduce dependencies.
Added DOI to citation.
Corrected CRAN requests.
Changed tests to be compliant with testthat 3rd edition.
Cleaned up documentation.
Added source and ISBN to Description per CRAN request.
Added CITATION file.
Cleaned README & NEWS.
Added CRAN version release and date badge.
Incremented to release version.
Internal tweaks to project files.
Moved primary repository from Bitbucket to Github.
Changed versioning to more canonic Major.Minor.Patch.
Changed example to use lowercase x
.
Changed Author description to include ORCID.
Added project status badge to README.
Added line feeds before and after LaTeX blocks in README.
Correct the example to evaluate from x^0
, not x^1
,
by appending -1
to the seq_along
call (Issue #1:
Thanks to Anonymous. Note: In move to github, this issue could not be
transferred).
Update DESCRIPTION and NAMESPACE to explicitly import
head
and tail
from
package utils
.
Corrected use of grave to proper aigu (thanks to Dirk Eddelbuettel).
Made polynomial order variable names consistent in documentation.
Minor clarifying prose tweaks to documentation.
Initial release.