hi,

am Montag 29 August 2011 (15:44) schrieb Hadley Wickham:
> Ok, doesn't look like I'll have any time in the short term.  Could you
> please file a bug report at
> https://github.com/klutometis/roxygen/issues?

i think can do better ;-)

<patch>
--- R/roclet-namespace.R.orig   2011-08-29 23:52:59.648650390 +0200             
                                   
+++ R/roclet-namespace.R        2011-08-29 23:52:59.708649243 +0200             
                                   
@@ -137,7 +137,7 @@                                                             
                                   
   ns_directive('exportClasses', parms)                                         
                                   
 }                                                                              
                                   
 ns_exportMethod <- function(tag, parms, all) {                                 
                                   
-  ns_directive('exportMethods', parms)
+  ns_directive('exportMethods', quote_if_needed(parms))
 }
 ns_export <- function(tag, parms, all) {
   if (!is.null.string(parms)) {
</patch>

works for me.


viele grüße :: m.eik

-- 
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d-40204 d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Roxygen-devel mailing list
Roxygen-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/roxygen-devel

Reply via email to