Janko Thyson
2010-Nov-15 23:11 UTC
[Rd] Create NAMESPACE file as 'package.skeleton()' would do
Hi there, is there a way to create a NAMESPACE file based on Rd-files (or whatever is needed in order to apply the regular expression "^[[:alpha:]]+" without(!) resorting to package.skeleton() (as this kind of interferes with roxygenize() pretty often)? Thanks a lot, Janko [[alternative HTML version deleted]]
Hadley Wickham
2010-Nov-15 23:14 UTC
[Rd] Create NAMESPACE file as 'package.skeleton()' would do
If you're using roxygenise, explicitly tag functions that you want to export with @export. Hadley On Mon, Nov 15, 2010 at 5:11 PM, Janko Thyson <janko.thyson at ku-eichstaett.de> wrote:> Hi there, > > > > is there a way to create a NAMESPACE file based on Rd-files (or whatever is > needed in order to apply the regular expression "^[[:alpha:]]+" without(!) > resorting to package.skeleton() (as this kind of interferes with > roxygenize() pretty often)? > > > > Thanks a lot, > > Janko > > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >-- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/
Apparently Analagous Threads
- Roxygen: @example tag does not work for me
- [Roxygen-devel] Roxygen: @example tag does not work for me
- Problems building own package (Error: "package has been build before R-2.10.0")
- Problems building own package (Error: "package has been build before R-2.10.0")
- Bug or feature: using "ANY" as a generic field class (was: '[R] Is there a (virtual) class that all R objects inherit from?)