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

Can't use ggedit(): R Session aborted in Windows 10PC #20

Closed
VikrantDogra opened this issue Oct 17, 2017 · 3 comments
Closed

Can't use ggedit(): R Session aborted in Windows 10PC #20

VikrantDogra opened this issue Oct 17, 2017 · 3 comments

Comments

@VikrantDogra
Copy link

Code:

require(ggplot2)
require(ggedit)
p=ggplot(iris,aes(x =Sepal.Length,y=Sepal.Width))
p=p+geom_point(aes(colour=Species))+geom_line()
p

Crashes at this stage. Session info shown before this.

x=ggedit(p)

Device:

Windows 10 laptop

Session Info

sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale:
[1] LC_COLLATE=English_India.1252 LC_CTYPE=English_India.1252
[3] LC_MONETARY=English_India.1252 LC_NUMERIC=C
[5] LC_TIME=English_India.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base

other attached packages:
[1] ggedit_0.2.6 ggplot2_2.2.1

loaded via a namespace (and not attached):
[1] Rcpp_0.12.13 bindr_0.1 magrittr_1.5
[4] munsell_0.4.3 colorspace_1.3-2 xtable_1.8-2
[7] R6_2.2.2 rlang_0.1.2 stringr_1.2.0
[10] plyr_1.8.4 dplyr_0.7.4 tools_3.4.2
[13] grid_3.4.2 shinyAce_0.2.1 gtable_0.2.0
[16] miniUI_0.1.1 htmltools_0.3.6 lazyeval_0.2.0
[19] assertthat_0.2.0 digest_0.6.12 tibble_1.3.4
[22] bindrcpp_0.2 shiny_1.0.5 reshape2_1.4.2
[25] glue_1.1.1 mime_0.5 labeling_0.3
[28] stringi_1.1.5 compiler_3.4.2 shinyBS_0.61
[31] scales_0.5.0 httpuv_1.3.5 pkgconfig_2.0.1

error- ggedit

@yonicd
Copy link
Owner

yonicd commented Oct 17, 2017

Thank you for raising this issue.

The package is currently under active development in github.

We are using the development version of ggplot2 in order to keep in sync with new developments of ggplot2. A new function was not imported from the new ggplot2 version.

This is updated now and tested on a windows platform. https://win-builder.r-project.org/xVz6PN7WSLhn/00check.log

Thank you for catching this.

Jonathan

@yonicd yonicd closed this as completed Oct 17, 2017
@VikrantDogra
Copy link
Author

Installed the dev versions of ggplot2 and ggedit and reran the codes.
Still facing the same problem.

@yonicd
Copy link
Owner

yonicd commented Oct 18, 2017

unfortunately i can not re-create this issue.

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

2 participants