Re: [R-SIG-Mac] package building

2018-03-16 Thread Simon Urbanek
Yes, indeed, since R-oldrel has not been released for the current El Capitan 
build, there are no such binaries. The previous Mavericks build is no longer 
supported due the OS no longer being maintained by Apple (last security update 
was close to 2 years ago) and the build machine having died. Hence the only 
releases that can be supported are 3.4.0 onwards as El Capitan builds. We are 
currently supporting package build for the 3.4 and 3.5 branches and will 
continue in the foreseeable future.

Cheers,
Simon


> On Mar 13, 2018, at 3:24 AM, Prof Brian Ripley  wrote:
> 
> On 12/03/2018 23:01, Julia Silge wrote:
>> Hello there! I maintain the tidytext package:
>> https://cran.r-project.org/web/checks/check_results_tidytext.html
>> Recently I have been working to get tidytext to build on R-oldrel, and I
>> believe that v0.1.7 should do so. The check page above shows that v0.1.6 is
>> what is being checked for OSX on R-oldrel, though. (I do not expect v0.1.6
>> to pass on R-oldrel.)
>> Does anyone know why the most recent version isn't being tested?
> 
> My understanding is that packages for r-oldrel-osx-x86_64 will not be updated 
> as the build machine has died.  Simon Urbanek has asked CRAN to remove those 
> results, and doing so is in progress.
> 
> If you look at
> 
> https://cran.r-project.org/bin/macosx/mavericks/contrib/r-oldrel/?C=M;O=D
> 
> you will see the last package built was on 2018-01-11 .
> 
> In any case, package support for R-oldrel (3.3.x) officially finishes once 
> the following series (3.4.x) is signed off, which is on Thursday this week.
> 
>> Thanks,
>> Julia
> 
> 
> -- 
> Brian D. Ripley,  rip...@stats.ox.ac.uk
> Emeritus Professor of Applied Statistics, University of Oxford
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] package building

2018-03-13 Thread Julia Silge
Thanks for the clarification, all!


On Tue, Mar 13, 2018 at 2:57 AM peter dalgaard  wrote:

> Or at the very least at 3.5.0 alpha, which happens a couple of weeks
> further down the line (schedule pending).
>
> -pd
>
> > On 13 Mar 2018, at 08:24 , Prof Brian Ripley 
> wrote:
> >
> > In any case, package support for R-oldrel (3.3.x) officially finishes
> once the following series (3.4.x) is signed off, which is on Thursday this
> week.
>
> --
> Peter Dalgaard, Professor,
> Center for Statistics, Copenhagen Business School
> Solbjerg Plads 3, 2000 Frederiksberg, Denmark
> Phone: (+45)38153501 <+45%2038%2015%2035%2001>
> Office: A 4.23
> Email: pd@cbs.dk  Priv: pda...@gmail.com
>
>
>
>
>
>
>
>
>
>

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] package building

2018-03-13 Thread peter dalgaard
Or at the very least at 3.5.0 alpha, which happens a couple of weeks further 
down the line (schedule pending). 

-pd

> On 13 Mar 2018, at 08:24 , Prof Brian Ripley  wrote:
> 
> In any case, package support for R-oldrel (3.3.x) officially finishes once 
> the following series (3.4.x) is signed off, which is on Thursday this week.

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

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] package building

2018-03-13 Thread Prof Brian Ripley

On 12/03/2018 23:01, Julia Silge wrote:

Hello there! I maintain the tidytext package:
https://cran.r-project.org/web/checks/check_results_tidytext.html

Recently I have been working to get tidytext to build on R-oldrel, and I
believe that v0.1.7 should do so. The check page above shows that v0.1.6 is
what is being checked for OSX on R-oldrel, though. (I do not expect v0.1.6
to pass on R-oldrel.)

Does anyone know why the most recent version isn't being tested?


My understanding is that packages for r-oldrel-osx-x86_64 will not be 
updated as the build machine has died.  Simon Urbanek has asked CRAN to 
remove those results, and doing so is in progress.


If you look at

https://cran.r-project.org/bin/macosx/mavericks/contrib/r-oldrel/?C=M;O=D

you will see the last package built was on 2018-01-11 .

In any case, package support for R-oldrel (3.3.x) officially finishes 
once the following series (3.4.x) is signed off, which is on Thursday 
this week.




Thanks,
Julia



--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Emeritus Professor of Applied Statistics, University of Oxford

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] package building

2018-03-12 Thread Julia Silge
Well, v0.1.6 is quite a recent release as well (from January) so I'm not
sure that is the explanation. Also, the newest version is being checked on
Windows for R-oldrel? My question here is why R-oldrel OSX is checking
v0.1.6 and R-oldrel Windows is checking v0.1.7.

I was directly asked by CRAN maintainers to fix and resubmit my package so
it would pass on R-oldrel. This doesn't make sense to me if CRAN doesn't
check new versions.

Thanks,
Julia

On Mon, Mar 12, 2018 at 5:25 PM Peter Langfelder 
wrote:

> I may be wrong on this but I thought a new package submission to CRAN
> will only be available to current R version. Packages for older R
> versions are not updated.
>
> Peter
>
> On Mon, Mar 12, 2018 at 4:01 PM, Julia Silge 
> wrote:
> > Hello there! I maintain the tidytext package:
> > https://cran.r-project.org/web/checks/check_results_tidytext.html
> >
> > Recently I have been working to get tidytext to build on R-oldrel, and I
> > believe that v0.1.7 should do so. The check page above shows that v0.1.6
> is
> > what is being checked for OSX on R-oldrel, though. (I do not expect
> v0.1.6
> > to pass on R-oldrel.)
> >
> > Does anyone know why the most recent version isn't being tested?
> >
> > Thanks,
> > Julia
> >
> > [[alternative HTML version deleted]]
> >
> > ___
> > R-SIG-Mac mailing list
> > R-SIG-Mac@r-project.org
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] package building

2018-03-12 Thread Peter Langfelder
I may be wrong on this but I thought a new package submission to CRAN
will only be available to current R version. Packages for older R
versions are not updated.

Peter

On Mon, Mar 12, 2018 at 4:01 PM, Julia Silge  wrote:
> Hello there! I maintain the tidytext package:
> https://cran.r-project.org/web/checks/check_results_tidytext.html
>
> Recently I have been working to get tidytext to build on R-oldrel, and I
> believe that v0.1.7 should do so. The check page above shows that v0.1.6 is
> what is being checked for OSX on R-oldrel, though. (I do not expect v0.1.6
> to pass on R-oldrel.)
>
> Does anyone know why the most recent version isn't being tested?
>
> Thanks,
> Julia
>
> [[alternative HTML version deleted]]
>
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac