Greg Snow <538280 at gmail.com> writes:
Some would argue that "big" and "well structured" are not compatible.
of structuring a project well is knowing when and how to break it
smaller pieces, so those authors who are best at creating well
code will often split it between several small files rather than one
As Emacs Org-mode has proven for text files, this structuring into
smaller pieces can be done in one single file too (that is structured
as
a hierarchical outline tree) an this can be even more convenient than
to
deal with many small files. But otherwise I agree with you, its much
better to split a file up before it becomes a growing mess.
On Tue, Jun 11, 2013 at 9:06 AM, Thorsten Jolitz <tjolitz at gmail.com>
Hi List,
I'm looking for a rather big, but well structured R file that
as much of R language features as possible (i.e. that uses a lot of
functionality described in the 'R Reference Card' and, if possible,
classes too).
I want to check some code I wrote against such a file and use it for
demonstration purposes. However, most .R files I find out there are
rather short without much structure.
Any links to candidate (open source) files would be appreciated.
--
cheers,
Thorsten