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

Parameterized report max file size #5777

Closed
angelovangel opened this issue Nov 22, 2019 · 1 comment
Closed

Parameterized report max file size #5777

angelovangel opened this issue Nov 22, 2019 · 1 comment

Comments

@angelovangel
Copy link

@angelovangel angelovangel commented Nov 22, 2019

The GUI for interactive parameter input in RStudio (knit_with_parameters()) does not accept files bigger than 5 Mb. In Shiny, it is clear that this can be solved by options(shiny.maxRequestSize = ...). For standalone Rmarkdown (no runtime: shiny) this is still an issue.
The option to use text instead of file input is not that good, because the idea of having a GUI is aimed at users that do not want to or can not type file paths.
This has been addressed before on the RStudio community, but not resolved.

@angelovangel
Copy link
Author

@angelovangel angelovangel commented Dec 1, 2019

Solved, see here

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

1 participant