Releases
v3.5.1
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
You can’t perform that action at this time.