Re: [R-pkg-devel] stringi update

2018-09-15 Thread Patrick Giraudoux
Indeed. Clear enough: * using R version 3.5.1 (2018-07-02) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'stringi/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'stringi' version '1.2.4' * checking

Re: [R-pkg-devel] stringi update

2018-09-15 Thread Hadley Wickham
Looking at the primary CRAN site: https://cran.r-project.org/web/packages/stringi/index.html, you can see that the windows binary is still at 1.1.7, suggesting that there's some build failure. You can see exactly what that is on the CRAN check page:

Re: [R-pkg-devel] stringi update

2018-09-15 Thread Patrick Giraudoux
Thnaks for the hint, but I have tried several  mirrors and still get the same trouble: > update.packages(ask='graphics',checkBuilt=TRUE)   There are binary versions available but the source versions are later:     binary source needs_compilation stringi  1.1.7  1.2.4  TRUE Do

[R-pkg-devel] stringi update

2018-09-09 Thread Patrick Giraudoux
Since weeks the package stringi stays on the following versions: > update.packages(ask='graphics',checkBuilt=TRUE)   There is a binary version available but the source version is later:     binary source needs_compilation stringi  1.1.7  1.2.4  TRUE Do you want to install from