r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
353 stars 52 forks source link

installation of package 'stringi' had non-zero exit status #470

Closed xiayh17 closed 6 months ago

xiayh17 commented 3 years ago

Hi,

My package have checked by

rhub::check_for_cran()

The result seems ok https://builder.r-hub.io/status/AnnoProbe_0.1.1.tar.gz-94038f22805843e4bbc8f5b6b9dbb6cf image

And

devtools::check_win_devel()

Look good too. https://win-builder.r-project.org/cYMDL1QLHJ79/00check.log image

But CRAN report that an ERROR in My package, I check my package in the same platform

rhub::check_for_cran(
          platform="windows-x86_64-devel",
          env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always")
        )

I get the same ERROR here https://builder.r-hub.io/status/AnnoProbe_0.1.1.tar.gz-ec1069c7f6414a8fb616f05214596650 image

Many Thanks !

gaborcsardi commented 3 years ago

Thanks, should be fixed.

gaborcsardi commented 6 months ago

This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub v2.