Displaying 3 results from an estimated 3 matches for "l43".
Did you mean:
43
2013 Jan 04
1
Bug in R CMD check for \ in Rd?
Hi,
I have a function knit_expand() and its source/Rd are below:
https://github.com/yihui/knitr/blob/master/R/template.R#L43-L44
https://github.com/yihui/knitr/blob/master/man/knit_expand.Rd
When I run R CMD check on the package I get this warning (with both R
2.15.2 and R-devel):
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'knit_expand':
knit_expand
Cod...
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
...n output like:
com.braju.graphics
com.braju.graphics Bla bla bla...
But, I believe it should generate:
com.braju.graphics
Bla bla bla...
To solve this minor bug, just include a line '$old=""'. See line 49 below.
maketitle.pl:
L42: $S = '';
L43: $lc = 16;
L44: $rc = 72;
L45: $old = $package;
L46: $len = length($old);
L47: if ($len > $lc - 3) {
L48: $S = $old;
L49: $old = ""; ### Forgot to this line.
L50: for ($j = 1; $j < $lc; $j++) {
L51: $old = $old . ' ';
L52: }
L53: }
L54: else {...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking