There seems to be an issue with ggtern running with the new ggplot2. I have tried to load earlier versions of R, ggtern, and ggplot2 but cannot get them working. With the latest versions I get the following error:
Error: geom_point requires the following missing aesthetics: x and y
rlang::last_error()
<error/rlang_error>
geom_point requires the following missing aesthetics: x and y
Backtrace:
- (function (x, ...) ...
- ggtern:::print.ggplot(x)
- ggtern:::ggplot_build.ggplot(x)
- ggtern:::by_layer(function(l, d) l$compute_geom_1(d))
- ggtern:::f(l = layers[[i]], d = data[[i]])
- l$compute_geom_1(d)
- ggplot2:::f(..., self = self)
- ggplot2:::check_required_aesthetics(...)
rlang::last_trace()
<error/rlang_error>
geom_point requires the following missing aesthetics: x and y
Backtrace:
x
- +-(function (x, ...) ...
- -ggtern:::print.ggplot(x)
- +-ggtern::ggplot_build(x)
- -ggtern:::ggplot_build.ggplot(x)
-
\-ggtern:::by_layer(function(l, d) l$compute_geom_1(d))
-
\-ggtern:::f(l = layers[[i]], d = data[[i]])
-
-
\-ggplot2:::f(..., self = self)
-
\-ggplot2:::check_required_aesthetics(...)
There seems to be an issue with ggtern running with the new ggplot2. I have tried to load earlier versions of R, ggtern, and ggplot2 but cannot get them working. With the latest versions I get the following error:
Error: geom_point requires the following missing aesthetics: x and y