Skip to content
Prev 62604 / 63421 Next

specials and ::

On 2024-08-26 12:26 p.m., Chris Black wrote:
If the issues in survival are the same as the issues I saw in the tables 
package, the way to issue such a message would be to put code like

  if (! ("package:survival" %in% search()))
    stop("'survival' needs to be attached using library() or require()")

in functions that could trigger the problems.

Duncan Murdoch