bnosac/taskscheduleR

Minimized cmd.EXE

Guceri opened this issue · 4 comments

Is there a way to default the cmd window to stay minimized while the process runs? I have a script that takes some time and is run often and the pop up is frequent. Is this something that is possible within the package?

Same question as #32

Because you now run your R script as the system user instead of your own user. The system user does not have the library folder of your user available. The example R script in the package (https://github.com/bnosac/taskscheduleR/blob/master/inst/extdata/helloworld.R) which is used in all the examples given in the R package shows the libPaths and also shows the environment variables which will also be different of course than if you run it as your user instead of the system user.
Either way, I think you found a reasonable solution to your problem. Closing.