> exportPattern("^[[:alpha:]]+") means
It is a regular expression that basically says "export all the things", meaning
the functions provided by your package. I regard it as a placeholder to make
things work temporarily, while you get yourself organized for more proactive
management of NAMESPAC
I have an error only on the maverichs flavour:
https://cran.r-project.org/web/checks/check_results_Dominance.html
as I have no Mac I do not know how I could fix it:
Invalid MIT-MAGIC-COOKIE-1 keyWarning in fun(libname, pkgname) : couldn't connect to
display ":0"
Error in structure(.External(.C
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