r-hub / rhub

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

PREPERROR: Debian Linux, R-devel, GCC ASAN/UBSAN #576

Closed nie23wp8738 closed 4 months ago

nie23wp8738 commented 7 months ago

WechatIMG1558 HTML:https://builder.r-hub.io/status/HDNRA_1.0.0.tar.gz-0cc20e94585040308e9220555270a1e2

From the above link, the status is success, but I still this problem.

gaborcsardi commented 7 months ago

What is your question?

nie23wp8738 commented 7 months ago

What is your question?

How to fix this error?

gaborcsardi commented 7 months ago

I am sorry, you will have to be more specific? What is the error you see in the log? The preperror itself might be nothing. Did you see an installation or other error? If yes, what is the error message?

nie23wp8738 commented 7 months ago

I am sorry, you will have to be more specific? What is the error you see in the log? The preperror itself might be nothing. Did you see an installation or other error? If yes, what is the error message?

This the error when I ran this code: results <- rhub::check_for_cran(). And I want to use this code results$cran_summary() to summary of my results, because of the error, it did not work.

gaborcsardi commented 7 months ago

You need to look at the log file to see if there is an error. I took a quick look and it seems to me that there is no error, but you might see this false positive: #445.

nie23wp8738 commented 7 months ago

You need to look at the log file to see if there is an error. I took a quick look and it seems to me that there is no error, but you might see this false positive: #445.

image

This is my error

nie23wp8738 commented 7 months ago

You need to look at the log file to see if there is an error. I took a quick look and it seems to me that there is no error, but you might see this false positive: #445.

image

another error

gaborcsardi commented 7 months ago

Those are not errors with your R package. You need to look at the output of R CMD check.

nie23wp8738 commented 7 months ago

Those are not errors with your R package. You need to look at the output of R CMD check.

image

I'm a new r package developer, I just know how to do it。 That the error in 00check.log after run R CMD check --as-cran HDNRA_1.0.0.tar.gz

nie23wp8738 commented 7 months ago

Those are not errors with your R package. You need to look at the output of R CMD check.

image

this is the results after run rhub::list_my_checks(email = "nie23.wp8738@e.ntu.edu.sg")

marcinjurek commented 7 months ago

@gaborcsardi I'm getting a somewhat similar problem. I tested my package on several platforms and no errors were found but on this platform, i.e. Debian Linux, R-devel, GCC ASAN/UBSAN I'm getting a PREPERROR but then it says "status: success". In my case the error seems to be related to some cookies. Here is the log:

https://builder.r-hub.io/status/GPvecchia_0.1.6.tar.gz-b07654500c6e412293ef1fd3d46987a5

I would be happy to ignore this problem but I'm submitting the package to CRAN and if it's an error on the rhub's side, may I cite this issue as explanation?

Thanks for your work on this great tool, Rhub team!

gaborcsardi commented 4 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.