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

Receiving a warning regarding system2, start, and safe_path when using radian but not R GUI #501

Open
seebruck opened this issue Nov 25, 2024 · 0 comments

Comments

@seebruck
Copy link

In using the jtools package to save glm regression output as a Word document via the export_summs() function, I receive the following warning message:

Warning message: In system2("start", safe_path) : '"start"' not found

The line from my script leading to the warning is: export_summs(mod1, mod2, to.file = "docx", file.name = file.path(dirname(fpath), "Models E.docx"))

If I run the script in R GUI, it does not have that warning. If I run it via radian, either in VS Code or directly from the .exe file C:\Users\ryans\miniconda3\scripts\radian.exe, though, that warning pops up. It still seems to write the file without issue, but I'd like to figure out what is causing that warning in case it affects other things.

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