openNCA computation engine is an R package that provides for generation of pharmacokinetic parameter estimates using non-compartmental (NCA) pharmacokinetic analysis methods.
MIT License
27
stars
5
forks
source link
When value of a field included in a DATADISPLAYLIST item = "F", the entire field is converted to a logical rather than retained as character #297
In this issue, TRTCD was a field included in the DATADISPLAYLIST and RETURNCOLS and it was set to a character vector of "F" values. When run_computation() completed, the returned value of TRTCD was not "F" but rather "FALSE". This transformation of these "carry along variables" for context is inappropriate and unacceptable behavior.
In this issue, TRTCD was a field included in the DATADISPLAYLIST and RETURNCOLS and it was set to a character vector of "F" values. When run_computation() completed, the returned value of TRTCD was not "F" but rather "FALSE". This transformation of these "carry along variables" for context is inappropriate and unacceptable behavior.