Displaying 1 result from an estimated 1 matches for "brakkets".
Did you mean:
brackets
2005 Aug 31
2
R CMD check example problem (PR#8113)
...b=paste( dname, "$", vname, sep='' ) )
normal-bracket43bracket-normal
# or we explicitly construct the call and then call eval. The code for
# the latter approach is # omiited since this is quite messy and
# requires a lot of work.
Note that the opening and closing curly brakkets are converted to the string
"normal-bracket43bracket-normal". [I assume that this is happeing
somewhere to check for brace-matches, and isn't being properly undone.] As
a consequence, R CMD check is failing:
> # An equivalent function is somewhat messier, since it must either...