When using AI for R code, default to base R. Packages don't always save effort or prevent bugs. Use packages only if base R fails, is too slow, or produces excessive code. Base R with AI is often easier to understand, less buggy, easier to debug, and just as efficient.
about 1 year ago