Displaying 20 results from an estimated 700 matches similar to: "Sweave"
2011 Jan 10
2
problem with packages
Hello, I am on a laptop with Win7, running R-2.12.1
if I click on Packages/InstallPackages I get :
> utils:::menuInstallPkgs()
Warning: unable to access index for repository http://cran.skazkaforyou.com/bin/windows/contrib/2.12
Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.12
Error in install.packages(NULL, .libPaths()[1L], dependencies
2011 Mar 01
2
problems with playwith
hello, i tried to run playwith but :
> library(playwith)
Loading required package: lattice
Loading required package: cairoDevice
Loading required package: gWidgetsRGtk2
Loading required package: gWidgets
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'H:/R/cran/RGtk2/libs/i386/RGtk2.dll':
LoadLibrary failure: The specified procedure could
2008 Mar 07
9
question about WINEPREFIX
I wanted to ask to the wine experts something about WINEPREFIX or the crossover bottles...
how does the concept of "bottles" compares/differs with the concept of application virtualization (http://en.wikipedia.org/wiki/Application_Virtualization) used by VMware's Thinstall (http://www.thinstall.com/products/virtualization_suite.php) (aside for the .exe container*) and
2010 Oct 23
1
FirefoxPortable and ThunderbirdPortable and Wine 1.3.5
Hi,
I've a problem with FirefoxPortable and ThunderbirdPortable (a version of Firefox and Thunderbird from PortableApps).
The were running fine until some weeks ago but, I guess after a system upgrade (I use arch linux) which included wine upgrade they don't start anymore.
Anyone has experience of them working under wine 1.3.5 (the current versione of wine)?
Or has an idea about the cause
2002 Jul 03
3
latex
Hi,
i'm a newbie with latex and postscript but recognize
the power in combination wit R .
...current i don't now how i have to "inform" R1.5.0(patched) about my
MikeTex installation on windows 2000 and get following
latex(table)
Warning messages:
1: cat not found
2: cd not found
3: xdvi not found
P.S. maybe i must define in Rprofile something ???
Thanks for help and
2007 Dec 04
6
Is R portable?
Recently I came across an interesting web site:
http://portableapps.com/. The idea is simple, this is software that
is possible to install and run on some type of USB memory, a stick or
one of these hard disks. I can think of a number of situations where
this could be handy. In addition memory sticks are getting cheaper
and more powerful by the day.
So: Is it possible to run R off one of
2012 Feb 27
5
Problem with wine and Firefox, Thunderbird or Seamonkey...
Hi all,
I Use thunderbird and firefox, and sometimes Seamonkey on my job (onto windows 7, 64 bits) and at home (under Ubuntu 11.10 64 bits), so for that, I use Wine, which was very nice until few weeks when I had error message and that doesn't worked more...
For this use, I use portable software (from portable apps), and I already post my problem on other forums
2004 Dec 29
3
Windows vignettes, shQuote, texi2dvi
I noticed a shQuote fix for Windows in the svn logs.
Just wanted to point out that this will favorably
affect texi2dvi on Windows which previously used
UNIX quoting and so generated an incorrect Windows
command. (Note that texi2dvi is used when creating
vignettes.)
Another problem is that the recommended tex
distribution for Windows, fptex, does not have texi2dvi
in the first place. The
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
2015 Oct 10
1
MiKTeX's withdrawal of texi2dvi.exe
MiKTeX has abruptly removed texi2dvi.exe from its distribution. (MiKTeX
broke its updating process earlier and an attempted update trashed the
updater on my installation so I was forced to make a fresh install of
the current distribution. I do not know if updates remove a currently
installed texi2dvi.exe.)
This has two consequences:
1) It is used by tools::texi2dvi() if found. As far as I
2008 Apr 07
1
How to include a vignette with my package?
I want to include a vignette with a package I wrote. I did follow the
"Writting R extentions" document step by step, but went I run "Rcmd build",
an error occurs. It goes like this:
"
* creating vignettes ... ERROR
.
.
.
.
:7: Emergency stop
L7L ==> Fatal error occurred, no output PDF file produced!texify: pdflatex
failed for some reason <see log file>.
2010 Jul 14
16
For what reason the "official" Wine does not support USB ?
Hello
A lot of windows application need access to an USB port.
For Wine a library (or a patch) exists to manage that but it is not include in the "official" release.
If we want to work with this USB port, we have to compile a personal version of Wine, but this is not really obvious for every body.
Why this feature is not include in the release ?
Do you plan an official release with
2020 Oct 26
1
can't create directories/files on network share
Hey folks, I'm experiencing some weird errors all of a sudden. I have
not made any changes to the config but for some reason I cannot create
files/directories on my network share. An example would be the error I
get when I try to update the virus signatures on my portable ClamWin
install:
ERROR: Can't open ..\..\..\Data\log\ClamScanLog.txt in append mode
(check permissions!).
ERROR:
2015 Jan 13
2
R CMD build looking for texi2dvi in the wrong place (R-devel)
R CMD build fails with recent R-devel because it is looking for texi2dvi in /usr/local/bin, but on this system, MacTex has installed it in /usr/bin.
$ R CMD build IRanges
* checking for file 'IRanges/DESCRIPTION' ... OK
* preparing 'IRanges':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... ERROR
2014 Jun 04
2
R latex ubuntu
Buenas noches
Instale ubuntu 14.04, corro un archivo que me funcionaba en windows, pero
no se que librería debería cargar (instalar) para solucionar el problema.
El codigo R dice:
function(x)
tools::texi2pdf
El error dice:
Error en texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet,
:
Running 'texi2dvi' on '
Otro archivo se compilo sin problemas (lyx con sreave).
2011 Mar 25
1
Rd2pdf and Rd2dvi don't find texi2dvi
Hello everybody
I'm am trying to build a pdf out of the Rd files that i wrote for a package, so that I can attach it to my thesis.
if i Run Rd2pdf (or Rd2dvi) I get this error massage:
Hmm ... looks like a package
Converting Rd files to LaTeX .
Creating pdf output from LaTeX ...
Error in texi2dvi("Rd2.tex", pdf = (out_ext == "pdf"), quiet = FALSE, :
Running
2016 Jun 18
5
Error in texi2dvi
Hello:
Changes in R seem to have broken the sos vignette, and I don't
know how to fix it. The build on R-forge,
"https://r-forge.r-project.org/R/?group_id=235&log=build_src&pkg=sos&flavor=patched",
ends as follows:
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'sos.tex' failed.
LaTeX
2010 Aug 19
1
texi2dvi: option "clean" also deletes the generated pdf file
Dear expeRts,
below are two examples of using texi2dvi. The problem becomes clear from the
second example: on cleaning, texi2dvi also deletes the generated .pdf file.
Is there a solution?
Cheers,
Marius
## Example 1: texi2dvi cleans fine, without deleting the generated .pdf
require(tools)
sink(file="myLaTeXFile1.tex")
cat("\\documentclass{article}\n")
2011 Dec 07
1
running texi2dvi without running bibtex
Dear all,
I was hoping someone may know a way of running texi2dvi while ignoring
bibtex errors, or any other work around (such as not running bibtex at
all, if possible).
The context is that I have an R program that does some calculations
and writes a table into various folders, one per country for several
countries. I have a latex file that takes the table as an input, and
this latex file is
2011 Feb 17
2
Rd2pdf error in R12.0
On the local machine the command R11 CMD Rd2pdf survfit.Rd works fine.
R12 CMD Rd2pdf survfit.Rd fails with the message below.
Converting Rd files to LaTeX ...
survfit.Rd
Creating pdf output from LaTeX ...
Error in texi2dvi("Rd2.tex", pdf = (out_ext == "pdf"), quiet =
FALSE, :
Running 'texi2dvi' on 'Rd2.tex' failed.
Messages:
sh: texi2dvi: command not