Displaying 20 results from an estimated 700 matches similar to: "tikzDevice install problem"
2012 Apr 27
1
TikzDevice
Dear R'ers,
I have trouble installing tikzDevice in Ubuntu. When I use install.packages("tikzDevice"), it gives error message:
ERROR: dependency ‘filehash’ is not available for package ‘tikzDevice’
* removing ‘/usr/local/lib/R/site-library/tikzDevice’
Then I tried filehash installation, I get the message:
"package ‘filehash’ is not available (for R version 2.13.1)"
2013 Jul 15
2
suppress startup messages from default packages
Hi all,
several packages print messages during loading. How do I avoid to see
them when the packages are in the defaultPackages?
Here is an example.
With this in ~/.Rprofile
,----[ ~/.Rprofile ]
| old <- getOption("defaultPackages")
| options(defaultPackages = c(old, "filehash"))
| rm(old)
`----
I get as last line when starting R:
,----
| filehash: Simple key-value
2011 Mar 24
1
debug R device plot
Hi there,
I was doing great with R, ggplot and tikzDevice, when suddenly it stopped
working.
I can do a plot just fine on the R online graphics device. I can also open a
tikzdevice via tikz(). However, the plot (both ggplot and R graphics plot)
call leads to the error:
"createLockFile(lockname): cannot create lock file"
I see that this is related to my OS, namely Ubuntu 10.04. I
2012 Aug 15
3
tikzDevice not available
Hello people!
I just formatted my disk, and I have installed R 2.14 over. Now I am trying
to restore my packages and all.
I realized that tikzDevice, a crucial package for me is gone. Fortunately,
I have kept my old, non-zipped, tikzDevice
folder, but none of the commands I know seems to handle this [i.e. load()
and install.packages()].
Thus the formulation is like this:
how to install a
2010 Apr 27
1
TikzDevice and texi2dvi
Dear All,
I am starting to use the tikzDevice package, but I am experiencing some
(minor problems).
If I try to run the script at the end of the email, I get the following
error
Error in tools::texi2dvi("normal.tex", pdf = T) :
Running 'texi2dvi' on 'normal.tex' failed.
Messages:
sh: /usr/bin/texi2dvi: not found
How do I install the missing texi2dvi?
I found some
2011 Feb 16
2
tikzDevice compiling problem
Hi guys.
The tex file which compile the following graphic has many problems. I don't
know what's happening. Any input would be really appreciated.
# Cargo el prgrama que produce el c?digo en Latex
require(tikzDevice)
# Establezco directorio del programa
setwd('/Users/fabiangarcia/Documents/R')
# El siguiente programa produce el archivo tex
tikz('CobbGRAF.tex',
2017 Oct 22
1
ggplot2 and tikzDevice : problems with accents
Hi all,
I can't fathom why the accented "?" in the following ggplot2 graph makes
R hangs when using tikzdevice,? whereas it works using simple pdf device.
######
library(tikzDevice)
library(ggplot2)
options(tikzDefaultEngine = "luatex")
tikzLualatexPackages =c(
? "\\usepackage{tikz}\n",
? "\\usepackage[active,
tightpage,psfixbb]{preview}\n",
?
2012 Dec 10
1
Ayuda tikzDevice
Buenos días;
Aunque ya llevo un tiempo con LaTeX y R no he conseguido que me funcione la librería tikzdevice.
El primer problema está con tikzDictionary que me da como error: cannot create lock file. He estado buscando información en Google pero sin éxito. No he conseguido solucionarlo indicando un archivo en RProfile con options(tikzMetricsDictionary = ''path/archivo''). Cuando
2011 Feb 18
2
Scaling Lattice Graphics for tikzDevice
I'm trying to use lattice graphics to produce some small plots for inclusion in a LaTeX file. I want the LaTeX fonts to be used in the plots, but to be scaled down to match the size of the plot. I have written the following code to apply a scaling factor to all the "cex" and "padding" entries in the trellis parameters, but there is still a large white space between the key
2009 Mar 15
1
What is the best package for large data cleaning (not statistical analysis)?
Dear R helpers:
I am a newbie to R and have a question related to cleaning large data frames
in R.
So far, I have been using SAS for data cleaning because my data sets are
relatively large (handling multiple files, each could be as large as 5-10
G).
I am not a fan of SAS at all and am eager to move data cleaning tasks into R
completely.
Seems to me, there are 3 options. Using SQL, ff or
2011 Jan 02
1
filehash for big data
Hi all,
I am trying to use the filehash library to analyze a 5M by 20 matrix with both
double and string data types.
After consulting a few tutorials online, it seems as though one needs to first
read the data into R; then create an R object; and then assign that object a
location in my computer via filehash. It seems like the benefit of this is
minimizing memory allocation when running
2008 Mar 08
1
Error message while trying to update packages: Error in gzfile(file, mode) : unable to open connection
Hello,
I have just installed v 2.6.2 on a new computer running Windows XP
and tried to perform 'update packages' via the menu option on the R console.
Any advice on the following problem is much appreciated.
Bob
Below are the warning and error messages received. A search of the
hard drive does not reveal any file including "RtmpgMMu03/libloc" .
>
2010 Feb 22
1
big panel: filehash, bigmemory or other
Dear R-list
I'm on my way to start a new project on a rather big panel, consisting
of approximately 8 million observations in 30 waves of data and about
15 variables. I have a similar data set that is approximately 7
gigabytes in size.
Until now I have done my data management in SAS, and Stata, mostly
identifying spells, counting events in intervals, and a like, but I
would like to
2008 Mar 15
1
filehash
Hello,
I'm using filehash on the windows XP and it has been working fine with the
newest R version 2.6.2. However, on the windows vista, when I ran the same
code, I got the following error:
> dbCreate("simdb") #create simdb database
[1] TRUE
> db<-dbInit("simdb") #initiate an object of database
Error in sprintf(gettext(fmt, domain = domain), ...) :
object
2010 Feb 19
2
problem with RGtk
Dear List,
I would like to ask about package RGtk2 with which I have a problem.
I will very much appreciate if somebody could tell me what I need to do.
I need to install a package scdMicro and it depends on gWidgetsRGtk2.
I am working on MAC, version 10.5.8.
When I try to load gWidgetsRGtk2 (or RGtk2), it asks me:
"Instal GTK+?"
I installed Gtk+ from CRAN, and added a path:
export
2011 Nov 18
0
tikzDevice 0.6.2
Version 0.6.2 of the tikzDevice was recently posted to CRAN and should
be making its way to a local mirror. The tikzDevice package provides a
graphics device that translates R graphics into TeX code suitable for
inclusion in LaTeX documents. Version 0.6.2 is primarily a maintenance
release that supports some new functionality in R 2.14.0.
The latest version adds new functions that allow users to
2011 Nov 18
0
tikzDevice 0.6.2
Version 0.6.2 of the tikzDevice was recently posted to CRAN and should
be making its way to a local mirror. The tikzDevice package provides a
graphics device that translates R graphics into TeX code suitable for
inclusion in LaTeX documents. Version 0.6.2 is primarily a maintenance
release that supports some new functionality in R 2.14.0.
The latest version adds new functions that allow users to
2010 Aug 10
0
tikzDevice 0.5.0 released to CRAN
# tikzDevice
---
## Description
The tikzDevice package new graphics device for R which enables direct
output of graphics in a LaTeX-friendly way. Plotting commands issued
by R functions are transformed into LaTeX code blocks. These blocks
are interpreted with the help of TikZ-- a graphics library for TeX and
friends written by Till Tantau.
The tikzDevice supports three main modes of output:
2010 Aug 10
0
tikzDevice 0.5.0 released to CRAN
# tikzDevice
---
## Description
The tikzDevice package new graphics device for R which enables direct
output of graphics in a LaTeX-friendly way. Plotting commands issued
by R functions are transformed into LaTeX code blocks. These blocks
are interpreted with the help of TikZ-- a graphics library for TeX and
friends written by Till Tantau.
The tikzDevice supports three main modes of output:
2010 Dec 07
0
tikzDevice 0.5.3 released to CRAN
A new release of the tikzDevice was posted to CRAN today and will soon
be available from mirrors worldwide. The tikzDevice package provides
a graphics device that translates R graphics into TeX code suitable
for seamless integration with LaTeX documents. Version 0.5.3 of the
tikzDevice is a bugfix release that addresses clarity of warning/error
messages and enhances the handling of characters