Displaying 2 results from an estimated 2 matches for "dodgson".
Did you mean:
  hodgson
  
2007 Sep 27
3
testing the contents of an environment
Suppose I want to delete everything in my working directory that is not 
a function. It seems that
sapply(ls(),is.function)
always returns FALSE, because ls() returns objects of mode character. 
How do I evaluate is.function(), not on a character string, but on the 
object that character string represents?
Thanks,
Tim
2015 Oct 06
5
authorship and citation
> The former co-author contributed, so he is still author and probably copyright
> holder and has to be listed among the authors, otherwise it would be a CRAN
> policy violation ...
It's a bit of a philosophical question right now, but at some point in a developing package's life - particularly one that starts small but is subsequently refactored in growth - there may be no code