[R-pkg-devel] Roxygen and Namespace
Knut Krueger
rhelp at krueger-family.de
Fri Jun 10 09:04:09 CEST 2016
how can I tell Roxygen to write the namespace like
exportPattern("^[[:alpha:]]+")
import(igraph,chron,gdata,XLConnect)
importFrom("grDevices", "dev.off", "heat.colors", "postscript",
"rainbow")
importFrom("graphics", "arrows", "lines", "par", "plot", "text",
"title")
importFrom("stats", "na.omit")
by the way what does exportPattern("^[[:alpha:]]+") means?
Knut
More information about the R-package-devel
mailing list