Displaying 1 result from an estimated 1 matches for "tmp_class".
Did you mean:
fp_class
2010 Sep 15
0
Roxygen: question regarding 'use.Rd2' and creation of DESCRIPTION
...tle{}
in the Rd-files). However, both types of defs are in 'pkg/man' or 'pkg/R',
respectivley.
I implemented a workaround in which each of the four scripts is addressed
separately by package.skeleton() and roxygenize(). The resulting Rd-files
are stored in temp dirs (e.g. 'pkg/tmp_classes', 'pgk/tmp_functions' etc.)
and are merged to 'pkg/man' at the very end of the process. But I figured
there must be a better or at least more elegant way to do this. Any hints?
I should mention that not all of my defs (be it non-S4 or S4) are already
prepended with roxygen-c...