Displaying 13 results from an estimated 13 matches for "noae".
Did you mean:
noac
2009 Dec 22
1
Sweave: font problems with Signif. codes lines
...--
Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1
\end{Soutput}
When processed with pdfLaTeX, using
\usepackage{Sweave}
the Signif. codes lines appears as
Signif. codes: 0 S***S 0.001 S**S 0.01 S*S 0.05 S.S 0.1 S S 1
except that the Ss have funny accents. If I try again, using the noae option
\usepackage[noae]{Sweave}
the funny S characters disappear (are blank), but I get messages in the log:
Missing character: There is no ? in font cmtt10!
Missing character: There is no ? in font cmtt10!
There seems to be a font problem somewhere, but I don't know how to
track it down....
2009 Sep 03
1
Sweavelistingutil: Encoding problems
...eamble looks like this:
,----
| \documentclass[a4paper]{scrartcl}
| \usepackage{scrpage2}
| \usepackage[english,danish]{babel}
| \usepackage[T1]{fontenc}
| \usepackage[utf8]{inputenc}
`----
And the "R-settings" looks like this (basically copied from the viginette):
,----
| %\usepackage[noae]{Sweave}
| \SweaveOpts{keep.source=TRUE}
| % -------------------------------------------------------------------------------
| <<SweaveListingsPreparations, results=tex, echo=FALSE>>=
| require(SweaveListingUtils)
| SweaveListingoptions(intermediate = FALSE)
| SweaveListingPreparations(...
2013 Jan 29
1
Sweave files generating miktex errors
Dear useRs--
I have been using Sweave with miktex for years, but on a new install on
Windows XP, miktex seems to be hung up on single quotes. See example below.
Digging through stackexchange, I found using \usepackage[noae]{Sweave} in
the tex file solved the problem. My questions are:
--Why would this happen? I have the ae package installed.
--If inserting [noae] is the solution, how do I have this done by Sweave?
I'll start with the error messages followed by the tex file outputted by
Sweave.
Any help, ple...
2006 Nov 08
2
Sweave and font problems
Dear All,
Having now successfully started using Sweave, I have just noticed an odd
side effect with fonts.
Using plain LaTeX, I have had no problems using \usepackage{palatino} or
\usepackage{times} and the font correctly changes.
However, once I convert the tex document into Snw, and run it through R
CMD SWEAVE, LaTeX seems to ignore this package directive. The LaTeX log
suggests the font
2012 Apr 04
3
Rgui maintains open file handles after Sweave error
...\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{Sweave}{}
\RequirePackage{ifthen}
\newboolean{Sweave at gin}
\setboolean{Sweave at gin}{true}
\newboolean{Sweave at ae}
\setboolean{Sweave at ae}{true}
\DeclareOption{nogin}{\setboolean{Sweave at gin}{false}}
\DeclareOption{noae}{\setboolean{Sweave at ae}{false}}
\ProcessOptions
\RequirePackage{graphicx,fancyvrb}
\IfFileExists{upquote.sty}{\RequirePackage{upquote}}{}
\ifthenelse{\boolean{Sweave at gin}}{\setkeys{Gin}{width=0.8\textwidth}}{}%
\ifthenelse{\boolean{Sweave at ae}}{%
\RequirePackage[...
2009 Jan 16
3
Sweave documents have corrupted double quotes
I'm attaching a file foo.Rnw and I'm hoping some of you might run it
through your R & latex systems to find out if the double-quotes in
typewriter font turn out as black boxes (as they do for me). If you
don't use Sweave, but you have a system with a working version of R
and LaTeX, the file gives the instructions you need to use to process
the file. The
The file itself explains
2009 Jun 26
0
Modifying Sweave.sty to allow escapes with fancyvrb package in LaTeX
...ovidesPackage{Sweavel}{}
\RequirePackage{listings,ifthen,graphicx,fancyvrb,relsize}
\RequirePackage{ifthen}
\newboolean{Sweave at gin}
\setboolean{Sweave at gin}{true}
\newboolean{Sweave at ae}
\setboolean{Sweave at ae}{true}
\DeclareOption{nogin}{\setboolean{Sweave at gin}{false}}
\DeclareOption{noae}{\setboolean{Sweave at ae}{false}}
\ProcessOptions
\IfFileExists{upquote.sty}{\RequirePackage{upquote}}{}
\ifthenelse{\boolean{Sweave at gin}}{\setkeys{Gin}{width=0.8\textwidth}}{}%
\ifthenelse{\boolean{Sweave at ae}}{%
\RequirePackage[T1]{fontenc}
\RequirePackage{ae}
}{}%
%\DefineVerbatim...
2010 Sep 11
0
Sweave issue; keep.source=TRUE and cacheSweave incompatible?
...: term hide (label=setCache)
2 : echo term verbatim (label=rnorm)
3 : echo keep.source term verbatim (label=runif)
4 : echo term verbatim (label=summary)
You can now run LaTeX on 'test.tex'
Bad Schunk:
\begin{Schunk}
\begin{Sinput}
> \documentclass{article}
>
> \usepackage[noae]{Sweave}
>
> \begin{document}
> \SweaveOpts{prefix.string=foo,png=FALSE,echo=TRUE,eps=FALSE}
> @
> <<setCache,echo=FALSE,results=hide>>=
> library(cacheSweave)
> setCacheDir("./cache")
> @ %def
>
> This is a test.
>
> @
> <<rno...
2013 Sep 19
1
Vignette problem and CRAN policies
...build" failed. I have no idea what you want me to
>> do to fix this problem. Further assistance would be appreciated.
>
> Don't spam all the other addressees!
>
> The issue is using RJournal.sty in a vignette with ae fonts. I am
> guessing that
>
> \usepackage[noae]{Sweave}
>
> might work: otherwise you need to remove the reference to upquote.sty
> in RJournal.sty.
>
>
>>
>>
>> Thanks,
>> Spencer Graves
>>
>>
>> p.s. I understand reasonably well R and the *.Rd documentation
>> stand...
2009 Apr 16
2
there are fontencoding problem in Sweave
I want write article by russian language using Sweave. For cyrillic text
LaTeX use T2A encoding
\usepackage[T2A]{fontenc}
But in Sweave.sty we find:
\RequirePackage[T1]{fontenc}
It is source of critical problem.
For example Rnw file
$ cat estimation.Rnw
\documentclass[A4paper]{article}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[russian,english]{babel}
2006 Apr 24
0
R 2.3.0 is released
...ly
file names in the 'src' directory. The latter is controlled
by option --check-subdirs and by default is done if checking a
tarball without a configure script.
R CMD build excludes invalid files in the 'man', 'R' and 'demo'
subdirectories.
o \usepackage[noae]{Sweave} in the header of an Sweave file
supresses auto-usage of the ae package ("almost European"
fonts) and T1 input encoding.
DOCUMENTATION
o Rd format now allows \var{} markup inside \code{} and \examples{}.
o Markup such as --, ---, < and > is handled better when...
2006 Apr 24
0
R 2.3.0 is released
...ly
file names in the 'src' directory. The latter is controlled
by option --check-subdirs and by default is done if checking a
tarball without a configure script.
R CMD build excludes invalid files in the 'man', 'R' and 'demo'
subdirectories.
o \usepackage[noae]{Sweave} in the header of an Sweave file
supresses auto-usage of the ae package ("almost European"
fonts) and T1 input encoding.
DOCUMENTATION
o Rd format now allows \var{} markup inside \code{} and \examples{}.
o Markup such as --, ---, < and > is handled better when...
2012 Mar 25
2
avoiding for loops
I have data that looks like this:
> df1
group id
1 red A
2 red B
3 red C
4 blue D
5 blue E
6 blue F
I want a list of the groups containing vectors with the ids. I am
avoiding subset(), as it is
only recommended for interactive use. Here's what I have so far:
df1 <- data.frame(group=c("red", "red", "red", "blue",