Skip to content
Prev 250 / 12125 Next

[R-pkg-devel] Help needed to setting custom packages for R 3.1.2

Are you exporting the functions from pkgB and pkgC? It's hard to tell from
your table below. The easiest way is to add a comment before each of the
functions in pkgB and pkgC that you want to expose to the users.

#' @export
foo <- function(){...}

Then run roxygen::roxygenise() to build the NAMESPACE file.

HTH
Seth

On Monday, July 13, 2015, sbihorel <Sebastien.Bihorel at cognigencorp.com>
wrote: