-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue with Standalone Application Development in R Using RInno #174
Comments
same issues |
same |
1 similar comment
same |
same issue i got an error |
same |
See #170 (comment) The commands that modify code_section should fix this error. The regex only goes up to R 3 versions. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi,
I am working on developing a standalone application using the R programming language. I have successfully installed both Node.js and Inno Setup. However, when I run the following command to create the application, everything seems to work fine initially, but I encounter an error at the end:
Command:
Error Message:
Despite this error, the standalone application is created successfully, and it opens without any issues. However, the app does not function as expected—it fails to provide any output or results, even when different input values are selected, unlike the behavior observed in the original Shiny app.
I suspect the above error is preventing the app from being correctly configured.
Session info:
Could you please guide me on resolving this issue and ensuring the app functions correctly?
Thank you for your assistance!
Best regards,
Farhan Khalid
The text was updated successfully, but these errors were encountered: