Version 1.1
New features
createWorkflowFromExcelInput
writes a commented workflow script ready to run based on Excel input file (#25).
An Excel input file template is available atsystem.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 workflowplotDemography
andplotPKParameters
tasks (#399).
The input needs to be a csv file withparameter
anddisplayPath
in its header. -
New functions (#391)
addXParametersForDemogrpahyPlot
addXParametersForPkParametersPlot
addYParametersForDemogrpahyPlot
addYParametersForPkParametersPlot
Minor improvements and bug fixes
- Default
settings
in workflowplotDemography
andplotPKParameters
tasks improved the binning (#383). bins
andstairstep
are now included insettings
options of workflowplotDemography
andplotPKParameters
tasks (#383).- Reference population (#394) and reference observed data (#316) are plotted in the time profiles of a population workflow