Skip to content
Prev 42965 / 63424 Next

CRAN policies

On 03/29/2012 05:00 AM, r-devel-request at r-project.org wrote:
The survival package has a similar special case: the routines for 
expected population survival are set up to accept multiple types of date 
format so have lines like
     if (class(x) == 'chron') { y <- as.numeric(x - chron("01/01/1960")}
This leaves me with two extraneous "no visible binding" messages.  There 
used to be half a dozen but I've tried to remove as many as possible, 
for all the good reasons already articulated by the maintainers.

It still remains that 99/100 of the "no visible binding" messages I've 
seen over the years were misspelled variable names, and the message is a 
very welcome check.

Terry Therneau