Re: [R-pkg-devel] CRAN check for package on Sparc Solaris (or other architectures)

2015-05-25 Thread Ben Bolker
Just went back and re-read the mailing list thread -- I think my VM is Solaris x86, so doesn't address the Sparc Solaris question anyway ... On Mon, May 25, 2015 at 6:24 PM, Ben Bolker wrote: > For what it's worth I did install a Solaris VM on one of my machines > so I could run tests. This does

Re: [R-pkg-devel] CRAN check for package on Sparc Solaris (or other architectures)

2015-05-25 Thread Ben Bolker
For what it's worth I did install a Solaris VM on one of my machines so I could run tests. This does seem a little over the top as a requirement for all package developers though ... I have easy access to MacOS and Ubuntu so I usually test there and on win-builder as well. In my case, I eventuall

Re: [R-pkg-devel] CRAN check for package on Sparc Solaris (or other architectures)

2015-05-25 Thread Dirk Eddelbuettel
On 26 May 2015 at 00:13, Viechtbauer Wolfgang (STAT) wrote: | Is there any possibility of checking packages on various architectures, and | especially Sparc Solaris, before submitting? Not that I know of (apart of course from win-builder, and related services such as Travis CI and its kin) and at

[R-pkg-devel] CRAN check for package on Sparc Solaris (or other architectures)

2015-05-25 Thread Viechtbauer Wolfgang (STAT)
Hello All, First of all, thanks to Martin, Hadley, and Dirk (and everybody else involved) for setting up this new mailing list. I am sure this will become a tremendous resource for package developers. My question is in essence just a repost of what I asked on R-devel a few weeks ago: https://

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