The package cxxPack builds without problems at CRAN under all OS's except Windows 64bit, and in the case of Windows 64bit there is a problem in a call to dyn.load(). This call happens while processing the package vignette, and the odd thing about this is that there are several calls to dyn.load() that work fine before the one that fails.
This seems to suggest that Windows 64bit is imposing some kind of resource constraint that limits the number of shared libs that can be loaded at one time. Another odd thing about this is that everything worked under Windows 64bit before the changes were made to serialize the build of packages that depend on each other. Any ideas? Thanks, Dominick [[alternative HTML version deleted]] ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel