Skip to content
Prev 57351 / 63421 Next

Underscores in package names

I've heard the arguments against dots in names many times. The t.test and
data.frame examples have been repeated so often that it has become accepted
as gospel.  In my experience, evidence of any actual problems is fairly
limited (almost non-existent).  I've been happily using dots in function
names for 20 (sigh) years and only 1 time had an unanticipated S3 class
kick in.  I find the "." much easier to type than "_" because of the
proximity of the keys to the home-row on the keyboard.
On Thu, Aug 15, 2019 at 8:00 AM Jim Hester <james.f.hester at gmail.com> wrote: