[R-pkg-devel] Help with the warning : 'BiocInstaller' and 'biocLite()' are deprecated, use the 'BiocManager' CRAN

2019-03-06 Thread Yonghui Dong
Dear all, I remember somebody has asked a similar question days ago, but the problem has not been solved. I am sorry that I ask this question again. My package can pass the CMD check in my local PC, while when I submit my package to CRAN, there is one warning: >Found the following significant

Re: [R-pkg-devel] Help with the warning : 'BiocInstaller' and 'biocLite()' are deprecated, use the 'BiocManager' CRAN

2019-03-06 Thread Martin Morgan
From Bioconductor's perspective, this warning is safe to ignore. But only CRAN knows whether they do or not. Note the unusual situation that the check is on the 'devel' branch of R, but that the package that signals the warning comes from the branch of Bioconductor meant for R-3.5.* -- CRAN app

Re: [R-pkg-devel] CRAN "unable to re-encode" .R file warning

2019-03-06 Thread John Mount
Brodie Gaslam pointed out that tools::showNonASCIIfile() does the job very nicely. > On Mar 6, 2019, at 11:14 AM, John Mount wrote: > > I am getting this warning on the `rquery` package: > https://cran.r-project.org/web/checks/check_results_rquery.html >