Re: [R-pkg-devel] R-package did not pass the incoming checks automatically

2018-01-20 Thread Hugh Parsonage
Use the url at the bottom of the linked page, i.e. https://cran.r-project.org/package=ewoc On Sun, 21 Jan 2018 at 5:06 am, Roy Mendelssohn - NOAA Federal < roy.mendelss...@noaa.gov> wrote: > Hi Márcio: > > I do not have solutions to your specific problems, but the errors do > appear to be coming

Re: [R-pkg-devel] R-package did not pass the incoming checks automatically

2018-01-20 Thread Roy Mendelssohn - NOAA Federal
Hi Márcio: I do not have solutions to your specific problems, but the errors do appear to be coming from the development version of R. When you run devtools::build_win(), run it twice, once as: devtools::build_win(version = "R-release") and once with devtools::build_win(version = "R-devel"

[R-pkg-devel] R-package did not pass the incoming checks automatically

2018-01-20 Thread Márcio Augusto Diniz
Hello all, I submitted my package ( https://cran.r-project.org/web/packages/ewoc/index.html) to CRAN and it did not pass the automatic checks of win_builder. However, I did not have the same error or warning messages when I ran devtools::win_builder() and devtools::run_examples() before. I had th