Skip to content

tealeaves 1.0.5

Choose a tag to compare

@cdmuir cdmuir released this 18 Jun 15:27
· 10 commits to master since this release
  • Updated site, vignettes, and README
  • Added unit tests for parameter functions under tests/test-parameter-functions.R
  • Fixed bug with crossing parameters in tleaves() that was introduced with new T_sky function. This led to crossing all parameter values with all unique values of calculated T_sky, which was incorrect. Added unit tests to ensuring that crossing is done correctly under tests/test-tleaves-crossing.R
  • Added code coverage using codecov