Skip to content
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

Issue with Standalone Application Development in R Using RInno #174

Open
farhan-khalid-git opened this issue Nov 19, 2024 · 5 comments
Open

Comments

@farhan-khalid-git
Copy link

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:


library(RInno)

create_app(app_name = "IrisPredictor", app_dir = "my_shiny_app")

Error Message:

Error: R version - 4.4.2 - was not found on CRAN. Please use R_version to specify one that is or let us know if you think you received this message in error: https://github.com/ficonsulting/RInno/issues

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:

R version 4.4.2 (2024-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows 10 x64 (build 19045) Matrix products: default locale: [1] LC_COLLATE=English_Pakistan.utf8 LC_CTYPE=English_Pakistan.utf8 LC_MONETARY=English_Pakistan.utf8 [4] LC_NUMERIC=C LC_TIME=English_Pakistan.utf8 time zone: Asia/Karachi tzcode source: internal attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RInno_1.0.1 loaded via a namespace (and not attached): [1] compiler_4.4.2 magrittr_2.0.3 cli_3.6.3 tools_4.4.2 glue_1.8.0 rstudioapi_0.17.1 [7] vctrs_0.6.5 stringi_1.8.4 jsonlite_1.8.9 stringr_1.5.1 lifecycle_1.0.4 rlang_1.1.4

Could you please guide me on resolving this issue and ensuring the app functions correctly?

Thank you for your assistance!

Best regards,
Farhan Khalid

@xcedison
Copy link

same issues

@849089522
Copy link

same

1 similar comment
@thewonderfulkey
Copy link

same

@jic007
Copy link

jic007 commented Jan 13, 2025

same issue
My R version is version.string R version 4.4.1 (2024-06-14 ucrt)

i got an error
Error: R version - 4.4.1 - was not found on CRAN. Please use R_version to specify one that is or let us know if you think you received this message in error:

@FGu5tav0
Copy link

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants