-
Notifications
You must be signed in to change notification settings - Fork 37
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
path errors on win + RStudio #2
Comments
I believe I'm also having this issue with ARI as I'm getting a Load error that reports back a redundant file location: Session Info
[1] C:/Users/lhagen/Documents/R/win-library/3.6 |
I seem to be having the same problem, redundant filename
devtools::session_info()
[1] C:/Users/justross/Documents/R/R-3.6.2/library |
slides path creation has a missing slash after localhost. Moreover, if webshot:::is_windows(),
webshot calls webshot:::fix_windows_url() which appends his version of "file:///"..., hence if ari_narrate() attaches "files://localhost/" before that call, it crates a redundancy which leads to an error.
Session info
The text was updated successfully, but these errors were encountered: