pharmaverse / aNCA

(Pre-)clinical NCA in a dynamic shiny app
Apache License 2.0
6 stars 0 forks source link

Bug: Partial AUC not working #10

Closed js3110 closed 2 weeks ago

js3110 commented 3 weeks ago

Description

Partial AUC not working when Run NCA was clicked

Reviewer Checklist

Gero1999 commented 3 weeks ago

Hello @js3110 , I checked and unfortunately the problem does not seem to be only the reactivity call. When I run the NCA with partial AUCs I don't see them to show. I made an unrelated change of a chunk that was clearly duplicated over the code

js3110 commented 3 weeks ago

Discovered issues in creation of mydata$intervals which was not including the start and end times. Fixed so that start and end times are present in mydata$intervals, but this still doesn't change the nca output and the partial AUCs are not being calculated. @Gero1999 maybe you can have a go?