metrumresearchgroup / TFLGenerator

The TFL generator meta repository. This includes the GUI and TFL R packages as submodules and manages the shiny application deliverable.
0 stars 0 forks source link

NOHEADER message doesn't appear for VPCs #23

Open dpolhamus opened 5 years ago

dpolhamus commented 5 years ago

Either fix the message, or allow use of headers when reading this in.

https://github.com/metrumresearchgroup/TFLGenerator/blob/81ab7a805901e3145229daa35786779b22d2f76d/script/server.R#L646

Reported by @narayanana

narayanana commented 5 years ago

Can this be changed to .. Read the file with or without header.. In output simulation files; there would be a need to strip out multiple headers.. Read associated NONMEM contrl file and if $TABLE, of the file that is being read, has no "NOAPPEND" add 4 columns at the end, namely, DV, PRED, RES, WRES. Of course, this need to be checked/validated.