<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>Hi, I'm new to this 
list, so first let me say thank you for developing this tool. Being so used to 
maintain docs with code in other languages this should be a real 
time-saver.</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>I'm having a problem 
with roxygen.&nbsp;It appears both with&nbsp;v0.1 in&nbsp;CRAN for&nbsp;R 2.8.1, 
and in the latest&nbsp;version available on R-Forge. Session info 
below.&nbsp;</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>An error is raised 
when parsing the following function definition:</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>-- FILE SNIPPET 
-----</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>lfactor &lt;- 
function(x, lookup, levels=sort(unique.default(x), na.last = 
TRUE),<BR>&nbsp;&nbsp;&nbsp; labels=levels, exclude=NA, ordered=is.ordered(x), 
local.ltable) {</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2>-----------------------------<BR></DIV></FONT></SPAN>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2>&gt;&nbsp;make.Rd.roclet()$parse('lfactor.R')</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>Error in if 
(is.null.string(default)) name else sprintf("%s=%s", name,&nbsp; : <BR>&nbsp; 
missing value where TRUE/FALSE needed</DIV></FONT></SPAN>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=534233811-29012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=534233811-29012009>After some tests, I 
verified that&nbsp;the problem comes from the NA in "exclude=NA". If I remove 
this default value, the parsing is done correctly.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=534233811-29012009></SPAN></FONT>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2>Best,</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2>Enrique</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>&gt; 
sessionInfo()</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>R version 2.8.1 
(2008-12-22) <BR>i386-pc-mingw32 </FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial 
size=2>locale:<BR>LC_COLLATE=Spanish_Spain.1252;LC_CTYPE=Spanish_Spain.1252;LC_MONETARY=Spanish_Spain.1252;LC_NUMERIC=C;LC_TIME=Spanish_Spain.1252</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>attached base 
packages:<BR>[1] stats&nbsp;&nbsp;&nbsp;&nbsp; graphics&nbsp; grDevices 
datasets&nbsp; utils&nbsp;&nbsp;&nbsp;&nbsp; methods&nbsp;&nbsp; 
base&nbsp;&nbsp;&nbsp;&nbsp; </FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>other attached 
packages:<BR>[1] roxygen_0.1&nbsp;&nbsp;&nbsp;&nbsp; 
rcom_2.0-4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rscproxy_1.0-12</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>loaded via a 
namespace (and not attached):<BR>[1] 
tools_2.8.1<BR></FONT></SPAN></DIV></BODY></HTML>