Re: [R] tikzDevice not available

2012-08-18 Thread nikos giallousis
Hello all! Thank you for your advice.

The solution finally was like this:

first install filehash package
and then library(tikzDevice)

Just in case any one needs it.

Regards

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] tikzDevice not available

2012-08-17 Thread nikos giallousis
Hello, many thanks for the advice.

Unfortunately I did not mention that my os is Windows 7. I am sorry for
that.

Some feedback here?

 install.packages(tikzDevice, repos=http://R-Forge.R-project.org;)
Installing package(s) into ‘C:/Users/N31k/Documents/R/win-library/2.14’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository
http://R-Forge.R-project.org/bin/windows/contrib/2.14
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package ‘tikzDevice’ is not available (for R version 2.14.2)
 utils:::menuInstallLocal()
Error in read.dcf(file.path(pkgname, DESCRIPTION), c(Package, Type))
:
  cannot open the connection
In addition: Warning messages:
1: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file
2: In read.dcf(file.path(pkgname, DESCRIPTION), c(Package, Type)) :
  cannot open compressed file 'tikzDevice_0.6.2.tar.gz/DESCRIPTION',
probable reason 'No such file or directory'

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] tikzDevice not available

2012-08-17 Thread Uwe Ligges



On 17.08.2012 12:37, nikos giallousis wrote:

Hello, many thanks for the advice.

Unfortunately I did not mention that my os is Windows 7. I am sorry for
that.

Some feedback here?


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






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

Installing package(s) into ‘C:/Users/N31k/Documents/R/win-library/2.14’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository
http://R-Forge.R-project.org/bin/windows/contrib/2.14
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
   package ‘tikzDevice’ is not available (for R version 2.14.2)

utils:::menuInstallLocal()

Error in read.dcf(file.path(pkgname, DESCRIPTION), c(Package, Type))
:
   cannot open the connection
In addition: Warning messages:
1: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file
2: In read.dcf(file.path(pkgname, DESCRIPTION), c(Package, Type)) :
   cannot open compressed file 'tikzDevice_0.6.2.tar.gz/DESCRIPTION',
probable reason 'No such file or directory'

[[alternative HTML version deleted]]



__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.



__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] tikzDevice not available

2012-08-15 Thread peter dalgaard

On Aug 15, 2012, at 18:54 , nikos giallousis wrote:

 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 package from a non-zipped folder

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...

 
 Thanks a lot
 
 Nijk
 
   [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk  Priv: pda...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] tikzDevice not available

2012-08-15 Thread Ulises M. Alvarez

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

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 package from a non-zipped folder


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/
--
Ulises M. Alvarez
http://sophie.unam.mx/

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] tikzDevice not available

2012-08-15 Thread Yihui Xie
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 xieyi...@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 n31...@gmail.com wrote:
 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 package from a non-zipped folder

 Thanks a lot

 Nijk

 [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.