Having trouble with ggplot2. It was working fine, but now I get this error message.
This example is using the ggplot2 bundled data set mpg, but I get the same message with any data set/code that I try.
Error in .standalone_types_check_dot_call(ffi_standalone_check_number_1.0.7, :
object 'ffi_standalone_check_number_1.0.7' not found
Unless you have created a data.frame called mpg it looks like you want to use the mtcars data set. mtcars does not have variables named "displ" or "hwy"