Displaying 1 result from an estimated 1 matches for "__including__".
2000 Apr 27
1
options(keep.source = TRUE) -- also for "library(.)" ?
...kept in the right places.
This does not apply to functions loaded by `library'.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
and R behaves as documented, i.e., currently
all functions in package:base and all "interactively defined" functions
keep their source (__including__ comments) with them, whereas all the other
functions do not.
As I tend to create small own packages more and more, and ask others to use
them, users of the packages (and myself) are suffering increasingly from
function definitions with lost comments.
Can we [those of us who know how sys.source()...