Closed
Description
This issue is prompted by #5985.
Briefly, {mgcv} depends on {nlme} which requires R >= 4.0.0.
We only use mgcv::gam()
in geom_smooth()
when there are >1000 points to fit, so it is a dependency with a very narrow application.
We should probably find a way to make this a suggested package rather than an imported package.