Hi,
I recently tried installing the minfi package on a fresh installation of R 3.5.0 on Unix. It failed prompting the following error:
ERROR: dependencies 'rngtools', 'pkgmaker' are not available for package 'doRNG'
Aparently, in the package dependency tail it could not find the ‘rngtools’, ‘pkgmaker’ packages. These have been moved to the CRAN archive (I guess because they are no longer officially supported?). How do I install 'minfi' and other packages that rely on them?
I guess one way would be to manually install the missing packages from the CRAN archive, but I guess there is a better solution.
I was unable to replicate this on a Linux machine using Bioconductor 3.7.
Neither 'rngtools' or 'pkgmaker' appears to be archived on CRAN (as of 2018-05-14), although the CRAN check pages do indicate some errors on linux with r-devel, r-patched, and r-release (https://cran.r-project.org/web/checks/check_results_rngtools.html, https://cran.r-project.org/web/checks/check_results_pkgmaker.html).
Can you please try again. If it still fails, please post the output of
BiocInstaller::biocLite("minfi")
as well as the output ofBiocInstaller::biocValid()
.strange, I could have sworn, the packages were not available via CRAN a few days ago. Anyways, now it works. Thanks for looking into this!