NEWS | R Documentation |
NEWS file for the Pade package
Changes in version 1.0.7 (2024-06-19)
Changed
Use native CRAN DOI.
Update ‘README’ and documentation.
Add package metadata unit test.
Set up new version of rhub checking.
Changes in version 1.0.6 (2023-10-12)
Changed
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.
Changes in version 1.0.5 (2023-02-01)
Changed
Updated help.
Updated Github actions.
Made code more consistent with style guide.
CITATION converted to use
bibentry
at CRAN request.
Changes in version 1.0.4 (2022-01-18)
Changed
Converted tests to tinytest to reduce dependencies.
Added DOI to citation.
Changes in version 1.0.3 (2020-11-10)
Fixed
Corrected CRAN requests.
Changes in version 1.0.2 (2020-11-08)
Changed
Changed tests to be compliant with testthat 3rd edition.
Cleaned up documentation.
Changes in version 1.0.1 (2020-06-02)
Added
Added source and ISBN to Description per CRAN request.
Added CITATION file.
Changed
Cleaned README & NEWS.
Changes in version 1.0.0 (2019-12-08)
Added
Added CRAN version release and date badge.
Changed
Incremented to release version.
Internal tweaks to project files.
Changes in version 0.1.5 (2019-10-07)
Changed
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.
Changes in version 0.1-4 (2015-07-29)
Bug fixes
Correct the example to evaluate from
x^0
, notx^1
, by appending-1
to theseq_along
call (Issue #1: Thanks to Anonymous. Note: In move to github, this issue could not be transferred).
Changes in version 0.1-3 (2015-06-30)
Updates
Update DESCRIPTION and NAMESPACE to explicitly import
head
andtail
from packageutils
.
Changes in version 0.1-2 (2015-06-10)
Updates
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.
Changes in version 0.1-1 (2015-06-09)
Added
Initial release.