I’ve made a major refactoring of (the development version of) survHE. I guess one of the main issues with the package (both from the point of view of the user and the maintainer) was that survHE is a big package and installation is a very lengthy process. And this is no surprise: the trade-off here is between the massive savings in computational time that are obtained by pre-compiling the Bayesian models available (through rstan) and the time it takes to get everything installed on your machine… And, from the developer’s point of view, often submission to CRAN has been a pain, because some of the files that get installed are very large and, again because of the nature of the package, there’s quite an intricate structure of “dependencies”, which makes the package very heavy.