Displaying 4 results from an estimated 4 matches for "lamppost".
2005 Aug 21
2
bizarre signif stars in Sweave latex
OK.  I give up.  I'll ask a stupid question.
How do I get the $!#@*$ signif stars line printed by summaries
to not look extremely bizarre in the latex produced by Sweave?
For example, see p. 7 of
    http://www.stat.umn.edu/geyer/aster/library/aster/doc/tutor.pdf
I can see what the problem is.  R emits non-ascii characters (as it
is supposed to do), Sweave puts them in the tex file, and
2015 Dec 17
0
Assistance much appreciated
...2 root     33             4096 Dec 17 17:19 R
> drwxr-sr-x   2 root     33             4096 Dec 17 05:58 libs
> 
> So, is dcf.c, or main.c the better place to check. dcf.c does not look like "fun" - all those lexical arguments at the start:
Cue story of looking for keys under lamppost...
> 
> SEXP attribute_hidden do_readDCF(SEXP call, SEXP op, SEXP args, SEXP env)
> {
> .... man many lines ....
>                               } else {
>                                       /* Must be a regular line with no tag ... */
>...
2015 Dec 17
3
Assistance much appreciated
On 2015-12-17 19:30, peter dalgaard wrote:
> Presumably the file in question is one of
>
> Peter-Dalgaards-MacBook-Air:BUILD pd$ grep -r "^Package: tools" *
> library/tools/DESCRIPTION:Package: tools
> src/library/tools/DESCRIPTION:Package: tools
>
> so the first thing I'd do is to have a good look at those files and see if they got somehow corrupted.
>
>
2015 Dec 18
1
Assistance much appreciated
...4096 Dec 17 17:19 R
>> drwxr-sr-x   2 root     33             4096 Dec 17 05:58 libs
>> 
>> So, is dcf.c, or main.c the better place to check. dcf.c does not look like "fun" - all those lexical arguments at the start:
> 
> Cue story of looking for keys under lamppost...
> 
>> 
>> SEXP attribute_hidden do_readDCF(SEXP call, SEXP op, SEXP args, SEXP env)
>> {
>> .... man many lines ....
>>                              } else {
>>                                      /* Must be a regular line with no tag ... */
>>...