-
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
does animint work on windows? #88
Comments
Hi @talgalili, thanks for the report. The example works for me and here is my R version 3.2.0 (2015-04-16)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.3 (Yosemite)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] animint_2015.06.16 proto_0.3-10 ggplot2_1.0.1 devtools_1.8.0
loaded via a namespace (and not attached):
[1] Rcpp_0.11.6 servr_0.2.1 xml2_0.1.1 magrittr_1.5
[5] roxygen2_4.1.1 MASS_7.3-40 munsell_0.4.2 colorspace_1.2-6
[9] lattice_0.20-31 stringr_1.0.0 plyr_1.8.3 tools_3.2.0
[13] grid_3.2.0 gtable_0.1.2 git2r_0.10.1 rversions_1.0.1
[17] digest_0.6.8 RJSONIO_1.3-0 reshape2_1.4.1 curl_0.8
[21] mime_0.3 memoise_0.2.1 labeling_0.3 stringi_0.4-1
[25] scales_0.2.5 httpuv_1.3.2 hexbin_1.27.0 @kferris10 I have a feeling this may be due to file path issues on Windows. Would you mind running |
@talgalili does this work for you? library(animint)
animint2dir(list(p = qplot(1:10))) |
Everything seems to work fine for me.
|
maybe this issue has something to do with windows? maybe we can test on windows via https://www.appveyor.com/ and maybe the fix will be via #50 |
@tdhock Just an FYI, I just double checked on my windows machine and everything still runs fine for me. |
I was just going through some old issues related to #177 when I stumbled across this one. It seems like the problem is with the permissions that the R Gui has in Windows. If I try to running this in the RGui(64 bit) :
everything works fine. While this:
gives the following error:
Don't know why it can't find a directory it just created but running:
after the above error works too. RStudio seems fine with both so I don't think we ought to bother with fixing this. |
eventually it would be good to have appveyor test cases running on a windows vm. |
Here is the output:
The text was updated successfully, but these errors were encountered: