How can I determine who the authors of a package are? Given that we have this widely used code base, I think it is appropriate that I make a reference to the software I use in m
To be able to cite R or a package, use citation.
citation
citation() #for base packages or R itself citation("nlme")