Re: [R-pkg-devel] Roxygen and Namespace

2016-06-10 Thread Jenny Bryan
> 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

[R-pkg-devel] r-release-osx-x86_64-mavericks - CRAN Package Check Results - ERROR

2016-06-10 Thread Knut Krueger
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

[R-pkg-devel] Roxygen and Namespace

2016-06-10 Thread Knut Krueger
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