NEWS


IAPWS95 1.2.2 (2023-07-11)

Updated DFLOAT to DBLE in Fortran code to meet current compiler requirements.

IAPWS95 1.2.1 (2023-03-28)

Updated Data location to make it consistent with standard package design.

Removed R_forceSymbols(dll, TRUE) requirement to allow the Linux versions to compile correctly.

IAPWS95 1.2.0 (2022-06-24)

Fixed Type Mismatch

Fixed type mismatch issues with functions DtH and phi0dt, reported by CRAN

Added digits option to most functions

The number of digits was hard coded in the functions. This was changed to be an option with a upper limit of 9 decimal places and a default of 9.

Changed Maintainer

IAPWS95 1.1.0 (2018-06-18)

Second Issue

This is the second issue of this package, with a new function to compute the water vapor pressure according to the Wagner and Pruß equation (1993). Every function of the R Code was revised to eliminate the automatic echo; now the return should be assigned to a local variable.