Skip to content

tikzDevice not available

7 messages · Ulises M. Alvarez, Peter Dalgaard, Yihui Xie +2 more

#
On 08/15/2012 11:54 AM, nikos giallousis wrote:
Hi:

I don't know whether or not it's possible to install from a non-zipped 
folder, but the tikzDevice may be found at:

http://cran.r-project.org/src/contrib/Archive/tikzDevice/
#
On Aug 15, 2012, at 18:54 , nikos giallousis wrote:

            
R CMD INSTALL myfolder

from the command line. The package is still available in the Archive and on R-forge though; dunno what the story is with the CRAN version...

  
    
#
I think it will come back again in the future. The maintainer is busy
at the moment: https://github.com/Sharpie/RTikZDevice/commit/95069e0a1deeb8fb9db028bbb76f227ddfcdc559#commitcomment-1562437

For now, the easiest way to install it is probably via R-Forge:

install.packages("tikzDevice", repos="http://R-Forge.R-project.org")

Or just download the tarball from CRAN and R CMD INSTALL it.

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA
On Wed, Aug 15, 2012 at 11:54 AM, nikos giallousis <n31k0s at gmail.com> wrote:
1 day later
#
On 17.08.2012 12:37, nikos giallousis wrote:
Yes: R-forge seems to support the current release version of R only re. 
binaries. If you want it for an old release of R, install from sources, 
i.e.:
install.packages("tikzDevice", repos="http://R-Forge.R-project.org", 
type="source")

Uwe Ligges
1 day later