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

2018-02-14 Thread Dev Chakraborty
Thanks Kevin; I took care of that error but was unable to check my fix on r-hub solaris because ggplot failed to load on solaris; could it be that CRAN uses a different version of solaris that allows ggplot to load? Dev On Tue, Feb 13, 2018 at 6:50 PM Kevin Ushey wrote: >

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