Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2018-02-13 Thread Baptiste Auguie
On 13 February 2018 at 22:07, Ralf Stubner wrote: > On 13.02.2018 05:49, Baptiste Auguie wrote: > > On 13 February 2018 at 01:05, Dirk Eddelbuettel > > wrote: > > Maybe we are setting a more global "no advanced lapack"

Re: [R-pkg-devel] Solaris and ggplot2

2018-02-13 Thread Kevin Ushey
Hi, Glancing at the R CMD check errors, available at: https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/RJafroc-00install.html) It seems like the issues relate to ambiguous calls to 'sqrt()'. This particular issue is discussed in R-exts, at:

Re: [R-pkg-devel] Solaris and ggplot2

2018-02-13 Thread Gábor Csárdi
This is probably because stringi does not compile on r-hub, and ggplot2 depends on stringi. This is a known and as of yet unsolved issue: https://github.com/gagolews/stringi/issues/275 Gabor On Tue, Feb 13, 2018 at 10:58 PM, Dev Chakraborty wrote: > My package RJafroc,

[R-pkg-devel] Solaris and ggplot2

2018-02-13 Thread Dev Chakraborty
My package RJafroc, which is currently on CRAN, passes all operating systems except solaris-x86-patched, and as a result has been flagged for removal. Using R-hub builder, I am unable to reproduce the log file because a required package, ggplot2, does not exist for Solaris. I found the following

Re: [R-pkg-devel] new package? - Sports data from transfermarkt.com using rvest

2018-02-13 Thread Kehl Dániel
Dear Peter and Thierry, thank you for your answers. I indeed contacted transfermarkt.com and write this just to finish up this conversation. Here is part of their answer: "thank you for getting in touch with us. Basically our data is copyrighted under German law by Transfermarkt, so there is

Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2018-02-13 Thread Ralf Stubner
On 13.02.2018 05:49, Baptiste Auguie wrote: > On 13 February 2018 at 01:05, Dirk Eddelbuettel > wrote: > Maybe we are setting a more global "no advanced lapack" for Windows that > assures success when we assume that the other system will always >