r-hub / rhub

R-hub API client

Home Page:https://r-hub.github.io/rhub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nie23wp8738 opened this issue · comments

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.

What is your question?

What is your question?

How to fix this error?

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?

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.

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.

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

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

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

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

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")

@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!