Skip to content
Prev 366861 / 398502 Next

Strange display of saved functions

This must be a pretty old RData file (pre-2.14.0).  news() says:

Changes in version 2.14.0:

NEW FEATURES

    o   The "source" attribute on functions created with keep.source=TRUE
        has been replaced with a "srcref" attribute.  The "srcref"
        attribute references an in-memory copy of the source file using the
        "srcfilecopy" class or the new "srcfilealias" class.

        *NB:* This means that functions sourced with keep.source = TRUE and
        saved (e.g., by save() or readRDS()) in earlier versions of R will
        no longer show the original sources (including comments).

Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Jan 30, 2017 at 9:29 AM, Mik Bickis <m.bickis at sasktel.net> wrote: