[R-pkg-devel] Problem on rand() in packaging

2019-02-20 Thread Chu-Lan Kao
Dear Sir, I've got a Rcpp code in the form like the following in my uploaded package: inline double runiforminline(){ std::default_random_engine generator(rand()); std::uniform_real_distribution distribution (0.0, 1.0); return (distribution(generator)); } But as I uploaded, the system ask

Re: [R-pkg-devel] Regarding maGUI package error

2019-02-20 Thread Martin Morgan
On Windows, likely the warning about BiocInstaller comes from a package dependency, rather than your package. Somehow this seems like a CRAN misconfiguration or perhaps workaround to accommodate packages that need to be fixed. The warning message comes when loading BiocInstaller (BiocInstaller