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

Min file structure running Rscript #48

Open
diegomsg opened this issue Aug 2, 2023 · 1 comment
Open

Min file structure running Rscript #48

diegomsg opened this issue Aug 2, 2023 · 1 comment

Comments

@diegomsg
Copy link

diegomsg commented Aug 2, 2023

What's the recommended minimal framework structure just for running .R script to output file based on arg passed in cmd?
Like app.bat inputfile.csv that calls Rscript.exe with

set arg1=%1

dist\R-Portable\App\R-Portable\bin\Rscript.exe "app\app.R" %arg1%

that runs portably, with verbose from .R message() in shell screen?
I can run it using this great framework, but it's still too big for portability (153 MB) using R-portable 4.2 as distribution.

Kudos for the framework, but this time I don't need shiny structure and capabilities.

@nev-awaken
Copy link

Same here. I wish R portable was much more lighter.

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

2 participants