Version 11.0.123 #973
Yuri05
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installation
Option 1 - install from scratch.
Option 2 - use docker images
R 3.6.3
R 4.1.0
Documentation
https://www.open-systems-pharmacology.org/OSPSuite-R/
New features
Adds new
DataCombined
class that combines observed data (DataSet
) andsimulated data (
SimulationResults
) into a single object. Especiallyimportant is the
$toDataFrame()
method of this object that returns a dataframe containing combined data from observed and simulated data, which can be
further used for visualizations or other analysis.
Adds new visualization functions:
plotIndividualTimeProfile()
andplotPopulationTimeProfile()
to createtime-profile plots.
Adds a new class
DefaultPlotConfiguration
to provide plot configurations forplotting functions.
Adds
simulationResultsToDataFrame()
function to convertSimulationResults
objects into a data frame.
All
*ToDataFrame()
functions also get*ToTibble()
variants to extract atibble data frame instead of a classical data frame.
Major Changes
Following functions are marked for deprecation and will be removed in future
releases:
pkAnalysesAsDataFrame()
is nowpkAnalysesToDataFrame()
populationAsDataFrame()
is nowpopulationToDataFrame()
Breaking changes
Signature for
toUnit
function has changed.molWeight
is now the fifth,while
sourceUnit
is the fourth parameter (About signature fortoUnit()
function #837).DataImporterConfiguration
: fieldstimeUnitFromColumn
andmeasurementUnitFromColumn
are renamed toisTimeUnitFromColumn
andisMeasurementUnitFromColumn
The constructor for
DataImporterConfiguration
does not accept a path to aconfiguration file any more. Use the function
loadDataImporterConfiguration()
to create a configuration object from afile.
The constructor for
DataSet
objects requires aname
argument.All
validate*()
helper functions and"%||%"
infix operators are no longerexported. Please have a look at the new utility package, from which these
functions are now exported:
https://www.open-systems-pharmacology.org/OSPSuite.RUtils/.
The
pkAnalysesAsDataFrame()
function changes column data types forQuantityPath
,Parameter
, andUnit
fromfactor
tocharacter
(stop converting characters to factors in
pkAnalysesAsDataFrame()
? #673).This discussion was created from the release Version 11.0.123.
Beta Was this translation helpful? Give feedback.
All reactions