Note: The following post to r-packages seems not to have made it to
r-help for some reason. So I am replicating it explicitly here.

-- Bert Gunter



remindR is a simple, small package with essentially a single purpose:
to Insert/extract text "reminders" into/from function source code
comments or as the "comment" attribute of any object. The intent is
that the former could be handy in the course of program development to
remind one of e.g. argument requirements, to-do's, required options
settings, etc. The latter, which just wraps R's existing comment()
function, could also be used to provide information on objects or to
provide simple manual "tooltips" for users.

If interested, please have a look at the package vignette, which
provide a fuller explanation of how and why this might be useful and
how it works.

All feedback welcome: bgunter.4...@gmail.com

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to