[R-pkg-devel] unicode WARNING on solaris?

2019-09-23 Thread Toby Hocking
Hi all, is there a known fix for this WARNING which I am getting on solaris for my newly submitted nc package? https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/nc-00check.html A quick google search for "it is not known that wchar_t is Unicode on this platform cran" shows that many ot

Re: [R-pkg-devel] [External] Re: Packages required and available but unsuitable versions: Error

2019-09-23 Thread Martin Morgan
The warnings are fixed by changing the NAMESPACE file, not the DESCRIPTION file. Decide which function(s) you would like to import, and import only those using importFrom("Matrix", "sparseMatrix") or import("Matrix", except = "toeplitz") Martin On 9/23/19, 8:45 AM, "Agarwal, Divyansh" wrote

Re: [R-pkg-devel] [External] Re: Packages required and available but unsuitable versions: Error

2019-09-23 Thread Agarwal, Divyansh
Hi Martin, Thanks so much. Removing the version dependencies for those 3 packages fixed the ERROR but I'm now having an issue with these WARNINGS: Warning: replacing previous import ‘AnnotationDbi::select’ by ‘MASS::select’ when loading ‘multicross’ Warning: replacing previous import ‘Matrix::co

Re: [R-pkg-devel] Packages required and available but unsuitable versions: Error

2019-09-23 Thread Martin Morgan
Probably the easiest 'solution' is to remove the version dependencies, e.g., 'org.Hs.eg.db, org.Mm.eg.db, ...'. I suspect that the root cause is that the Windows builders do not have the correct version of these packages installed for the version of R in use, perhaps because the version of the

[R-pkg-devel] Packages required and available but unsuitable versions: Error

2019-09-23 Thread Agarwal, Divyansh
Dear R developers community, I’m trying to build and submit an R package to CRAN but keep getting the following error: Packages required and available but unsuitable versions: 'org.Hs.eg.db', 'org.Mm.eg.db', 'org.Ce.eg.db' The DESCRIPTION file for my package includes the following: Depends: