-
The last update to prevent the failed checks for the Solaris platform on CRAN came with unwanted side effects. After the compiler complained about
pow(<int>,<int>)
, we used<double>
for all objects. Unfortunately, this led to complete wrong simulation results we did not detect during the tests before the submission. This issue was solved. -
The package now has a central C++ header file defining functions and constants used in the other files. This change has no user-visible effect.
- Fix problem on CRAN Solaris
- Fix CRAN requests
- CRAN request correction: Misspelled word in
DESCRIPTION
corrected
- CRAN request corrections, the package URL in the
README.md
became a little bit more canonical using capital letters forCRAN
andR
.
- CRAN request corrections
- Initial version