[R-pkg-devel] could not find function of a package
Merlise Clyde, Ph.D.
clyde at duke.edu
Thu May 25 15:25:13 CEST 2017
If you are using roxygen2 for documentation and want to export a function add a line with
#' @export
to the .R file as part of the function documentation. Running devtools::document() should then update the NAMESPACE
See http://r-pkgs.had.co.nz/namespace.html
On May 25, 2017, at 8:55 AM, Duncan Murdoch <murdoch.duncan at gmail.com<mailto:murdoch.duncan at gmail.com>> wrote:
arnabkrmaity/brlrmr
[[alternative HTML version deleted]]
More information about the R-package-devel
mailing list