Re: [R] installing tikzDevice for R 3.2.3

2016-01-16 Thread Ranjan Maitra
On Sat, 16 Jan 2016 04:45:58 + Ben Bolker  wrote:

> Ranjan Maitra  inbox.com> writes:
> 
> > 
> > On Fri, 15 Jan 2016 21:25:06 -0600 Ranjan Maitra 
> inbox.com> wrote:
> > 
> > > Hi,
> > > 
> > > I wanted to install tikzDevices on a installation of 
> > R (3.2.3) on a new machine. However, I am getting:
> > > 
> > > > install.packages('tikzDevices')
> > > 
> > > Warning message:
> > > package ‘tikzDevices’ is not available (for R version 3.2.3) 
> > > 
> > > Is there any way out for me other than wait for the tikzDevices to be
> updated in the repos? I am on Fedora 23
> > with everything up to date.
> > > 
> > > Many thanks in advance for any suggestions and best wishes,
> > > Ranjan
> > 
> > Sorry to answer my own question, but I found a way out 
> > (only specific to tikzDevices):
> > 
> > install.packages("tikzDevice", repos="http://R-Forge.R-project.org;)
> 
>   This is all a little bit surprising since tizkDevice seems
> perfectly fine on CRAN: 
> https://cran.rstudio.com/web/packages/tikzDevice/index.html
> 
>   What are getOption("repos") and sessionInfo() ?
>   Perhaps there is some temporary binary-building delay because
> R 3.2.3 just came out?
> 
>Did you try install.packages("tikzDevice", type="source") ?

I am sorry: I made an error earlier -- I made a mistake (used the plural 
instead of 'tikzDevices'). 

This was a false alarm. Apologies for that!

However, while I don't know if this would be possible to get from an error 
message but it would have been preferred if the message had said that there was 
no such package in R, rather than say that the package is not available for R 
version 3.2.3 which led me to believe that an updated version was not available.

However, at the end of a long day, it was my mistake: sorry again for that!

Best wishes,
Ranjan


> 
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.

-- 
Important Notice: This mailbox is ignored: e-mails are set to be deleted on 
receipt. Please respond to the mailing list if appropriate. For those needing 
to send personal or professional e-mail, please use appropriate addresses.


FREE ONLINE PHOTOSHARING - Share your photos online with your friends and 
family!
Visit http://www.inbox.com/photosharing to find out more!

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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] installing tikzDevice for R 3.2.3

2016-01-16 Thread Martin Maechler
> Ranjan Maitra 
> on Fri, 15 Jan 2016 23:46:19 -0600 writes:

> Yihui, Thanks very much! Explicitly specifying the RStudio
> server works, and I have reinstalled tikzDevice

> Best wishes, Ranjan

Good,  and thanks to Yihui indeed!

One note:  The  "cloud" CRAN server is nowadays reachable as

https://cloud.r-project.org

and that is now the preferred URL.  Rstudio is currently still
paying the service -> Thank you JJ and Rstudio staff! -- but
that may not have to remain so, and the  R Foundation and R Core team
are much happier to have a generic

https://cloud.r-project.org   as "default CRAN mirror".

Martin Maechler
(as 'Secreatry General' of the R Foundation)

> On Fri, 15 Jan 2016 22:42:41 -0600 Yihui Xie
>  wrote:

>> Please do not use http://r-forge.r-project.org/ to
>> install tikzDevice.  We no longer update tikzDevice on
>> R-Forge. It may be a problem of your CRAN mirror. When in
>> doubt, try the RStudio mirror (the chance that Amazon
>> CloudFront is down should be much smaller than a single
>> metal server somewhere):
>> 
>> install.packages("tikzDevice",
>> repos="https://cran.rstudio.com;) # make sure your
>> version of R supports https
>> 
>> Regards, Yihui
>> --
>> Yihui Xie  Web: http://yihui.name
>> 
>> 
>> On Fri, Jan 15, 2016 at 9:37 PM, Ranjan Maitra
>>  wrote: > On Fri, 15 Jan
>> 2016 21:25:06 -0600 Ranjan Maitra
>>  wrote:
>> >
>> >> Hi,
>> >>
>> >> I wanted to install tikzDevices on a installation of R
>> (3.2.3) on a new machine. However, I am getting:
>> >>
>> >> > install.packages('tikzDevices')
>> >>
>> >> Warning message: >> package ‘tikzDevices’ is not
>> available (for R version 3.2.3)
>> >>
>> >> Is there any way out for me other than wait for the
>> tikzDevices to be updated in the repos? I am on Fedora 23
>> with everything up to date.
>> >>
>> >> Many thanks in advance for any suggestions and best
>> wishes, >> Ranjan
>> >
>> >
>> > Sorry to answer my own question, but I found a way out
>> (only specific to tikzDevices):
>> >
>> > install.packages("tikzDevice",
>> repos="http://R-Forge.R-project.org;)
>> >
>> > It would be nice to have a general approach, especially
>> when R updated does not mostly mean that packages
>> installed under and earlier version of R stop working.
>> >
>> > Best wiehes, > Ranjan

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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] installing tikzDevice for R 3.2.3

2016-01-15 Thread Ranjan Maitra
Yihui,

Thanks very much! Explicitly specifying the RStudio server works, and I have 
reinstalled tikzDevice

Best wishes,
Ranjan



On Fri, 15 Jan 2016 22:42:41 -0600 Yihui Xie  wrote:

> Please do not use http://r-forge.r-project.org/ to install tikzDevice.
> We no longer update tikzDevice on R-Forge. It may be a problem of your
> CRAN mirror. When in doubt, try the RStudio mirror (the chance that
> Amazon CloudFront is down should be much smaller than a single metal
> server somewhere):
> 
> install.packages("tikzDevice", repos="https://cran.rstudio.com;)
> # make sure your version of R supports https
> 
> Regards,
> Yihui
> --
> Yihui Xie 
> Web: http://yihui.name
> 
> 
> On Fri, Jan 15, 2016 at 9:37 PM, Ranjan Maitra
>  wrote:
> > On Fri, 15 Jan 2016 21:25:06 -0600 Ranjan Maitra 
> >  wrote:
> >
> >> Hi,
> >>
> >> I wanted to install tikzDevices on a installation of R (3.2.3) on a new 
> >> machine. However, I am getting:
> >>
> >> > install.packages('tikzDevices')
> >>
> >> Warning message:
> >> package ‘tikzDevices’ is not available (for R version 3.2.3)
> >>
> >> Is there any way out for me other than wait for the tikzDevices to be 
> >> updated in the repos? I am on Fedora 23 with everything up to date.
> >>
> >> Many thanks in advance for any suggestions and best wishes,
> >> Ranjan
> >
> >
> > Sorry to answer my own question, but I found a way out (only specific to 
> > tikzDevices):
> >
> > install.packages("tikzDevice", repos="http://R-Forge.R-project.org;)
> >
> > It would be nice to have a general approach, especially when R updated does 
> > not mostly mean that packages installed under and earlier version of R stop 
> > working.
> >
> > Best wiehes,
> > Ranjan
> >
> > 
> > Can't remember your password? Do you need a strong and secure password?
> > Use Password manager! It stores your passwords & protects your account.
> >
> > __
> > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > 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 -- To UNSUBSCRIBE and more, see
> 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.
-- 
Important Notice: This mailbox is ignored: e-mails are set to be deleted on 
receipt. Please respond to the mailing list if appropriate. For those needing 
to send personal or professional e-mail, please use appropriate addresses.


Can't remember your password? Do you need a strong and secure password?
Use Password manager! It stores your passwords & protects your account.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.