-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JOSS Review #1
Comments
Dear @adithirgis, thank you very much for your review and your comments. I will take the time to answer point by point and correct the issues you raised. |
Dear @adithirgis , Thank you for your review and your positive feedback. Your comments helped me to improve the software with a new version I just uploaded to GitHub (1.01). Unfortunately, I did not manage to reproduce some errors you get. Here is a point-by-point answer. I hope we will manage to find where these errors came from. Thank you again for your time. Best regards, Vincent
|
Hello @VincentAlcazer ! Thanks. Sorry for the late response.
I also tried the RStudio cloud to test this, I get the same errors 2 and 3, pasting 2 and error from RStudio cloud -
Please treat the following as minor comments / optional-
Feel free to let me know if you have questions. |
Dear @adithirgis, Thank you for your answer and your patience. I just uploaded a new version (1.02) integrating @nistara comments and some of your remaining reported issues. Three big points are still pending (the GAM/LOESS issue that I tried to correct, the guide/tutorial and the need for more test that are still work in progress) and I hope I will manage to provide a full correction soon. Thank you again for your time and your help improving StatAid. Best regards, Vincent 2-3. For the GAM/LOESS issue, I tried to force the loading of the mgcv package at the app start: could you please tell me if you still have the issue? Minor comments:
|
Hi @VincentAlcazer! Thanks for the response! I will take a look again and wrap the review process once the tutorial is updated. Take care, |
Dear @adithirgis , I hope your are doing well. I wanted to inform you that I managed to correct the three remaining points of the review. You will find in the updated v1.03:
Thanks again for your time and comments. I'm looking forward to your feedback. Best regards, Vincent |
Hi @VincentAlcazer! Sorry for getting back late. Thanks again for all the changes, the app has been improved a lot. Could you please share what changes did you make to fix the GAM/LOESS analysis (it works on both Cloud and local system now!)? Regards, |
Hi @VincentAlcazer! Congratulations for the amazing application. I will wrap the review process now. All the best and take care! |
The broom::augment function was not supporting the fit object from GAM so I had to manually recode the augment dataframe output by my function. However, I still do not understand why it worked on shinyapps.io and on my local computer...! Thanks for providing me the Rcloud resource that helped me fix this! |
Hello, Thanks for submitting this to JOSS and inviting me to review. I found the software very useful. Very good work. Congratulations. I am adding a few comments for this below:
I am not able to see the page correctly there is a overlap between the mobile/drag and drop menu in the right and the table area for the Data Loading tab. (I am using a Windows system). Any thoughts about this? Can the table to be placed a little lower?
I tried to run this app without the any data upload : It shows me this error for all combinations dropdown items selected and running the Descriptive Table analysis in Data Exploration tab. Am I selecting the wrong options?
Let me know if I am doing anything wrong here: I am trying to run GAM and LOESS for two numeric variables I get this error.
Please add Community Guidelines to the README.md file: stating how to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support.
I see that the description and walk-through is well written inside the application interface. It would be very helpful for other users not in the medical/clinical research to use this package for their own research. A descriptive README.md containing example usage and functionality documentation would be very helpful. I strongly suggest to write a descriptive README.md in your repository. Also, this might be a general comment: Is there a possibility to add description of the pre-loaded data base columns to understand the working of the package better.
Are there any other software similar to StatAid existing already? It will be useful to add a comparison here.
You can also list the academic papers in the API Documentation/ README.md where StatAid has been cited. As stated in the paper.md: "It has already been used by multiple researchers and students for their PhD or medical doctors for their thesis."
I think the good practice of writing cleaner consistent code can be implemented here using these wonderful resources (I too found out during my paper review). Implementing 80 or 120 characters in a line and spacing consistency, see http://adv-r.had.co.nz/Style.html and https://devguide.ropensci.org/building.html#code-style.
I would also suggest to do a check using this command-
devtools::check()
. I came across three warnings(). To solve those you can add some of the build ignore files into this file. There is also a import from namespaces issue/warning which can be probably solved using this.A minor addition in the installation here would be more clear:
golem
. Please let me know if they are already added and if I skipped it.Let me know if you have any further questions.
Thanks again,
Stay Safe and Regards
Adithi
The text was updated successfully, but these errors were encountered: