Re: [R-pkg-devel] ERROR from R CMD check that I have never seen before

2015-05-25 Thread Richard M. Heiberger
I posted three files to http://astro.temple.edu/~rmh/HH-test/ HH_3.1-17.tar.gz ## my development version of HH. 00check-HH-R-3.1.2.log ## it passes R-3.1.2 cleanly 00check-HH-r68399.log ## many messages that I don't understand. Some of them I believe are reflections of the packages I depend or

Re: [R-pkg-devel] ERROR from R CMD check that I have never seen before

2015-05-25 Thread Uwe Ligges
On 25.05.2015 18:59, Richard M. Heiberger wrote: I am still working on your suggestions. While doing so I found a more general concern. I am now trapped in incompatible circular dependencies. I don't know how to resolve them. The immediate specific is that ggplot2::layer and latticeExtra::l

Re: [R-pkg-devel] ERROR from R CMD check that I have never seen before

2015-05-25 Thread Richard M. Heiberger
I am still working on your suggestions. While doing so I found a more general concern. I am now trapped in incompatible circular dependencies. I don't know how to resolve them. The immediate specific is that ggplot2::layer and latticeExtra::layer are incompatible. Due to these dependencies I d

Re: [R-pkg-devel] ERROR from R CMD check that I have never seen before

2015-05-25 Thread Uwe Ligges
Two ideas: 1. Solve the first error at first: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'abind' Error: package or namespace load failed for 'HH' Execution halted Looks like you forgot to declare abind as an Imports in

Re: [R-pkg-devel] ERROR from R CMD check that I have never seen before

2015-05-24 Thread Richard M. Heiberger
The problem is still there. I am working on both Windows and Macintosh. The packages I have check clean using R-3.1.2 on Windows. They "INSTALL --build" and "build" using 3.3.0-devl on Windows and 3.2.0 on Mac, I downloaded R-devel for Windows this afternoon and updated to Rtools33. I have attac