Closed gothub closed 6 years ago
This looks like a temporary problem on the CRAN servers due to the stringi package which was updated today. Try again tomorrow.
Why do you have a runtime dependency on roxygen2 by the way? roxygen is a tool for development, you don't need to have a formal dependency on it in your package. If you remote this dependency from the DESCRIPTION
then the problem probably goes away as well.
The redland/Windows builds have all passed: https://cran.r-project.org/web/checks/check_results_redland.html
@jeroen good point regarding the roxygen2
dependency, I'll remove it from DESCRIPTION
Make sure to also remove from the NAMESPACE
The redland 1.0.17-10 CRAN build generated an ERROR for
r-release-windows-ix86+x86_64
: https://cran.r-project.org/web/checks/check_results_redland.htmlFrom the install log:
@jeroen could this be related to the new toolchain?
We did make changes to
redland/src/redland.c
for the redland shared library/dll symbol lookup inR_init_redland
, but I'm not sure that this is the problem, as this is working for win-builder builds and other platforms.Any ideas?