An issue I ran into during revdepchecks is that ggplot2 can update arguments. Functions in extensions using make_constructor() automatically include those arguments. But the docs don't automatically regenerate on CRAN, which creates warnings about documentation mismatches. We should figure out if we can prevent this problem from happening again.
An issue I ran into during revdepchecks is that ggplot2 can update arguments. Functions in extensions using
make_constructor()automatically include those arguments. But the docs don't automatically regenerate on CRAN, which creates warnings about documentation mismatches. We should figure out if we can prevent this problem from happening again.