More on “The Part-Time R-User”

[This article was first published on R – Win-Vector Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

I have some more thoughts on the topic: “the part-time R-user.”

I am thinking a bit more about the diversity R users. It occurs to me simply dividing R users into two groups, beginning and advanced, neglects a very important group: the part-time R user. This leaves us teachers and package developers with an unfortunate bias.

The concept of “beginning R user” implies a user who has near infinite time to adapt to our advanced R user work style and other nonsense. “Beginning” is a transient state, one feels we can temporarily accommodate the beginners on our path to assuming them away.

However for a language such as R which deliberately targets non-programmer populations (such as statisticians, scientists, medical professionals, and more) we must assume there is a permanent population of users that have other things going on in their lives. These are users that come to R to make statistical inferences, do science, study social policy or some other non-programming task.

This means us R package developers should work harder than those working in other languages to ensure:

  • Our packages should be simple and intuitive (how low “cognitive load”).
  • Our packages should obey common design principles such as the principle of least surprise.
  • Our packages should have sensible and meaningful documentation and examples.
  • Our functions should have sensible and safe defaults (you don’t have to set obscure options to get sensible behavior).

There are a lot more consequences that one can derive from the “part-time user” principle. However, I think the principle itself is probably the most important point.

To leave a comment for the author, please follow the link and comment on their blog: R – Win-Vector Blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)