* checking compiled code ... WARNING
File 'redland/libs/i386/redland.dll':
Found '_assert', possibly from 'assert' (C)
Object: 'redland.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
This error is not seen when devtools::check() is run on Windows.
This file redland.c hasn't been updated in a year, so I'm thinking that the win-builder checks
are maybe a bit more stringent that the actual CRAN checks, and that this problem won't
be flagged during package submission.
The following warning is seen when the package is submitted to http://win-builder.r-project.org:
This error is not seen when devtools::check() is run on Windows.
This file redland.c hasn't been updated in a year, so I'm thinking that the win-builder checks are maybe a bit more stringent that the actual CRAN checks, and that this problem won't be flagged during package submission.