[Rd] Proposal: Mechanism for controlling the amount of testing 'R CMD check' performs

2012-04-08 Thread Henrik Bengtsson
Hi, I'd like to propose to introduce a standardized mechanism for controlling the amount of testing that 'R CMD check' performs together with an option to 'R CMD check' to specify if shallow or deep tests should be performed. I believe such a standardized feature would be useful, especially becau

[Rd] Add DUP = FALSE when tabulate() calls .C("R_tabulate"

2012-04-08 Thread Tim Hesterberg
In base/R/tabulate.R, tabulate() calls .C("R_tabulate"; I suggest adding DUP = FALSE to that call. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Display instruction text on package load

2012-04-08 Thread Thomas J. Leeper
Great! I will look into .onAttach, .onLoad, and packageStartupMessage. Thanks so much! -Thomas On Sat, Apr 7, 2012 at 4:27 PM, Thomas J. Leeper wrote: > I'm currently working on a new package for R that interfaces with an API. > Most of the package's functionality requires users to supply an ac

Re: [Rd] Display instruction text on package load

2012-04-08 Thread Prof Brian Ripley
On 07/04/2012 22:27, Thomas J. Leeper wrote: I'm currently working on a new package for R that interfaces with an API. Most of the package's functionality requires users to supply an access key that allows the package to work with the API. I want to display text immediately upon loading the packa

Re: [Rd] Display instruction text on package load

2012-04-08 Thread Duncan Murdoch
On 12-04-07 5:27 PM, Thomas J. Leeper wrote: I'm currently working on a new package for R that interfaces with an API. Most of the package's functionality requires users to supply an access key that allows the package to work with the API. I want to display text immediately upon loading the packa

Re: [Rd] Display instruction text on package load

2012-04-08 Thread Dirk Eddelbuettel
On 7 April 2012 at 16:27, Thomas J. Leeper wrote: | I'm currently working on a new package for R that interfaces with an API. | Most of the package's functionality requires users to supply an access key | that allows the package to work with the API. I want to display text | immediately upon loadi

[Rd] Display instruction text on package load

2012-04-08 Thread Thomas J. Leeper
I'm currently working on a new package for R that interfaces with an API. Most of the package's functionality requires users to supply an access key that allows the package to work with the API. I want to display text immediately upon loading the package that instructs/reminds users to enter their