Skip to content

Improved functions, vignettes, and more

Latest

Choose a tag to compare

@gaballench gaballench released this 19 Aug 19:16
· 4 commits to main since this release

With this release we are:

  • Expanding the vignettes initially available.
  • The crossplot function is more flexible and now accepts as input both trace files on disk as well as data frames. As a consequence, the arguments logPath1 and logPath2 are renamed log1 and log2, which is a breaking change with respect to v1.6.1.
  • Also, crossplot accepts statistics other than mean for summarising traces. Possible values are mean or median.
  • pkgdown is now being used for generating the static website for the documentation of the package, available at https://gaballench.github.io/tbea/

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0