Skip to content
Back to formatted view

Raw Message

Message-ID: <519FDFBE.4080708@gmail.com>
Date: 2013-05-24T21:46:38Z
From: Benjamin Tyner
Subject: retaining comments within functions defined in Rprofile.site

Hi,

I have some functions defined within etc/Rprofile.site which contain
embedded comments, but it seems the comments get stripped out when the
site profile is sourced into the base namespace. I'm thinking I need to
enable options(keep.source=TRUE) somewhere prior to the actual sourcing
of the site profile, but haven't been able to figure it out yet. Does
anyone have any suggestions?

Thanks,
Ben