Replies: 4 comments 3 replies
-
@samussiah @xni7 @elimillera @JimBuchanan @mli1 - I think we're ready for a quick second round of alpha testing! Just let me know if you have any questions and we can discuss here! |
Beta Was this translation helpful? Give feedback.
-
Here are my findings so far. Because I took some screenshots, I've attached a Word document with my collective observations. |
Beta Was this translation helpful? Give feedback.
-
Hi Jeremy,
I ran the default code in RStudio and then ran safetyGraphicsInit(). From there I loaded two sets of lab data. One was a set designed for the hepatic explorer. The second was a set I used for the laboratory analysis exercise I did for Abbvie. It contains a broader range of lab analytes which I ran with the (previous) outlier explorer. I’ve attached the dataset if that helps.
Thanks,
Jim
|
Beta Was this translation helpful? Give feedback.
-
In the Hepatic Explorer, the R and nR values over time are displayed along with the ALT, AST, total bilirubin and alkaline phosphatase value in the section Standardized Lab Values by Study Day. Previously, the R ratio over time was displayed in the section R Ratio by Study Day. That section no longer has a display (because it's not needed now), but the section heading still remains. We can remove the R Ratio by Study Day section heading. |
Beta Was this translation helpful? Give feedback.
-
Summary
The goal of this thread is to facilitate a second round of alpha testing on the v2.0 release of the safetyGraphics app. This builds upon the first round of alpha testing discussed here. Alpha testers are being asked to complete 2 tasks:
safetyGraphicsInit()
.See the following sections for more details.
Part 1 - Provide feedback on the updates in the default app
Access the app with this link or install the package using the instructions below and then initialize the default app by calling
safetyGraphicsApp()
. Any feedback is welcome, but place a special emphasis on reviewing the updated chart export process and settings tab, which have both been updated since the first Alpha testing.Part 2 - Try the new app initialization workflow.
Install the package using the instructions below and then load the chart initialization app by calling
safetyGraphicsInit()
. Try loading data for multiple domains using the UI, selecting a custom set of charts and then running the app.Installation Instructions
Insure that your are using R version 4 or higher, and then run the following code to install the app:
devtools
will likely prompt you to install/update some packages, say yes!Beta Was this translation helpful? Give feedback.
All reactions