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: > Hi, > > Glancing at the

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: https://cran.r-project.org/doc/manuals/r-

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, which is currently on CRAN