Closed
Description
ggplot2::qplot(1:10, 10:1, geom = "line")
#> Error in geom_line(): could not find function "geom_line"
Created on 2018-05-14 by the reprex package (v0.2.0).
ggplot2::qplot(1:10, 10:1, geom = "line")
#> Error in geom_line(): could not find function "geom_line"
Created on 2018-05-14 by the reprex package (v0.2.0).