You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: