Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.16 KB

File metadata and controls

34 lines (20 loc) · 1.16 KB

R CMD check results

I have run R CMD check on the package with the following results:

  • Windows (local, R 4.4.2), Ubuntu 22.04 (via GitHub Actions), macOS 13 (via GitHub Actions)
  • No ERRORs, WARNINGs, or NOTEs (except for time zone/file timestamp NOTE, which is expected on Windows)

── R CMD check results ───────────────────────────────────────────────────────────── LifeInsureR 1.0.1 ──── Duration: 2m 24.8s

❯ checking for future file timestamps ... NOTE unable to verify current time

0 errors ✔ | 0 warnings ✔ | 1 note ✖

R CMD check succeeded

Comments

  • This is a patch release (version 1.0.1) of the LifeInsureR package.
  • It includes:
    • Minor bug fixes in calculation logic for deferred annuity contracts
    • Minor bug fix to guarantee unique IDs for rider contracts
    • Improved documentation and vignette formatting
    • Removal of unnecessary testthat calls from examples
    • No changes to the package interface or exported functions

Reverse dependencies

  • The package has no known reverse dependencies on CRAN.