Skip to content

rpact 3.5.1

Compare
Choose a tag to compare
@fpahlke fpahlke released this 01 Mar 06:50
53519ca
  • The internal fields .parameterNames and .parameterFormatFunctions were removed from all rpact result objects in favor of a more efficient solution
  • Issues #15, #16, #17, #19, and #23 fixed
  • Fixed inconsistent naming of variables and class fields (issue #21)
    • getSampleSizeSurvival() / getPowerSurvival():
      • Field eventsPerStage replaced by cumulativeEventsPerStage
      • Field singleEventsPerStage added
    • getSimulationSurvival():
      • Field eventsPerStage replaced by singleEventsPerStage
      • Field overallEventsPerStage replaced by cumulativeEventsPerStage
    • getSimulationMultiArmSurvival():
      • Field eventsPerStage replaced by cumulativeEventsPerStage
      • Field singleNumberOfEventsPerStage replaced by singleEventsPerArmAndStage
      • Field singleEventsPerStage added
    • getSimulationEnrichmentSurvival():
      • field singleNumberOfEventsPerStage replaced by singleEventsPerSubsetAndStage
  • Test coverage CI/CD pipeline activated with the assistance of GitHub Actions, which runs covr and uploads the results to codecov.io
  • Minor improvements