Displaying 20 results from an estimated 4000 matches similar to: "Problem with"
2005 May 06
1
Latex can not find Rd.sty
Hi,
Lately my Latex engine used for checking packages stop working, and I can
not figure out how to fix it.
When creating my package (caMassClass) I get the
* checking caMassClass-manual.tex ... ERROR
LaTeX errors when creating DVI version.
This typically indicates Rd problems.
message. I look in caMassClass-manual.log file and find
! LaTeX Error: File `Rd.sty' not found.
2005 Feb 10
2
Problem with "R CMD Rd2dvi": Rd.sty not found
Hi,
I run into a problem with "R CMD Rd2dvi" command: it gives me "File `Rd.sty'
not found" error (See the output message on the bottom). I get the same
error when running "RCMD check". My system is: Windows 2000, R version
2.0.1, MiKTeX version 2.4. I do have a Rd.sty file in R_HOME/share/texm
directory.
I looked through newsgroups for any related discussions
2005 Aug 23
0
problems installing R from source: R-2.1.1 Windows XP
Hi everyone,
I’m a Windows XP user. I’m trying to install R-2.1.1 from source, and it
doesn’t work. Here’s what I have done:
* Got the source code from CRAN : R-2.1.1.tar.gz
* Ran ‘tar zxvf R-2.1.1.tar.gz’ in a CMD terminal window. Everything
worked fine. I got my R-2.1.1 folder in C:/Rsource.
* I got the iconv.dll file downloaded and unzipped it in
2007 May 20
2
miktex 2.6 and R
Hi,
I am new to Latex and in the process of installing miktex to work with R on
windows XP professional. From earlier posts, I see that fptex was the
preferred version, but it is no longer available. Now miktex is preferred.
However, there are known issues with finding the style files in version 2.4.
Fortunately, www.murdoch-sutherland.com/Rtools/mikitex.html provides a
series of workarounds.
2005 Oct 02
1
Problem Sweaving vignettes: MiKTeX's texi2dvi reports errors
Hi,
I am trying to create a Bioconductor package. Everything installs and checks
fine. Now I'm on my last step, which is to create a vignette. I'm trying to
test the Sweave process, to make sure I can build a vignette. I am stuck at
the texi2dvi stage, which fails when I try to process the example
Sweave-test-1.tex file.
I am using Windows binary R distributions, and have the same
2005 Sep 10
4
MikTeX will be assumed in R 2.2.0 in Windows
I've just committed some changes to allow R to be built and to use
MikTeX without needing the Rd.sty files to be installed to localtexmf.
Unfortunately, the changes are not compatible with other TeX packages,
so if you're not using MikTeX you'll need to edit a couple of the config
files (or set an environment variable).
I'd appreciate hearing of any problems during the alpha
2004 Jan 29
2
Finding Sweave.sty and other problems
Hi,
I've just tried to run example-3 from Friedrich Leish. I'm using R 1.8.1
and MiKTeX 2.2 on Windows XP.
I go
===
> library(tools)
> Sweave("example-3.Snw")
Writing to file example-3.tex
Processing code chunks ...
1 : term hide
2 : echo term verbatim
3 : term tex
4 : term verbatim eps pdf
You can now run LaTeX on example-3.tex
===
The file example-3.tex
2004 Feb 20
1
Sweave not found from MikTeX?
I've been working on a LaTeX document that contains Sweave code and cannot
get MikTeX to find the Sweave.sty file. I've added the c:\rw1081\share\texmf
path in the MikTeX roots (I've ven added the path in the environment
variables ) but to no avail. Is there a trick to getting Sweave installed
correctly when using MikTeX on Windows XP? Do I need to move/copy the
Sweave.sty file to the
2006 Aug 04
1
Questions about sweave...
Evening all:
I'm taking a little time to experiment with R, Sweave, and Miktex/LaTex but
I've run up against some problems and -well- I hope that there are some on
the list who might have some suggestions. This will be kind of wordy as I
will include the complete files involved as I'm just not sure what I'm
looking for. Apologies at the outset.
I created the source file
2005 Jun 16
1
Sweave and sideways
Hi there,
I'm rying to 'turn' an Schunk in an .Rnw file(Xemacs-21.4.13, ESS-5.2.8,
R-2.1, miktex-2.4.1705).
Has anyone got the isorot package to work with Sweave?
JC
example test.Rnw:
\documentclass[a4paper]{article}
\usepackage{Sweave}
\usepackage{isorot}
\rotdriver{dvips}
\clockwise
\title{Sweave Example 1}
\author{apologies to Friedrich Leisch }
\begin{document}
\maketitle
2011 Nov 15
2
Problem creating reference manuals from latex
R Community,
I often am in need of viewing the reference manuals of packages and do not have Internet access. I have used the code:
path <- find.package('tm')
system(paste(shQuote(file.path(R.home("bin"), "R")),"CMD", "Rd2pdf",shQuote(path)))
someone kindly provided from this help list to generate the manuals from the latex files. This
2011 May 21
1
dealing with sweave.sty and pgfSweave
Hi,
I would appreciate some help with a very basic problem in using pgfSweave. That
is, dealing with the sweave.sty file. After some googling, I did the following :
(1) copied the sweave.sty file to my trial folder and (2) added the line??
\usepackage{Sweave}?? to the Rnw file. Are there more elegant ways of dealing
with this issue?
I have read something about letting Miktex know about the
2007 May 06
1
Sweave and size10.clo
Using Sweave on Windows (MikTeX 2.5 and R 2.4.1), I've ran into a bit of a
problem with the tex -> DVI process.
First, I've corrected the common \usepackage error by using
\usepackage{"C:/Program Files/R/R-2.4.1/share/texmf/Sweave"} to get around
the spacing problem. That is, LaTeX is finding the Sweave.sty, which has
been a common problem in past postings here.
However, my
2005 Aug 05
3
Latex error with Sweave example
I created a tex file following the example in the Sweave help which
produced the following files in my working directory.
Sweave-test-1-006.eps
Sweave-test-1-006.pdf
Sweave-test-1-007.eps
Sweave-test-1-007.pdf
Sweave-test-1.tex
When I run latex on this, I get a latex error, log file below. I am
running R 2.1.1 on Windows XP. I have installed "small MiKTeX" and I
have added
2004 Mar 28
2
Build problems on Windows with fpTeX and MiKTeX
Recently,
I upgraded MiKTeX to the latest versions, and since then there are
problems when I try to build R and/or R packages.
I tried to build R 1.9.0 beta and R 1.8.1 patched
I am running Windows XP Pro, SP 1
MikTeX version is
This is e-TeX, Version 3.141592-2.1 (MiKTeX 2.4)
(preloaded format=latex 2004.3.27)
fpTeX version is
This is e-TeXk, Version 3.141592-2.1 (Web2c 7.5.2)
(format=latex
2013 Jun 20
0
inconsolata.sty is liable to disappear, texinfo 5.1
We use the inconsolata LaTeX package by default for monospaced text in R
PDF manuals, including package reference manuals (so needed to R CMD check).
You might find inconsolata.sty suddenly disappearing from your system:
it happened to me with a MiKTeX update earlier this week. OTOH, TeXLive
2013 and MacTeX 2013, released on Tuesday, still have it. But I suspect
a TeXLive update may change
2008 May 16
1
Sweave.sty problems under WinXP (English locale) with default settings
Hi R-devels,
I encounter the following problem when I want to build a vignette
in the package building process under Windows
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor
2013 Sep 25
0
R 3.0.2 and LaTeX changes
R 3.0.2 has some changes to work (or work better) with current versions
of LaTeX style files: this can cause problems for those with older versions.
So the main message is to update your TeX system: all of TeXLive 2013,
MacTeX 2013 and MiKTeX 2.9 work as expected if up-to-date.
1) In around June the inconsolata package was changed, a lot, and
changed again in July. For older versions things
2008 Dec 31
1
finding yap.exe with Sweave
Dear all:
Just to make sure I am on the same page as everyone else.
I just got a new computer and had to reinstall MikTex and of course R and Tinn-R. In order to be able to generate PDF's with Sweave I had to install notepad++ to tell Sweave where Latex.exe and yap.exe where located under MikTex path. So,I have two questions:
1- Do I need to have a Miktex editor in order to use Sweave? I am
2005 Sep 06
1
bash help please
I'd like to make MikTeX the default TeX package in 2.2.0, but we still
need to let people use other packages. The problem is that MikTeX wants
a command line option --include-directory $R_HOME/share/texmf, while
other packages specify includes via environment variables, and barf when
they see the unexpected option.
The choice should be controlled by the user's settings in the MkRules