Skip to content

Version 1.1

Compare
Choose a tag to compare
@Yuri05 Yuri05 released this 12 Dec 16:32
· 362 commits to develop since this release
411223d

New features

  • createWorkflowFromExcelInput writes a commented workflow script ready to run based on Excel input file (#25).
    An Excel input file template is available at system.file("extdata", "WorkflowInput.xlsx", package = "ospsuite.reportingengine")
excelFile <- system.file("extdata", "WorkflowInput.xlsx", package = "ospsuite.reportingengine")
workflowFile <- createWorkflowFromExcelInput(excelFile)
  • setWorkflowParameterDisplayPathsFromFile overwrites display path names for simulation parameters in workflow plotDemography and plotPKParameters tasks (#399).
    The input needs to be a csv file with parameter and displayPath in its header.

  • New functions (#391)

    • addXParametersForDemogrpahyPlot
    • addXParametersForPkParametersPlot
    • addYParametersForDemogrpahyPlot
    • addYParametersForPkParametersPlot

Minor improvements and bug fixes

  • Default settings in workflow plotDemography and plotPKParameters tasks improved the binning (#383).
  • bins and stairstep are now included in settings options of workflow plotDemography and plotPKParameters tasks (#383).
  • Reference population (#394) and reference observed data (#316) are plotted in the time profiles of a population workflow