Re: [R-pkg-devel] Winbuilder queues jammed again?

2020-03-05 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
Download the 'rhub' package.  Then submission to 'rhub' is one easy command.

HTH,

-Roy

> On Mar 5, 2020, at 3:33 PM, Rolf Turner  wrote:
> 
> 
> On 6/03/20 11:14 am, Ben Bolker wrote:
> 
> 
> 
>> It's probably been suggested already in this thread, but perhaps
>> rhub would work for you as an alternative?
> 
> 
> 
> Quite possibly, but I have no real idea what "rhub" is.  I've seen it 
> referred to many times but the references always assume that you know all 
> about it already.
> 
> I'll try to investigate.  Thanks for the suggestion.
> 
> cheers,
> 
> Rolf
> 
> 
> -- 
> Honorary Research Fellow
> Department of Statistics
> University of Auckland
> Phone: +64-9-373-7599 ext. 88276
> 
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel

**
"The contents of this message do not reflect any position of the U.S. 
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: roy.mendelss...@noaa.gov www: https://www.pfeg.noaa.gov/

"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected" 
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Winbuilder queues jammed again?

2020-03-05 Thread Rolf Turner



On 6/03/20 11:14 am, Ben Bolker wrote:





It's probably been suggested already in this thread, but perhaps
rhub would work for you as an alternative?




Quite possibly, but I have no real idea what "rhub" is.  I've seen it 
referred to many times but the references always assume that you know 
all about it already.


I'll try to investigate.  Thanks for the suggestion.

cheers,

Rolf


--
Honorary Research Fellow
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Winbuilder queues jammed again?

2020-03-05 Thread brodie gaslam via R-package-devel
You can also just paste the ftp link into your browser.






On Thursday, March 5, 2020, 6:31:03 PM EST, Rolf Turner 
 wrote: 






On 6/03/20 11:41 am, Henrik Bengtsson wrote:

> 1. I'd guess it helps Uwe a bit you clarify exactly which queue you 
> think is stuck - otherwise he has to check them all. They're independent.

Yeah.  Sorry.  It's the R-release queue.

> 2. You can look at the different win-builder queues yourself via ftp, 
> see https://stat.ethz.ch/pipermail/r-package-devel/2020q1/005098.html

That could be useful information, but when I tried just now I could not 
get curl to work:

> curl -s ftp://win-builder.r-project.org/R-release/
> curl: /usr/local/lib/libcurl.so.4: no version information available (required 
> by curl)
> curl: relocation error: curl: symbol curl_mime_headers version CURL_OPENSSL_4 
> not defined in file libcurl.so.4 with link time reference

I then tried

    sudo apt update
    sudo apt upgrade
    sudo apt install curl

according to some instructions that I found on the web.  It told me "

> curl is already the newest version (7.58.0-2ubuntu3.8).
> 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.

I then did

curl --version

and got

> curl: /usr/local/lib/libcurl.so.4: no version information available (required 
> by curl)
> curl: relocation error: curl: symbol curl_mime_headers version CURL_OPENSSL_4 
> not defined in file libcurl.so.4 with link time reference

I've Googled about a bit and found various references, but nothing that 
I could understand or use.

I don't understand what's going on/wrong.  Nor do I understand why the 
Computer Gods hate me! :-)


cheers,

Rolf

-- 
Honorary Research Fellow
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Winbuilder queues jammed again?

2020-03-05 Thread Rolf Turner



On 6/03/20 11:41 am, Henrik Bengtsson wrote:

1. I'd guess it helps Uwe a bit you clarify exactly which queue you 
think is stuck - otherwise he has to check them all. They're independent.


Yeah.  Sorry.  It's the R-release queue.

2. You can look at the different win-builder queues yourself via ftp, 
see https://stat.ethz.ch/pipermail/r-package-devel/2020q1/005098.html


That could be useful information, but when I tried just now I could not 
get curl to work:



curl -s ftp://win-builder.r-project.org/R-release/
curl: /usr/local/lib/libcurl.so.4: no version information available (required 
by curl)
curl: relocation error: curl: symbol curl_mime_headers version CURL_OPENSSL_4 
not defined in file libcurl.so.4 with link time reference


I then tried

   sudo apt update
   sudo apt upgrade
   sudo apt install curl

according to some instructions that I found on the web.  It told me "


curl is already the newest version (7.58.0-2ubuntu3.8).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.


I then did

curl --version

and got


curl: /usr/local/lib/libcurl.so.4: no version information available (required 
by curl)
curl: relocation error: curl: symbol curl_mime_headers version CURL_OPENSSL_4 
not defined in file libcurl.so.4 with link time reference


I've Googled about a bit and found various references, but nothing that 
I could understand or use.


I don't understand what's going on/wrong.  Nor do I understand why the 
Computer Gods hate me! :-)


cheers,

Rolf

--
Honorary Research Fellow
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Winbuilder queues jammed again?

2020-03-05 Thread Henrik Bengtsson
1. I'd guess it helps Uwe a bit you clarify exactly which queue you think
is stuck - otherwise he has to check them all. They're independent.

2. You can look at the different win-builder queues yourself via ftp, see
https://stat.ethz.ch/pipermail/r-package-devel/2020q1/005098.html

/Henrik

On Thu, Mar 5, 2020, 14:14 Ben Bolker  wrote:

> Maybe there's something queriable similar to the CRAN queue?  (In an
> ideal world this could even be incorporated into F Michonneau's
> foghorn package ...)
>
>It's probably been suggested already in this thread, but perhaps
> rhub would work for you as an alternative?
>
> On Thu, Mar 5, 2020 at 4:35 PM Rolf Turner 
> wrote:
> >
> >
> > Sorry to be a pest, but I submitted a package to winbuilder more than 24
> > hours ago, and nothing has come back to me.  For a while (a few days
> > ago) I was getting about a 20 minute turnaround.
> >
> > One gets dependant on facilities such as winbuilder and gets frustrated
> > when they don't perform quite as expected.
> >
> > I know this sounds demanding (in respect of a free service that is
> > provided entirely due to Uwe's good graces), but, said he plaintively,
> > is there any way that some sort of indication of the expected wait time
> > could be made available?  Or an indication of the length of the queue,
> > or something like that?
> >
> > Even an indication that one's submission is still in the queue and
> > hasn't disappeared into a black hole in cyberspace, would be reassuring.
> >
> > Apropos of the latter --- I say that I submitted a package, but in my
> > state of advanced senility I can't be sure.  Maybe I just *intended* to,
> > but then forgot, or messed up the submission procedure, or buggered
> > something else up.  There seems to be no way to check that I really did
> > make a submission.  Such a facility would be, uh, nice.  Said he,
> > plaintively.
> >
> > cheers,
> >
> > Rolf Turner
> >
> > --
> > Honorary Research Fellow
> > Department of Statistics
> > University of Auckland
> > Phone: +64-9-373-7599 ext. 88276
> >
> > __
> > R-package-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Winbuilder queues jammed again?

2020-03-05 Thread Ben Bolker
Maybe there's something queriable similar to the CRAN queue?  (In an
ideal world this could even be incorporated into F Michonneau's
foghorn package ...)

   It's probably been suggested already in this thread, but perhaps
rhub would work for you as an alternative?

On Thu, Mar 5, 2020 at 4:35 PM Rolf Turner  wrote:
>
>
> Sorry to be a pest, but I submitted a package to winbuilder more than 24
> hours ago, and nothing has come back to me.  For a while (a few days
> ago) I was getting about a 20 minute turnaround.
>
> One gets dependant on facilities such as winbuilder and gets frustrated
> when they don't perform quite as expected.
>
> I know this sounds demanding (in respect of a free service that is
> provided entirely due to Uwe's good graces), but, said he plaintively,
> is there any way that some sort of indication of the expected wait time
> could be made available?  Or an indication of the length of the queue,
> or something like that?
>
> Even an indication that one's submission is still in the queue and
> hasn't disappeared into a black hole in cyberspace, would be reassuring.
>
> Apropos of the latter --- I say that I submitted a package, but in my
> state of advanced senility I can't be sure.  Maybe I just *intended* to,
> but then forgot, or messed up the submission procedure, or buggered
> something else up.  There seems to be no way to check that I really did
> make a submission.  Such a facility would be, uh, nice.  Said he,
> plaintively.
>
> cheers,
>
> Rolf Turner
>
> --
> Honorary Research Fellow
> Department of Statistics
> University of Auckland
> Phone: +64-9-373-7599 ext. 88276
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel