Skip to content

V3.1.0

Sebastian Henz requested to merge v3.1.0 into master

description

  • Improved the documentation of the which argument in plot_survival() and plot_stress().
  • Changed the default value of the which argument in the plot functions. Now it contains the proper default curve names. If it is NA only the axes and labels will get drawn.

system details

  • R Version:4.0.3
  • RStudio Version: 1.3.1093
  • OS Version: Windows 10

checklist

  • This merge introduces new features.
    • new features are documented
    • new features have tests
  • update documentation including examples (if necessary)
  • update and polish NEWS.md
  • update version in DESCRIPTION
  • update date in DESCRIPTION
  • no remaining TODO, FIXME, or debug prints anywhere in the source files
  • devtools::document() and commit the updated .Rd files
  • devtools::check() without errors or warnings
Edited by Sebastian Henz

Merge request reports