Replies: 9 comments 13 replies
-
Hey @jwildfire , |
Beta Was this translation helpful? Give feedback.
-
Hey @jwildfire, |
Beta Was this translation helpful? Give feedback.
-
@JimBuchanan and @xni7 provided the first batch of alpha testing feedback at yesterday's tech meeting. I've filed 2 issues capturing some of their comments - #563 #562 - Thoughts and input welcome. |
Beta Was this translation helpful? Give feedback.
-
Part 1 To be completed in another comment Testing as end user with test app. Testing environment: PC Windows 10 in Chrome. Tabs:
Charts:
Overall:
|
Beta Was this translation helpful? Give feedback.
-
Hi @jwildfire: Thanks very much for creating this great app! The apps work perfectly, I have some minor comments and suggestions as followings: Testing the R package on a Windows 10 PC (laptop) and a Linux server.
|
Beta Was this translation helpful? Give feedback.
-
Part 1Reviewing the default app... Made some tweaks in https://github.com/SafetyGraphics/safetyGraphics/tree/tweaks. Home
DataPreview✔️ Mapping
Filtering✔️ Charts
Adverse Event Explorer✔️ Safety Timelines✔️ Hepatic Safety Explorer✔️ Labs Distribution✔️ Paneled Outlier Explorer (widget)
RTF Renderer {Tplyr} + {huxtable} + {pharmaRTF}✔️ Delta-Delta✔️ Histogram
Outlier Explorer - widget
Outlier Explorer - Module✔️ Outlier Explorer - Static✔️ Results Over Time✔️ Results Over Time (Static)✔️ Shift Plot✔️ Tendril Plot✔️ Demographics TableShift TableReportsPerformance issue - datasets embedded once per module? Any chance they can be embedded just once? Export seems to bomb on shinyapps.io.
SettingsMetadata✔️ Charts✔️ Random nav element |
Beta Was this translation helpful? Give feedback.
-
Part 2: in progress Lab Outlier Explorer - Module: Reports:
|
Beta Was this translation helpful? Give feedback.
-
Thanks very much to all the testers! I'll file the last few issues and post a final summary of our findings this week. Definitely feeling good about moving forward and starting beta testing soon. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Summary
The goal of this thread is to facilitate alpha testing on the v2.0 release of the safetyGraphics app. Alpha testers should be comfortable writing R code and should have RStudio and R version 4 installed. Please submit your feedback by Friday, June 11, 2021. Feedback and questions can be posted in the comments on this thread.
The goal of alpha testing is to make sure the system is working on different computers and identify obvious bugs and gaps in functionality. Basically, we want to make sure things are generally working before moving to a more extensive beta testing, where we'll have more users who will have access to finalized documentation.
With those goals in mind, alpha testers are being asked to complete 2 tasks:
See the following sections for more details.
Part 1 - Provide feedback on 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()
.For this part of the testing, we simply ask that you explore and play with the app. At a minimum, please do the following:
Part 2 - Run the App with Custom Settings
This part of the testing focuses on making customized versions of the app from the console in R Studio by doing the following:
?safetyGraphicsApp()
to familiarize yourself with the parameters used by 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