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

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

Reply via email to