This page has the following sections:

Reading R-help
Other mailing lists
Writing messages
Resources

Reading R-help

I find it hard to believe that anyone reads all R-help messages. You shouldn’t try. Skim the ones that have interesting subjects, peruse the ones that are interesting, and delete the rest unread.

Other mailing lists

There are several additional R mailing lists.

The R-devel mailing list is for the discussion of possible bugs and possible new directions for the language. It is a public mailing list — it is not just for official developers. As complete confirmation that it is a public list, it is also the venue for certain advanced programming topics — see the posting guide.

There are a number of R-sig mailing lists. The ”sig” stands for ”Special Interest Group”. There are domain specific lists, technique specific lists, …

To see the mailing lists that are available and to sign up for any of them, click on the ”Mailing Lists” item on the left side of the R home page. That is also the way to unsubscribe from a list — do not write to the list to try to unsubscribe.

Writing messages

Writing a message to a mailing list should be done only after you have exhausted other avenues. If you decide you do need to write a message, then:

If you think that Stackoverflow is a better alternative, you should go through a similar process.  The culture is somewhat different but the principles are the same.

Resources

To get to the posting guide:

On the R Project website click ”Mailing Lists” on left side. The link to the posting guide is on the first line.

Back to top level of Impatient R

Kommentarer inaktiverade för More R-help

See more

Explore more content and blog posts.

  • jun 25, 26

    Several packages on CRAN provide (or relate to) interfaces between databases and R.  Here is a summary, mostly in the words of the package descriptions.  Remember that package names are [...]

  • jun 25, 26

    Chapter 32 of Tao Te Programming advises you to make bricks instead of monoliths.  Here is an example. The example is written with the syntax of R and is a [...]

  • jun 25, 26

    There is a mechanism that allows variability in the arguments given to R functions.  Technically it is ellipsis, but more commonly called ”…”, dots, dot-dot-dot or three-dots. Basics The three-dots [...]