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.dun...@gmail.com<mailto:murdoch.dun...@gmail.com>> wrote:

arnabkrmaity/brlrmr


        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to