<!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> </DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>I'm having a problem
with roxygen. It appears both with v0.1 in CRAN for R 2.8.1,
and in the latest version available on R-Forge. Session info
below. </FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial
size=2></FONT></SPAN> </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> </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 <-
function(x, lookup, levels=sort(unique.default(x), na.last =
TRUE),<BR> 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>> make.Rd.roclet()$parse('lfactor.R')</FONT></SPAN></DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>Error in if
(is.null.string(default)) name else sprintf("%s=%s", name, : <BR>
missing value where TRUE/FALSE needed</DIV></FONT></SPAN>
<DIV><SPAN class=534233811-29012009><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=534233811-29012009></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=534233811-29012009>After some tests, I
verified that 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> </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> </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> </DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>>
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> </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> </DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>attached base
packages:<BR>[1] stats graphics grDevices
datasets utils methods
base </FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=534233811-29012009><FONT face=Arial size=2>other attached
packages:<BR>[1] roxygen_0.1
rcom_2.0-4 rscproxy_1.0-12</FONT></SPAN></DIV>
<DIV> </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>