Message-ID: <04796DCB-5FB6-4A16-8466-74185CED507D@systemsbiology.org>
Date: 2011-03-05T01:06:48Z
From: Paul Shannon
Subject: [Bioc-devel] how to build a single .Rd file
I am adding a dozen or so man pages ('.Rd' files -- there must be a better name) to 120 already written.
I check the accuracy of these files by running 'R CMD check' on the entire package. Sometimes this takes a while to run, a while before I learn of the typo I made in the man page I last edited.
Is there some way to ask R to check only a single .Rd file? Something like:
cd RCytoscape/man
R CMD check setNodeColorRule.Rd
Thanks,
- Paul