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
Peculiar environment Issue in ggplot2_2.0.0: "Error in list2env(members, envir = e) " running R 3.1.1 #1444
Comments
Works on R 3.2.3, just not on 3.1.1 |
I just noticed that this is the same problem I had installing on 3.0.2: Error in list2env(members, envir = e) : i reported it yesterday so. the difference is that for me, the error occurred which prevented ggplot installation, not the runtime. |
Hm any update on why this is happening? I am seeing this on R 3.1.1 as well. |
I think this means we've accidentally made ggplot2 only work in 3.2.2. @wch did we do this in ggproto? |
I tested this on 3.1.0. It looks like the source of the problem is that list2env(list())
# Error in list2env(list()) :
# names(x) must be a character vector of the same length as x We can work around it by adding a check in |
when you create the list of dataframe, you must give a name to each dataframe within the list |
Error in ggplot2 running R 3.1.1:
This yields the following error:
Please note that I'm running R on a Windows Machine with mapped network drives, as such UNC paths are not supported in R and I made appropriate changes in the .Renviron file using R_LIBS.
Session Info as below:
The text was updated successfully, but these errors were encountered: