Changes in version 1.0.2 (2026-06-27):
--------------------------------------------------------

1. Improved package architecture by centralizing precision
   constants and passing them explicitly through internal
   evaluation calls.
2. Added a user-configurable iteration safety limit
   (Phi2rho.maxIter, defaulting to 5000) with an optional
   silent mode to robustly safeguard against infinite
   loops in extreme numerical edge cases.


Changes in version 1.0.1 (2023-12-06):
--------------------------------------------------------

1. In the documentation, the incomplete reference Komelj,
   J. (2023) is completed.
2. When calling OwenT( h, ±Inf, FALSE, "tOwenT" ), the
   parameter control reported an error: "Error in tOwenT(...)
   : all(is.finite(r)) is not TRUE". Consequently, calling
   Phi2xy( x, 0, rho, FALSE, "tOwenT" ), which implies 
   r = ±Inf, reported the same. This bug has been fixed.


General Note on Package Stability:
--------------------------------------------------------
No user errors, bugs, or stability issues have been
reported since the initial release of the package. All
revisions, including the fix in 1.0.1 and architectural
updates in 1.0.2, were identified internally and applied
preventively to enhance package robustness.
