Skip to content
Prev 3601 / 12125 Next

[R-pkg-devel] Calls not declared

On 11/03/2019 2:12 p.m., Jeff Newmiller wrote:
I think the current philosophy is that if a user wants to be able to use 
ggplot2 functions, the user should ask for them, they shouldn't be 
automagically added to the search list.  If a user wants to change the 
axis title and doesn't want to have ggplot2 on their search list, that 
is definitely possible:

ggplot2::qplot(1:10, 1:10) + ggplot2::xlab("new x label")

Duncan Murdoch