rhub icon indicating copy to clipboard operation
rhub copied to clipboard

R-hub API client

Results 173 rhub issues
Sort by recently updated
recently updated
newest added

First off, thanks for this awesome tool! However, I am getting mixed signals on some of my runs. As subject indicates, I get different results for the same build in...

CRAN Identified a NoLD issue in one of my R-packages. I'm trying to figure out a way to test the effect of changes and stumbled onto `local_check_linux`. I use docker...

``` 2040#> checking proj.h usability... no 2041#> checking proj.h presence... no 2042#> checking for proj.h... no 2043#> checking proj_api.h usability... no 2044#> checking proj_api.h presence... no 2045#> checking for proj_api.h......

I am running rcheck_for_cran function for my package, everything works well except for Debian Linux where I have a 'preperror'. cmd check seems to have been done and the issue...

bug

Both Clang and GCC Fedora Linux with R-Devel are failing to install `sf` (seems similar to #357, maybe?) ``` #> checking proj_api.h usability... no #> checking proj_api.h presence... no #>...

Would it be possible to add another platform to rhub? Specifically, I would be interested in testing my code on Windows with ASAN: https://devblogs.microsoft.com/cppblog/addresssanitizer-asan-for-windows-with-msvc/ Thanks for any help or comments!

I have run `rhub::check_on_ubuntu()` three times over the last few hours. Each time the R session stalls. Below is an example where I ran `traceback()` after killing the process. ```...

Thank you for the opportunity to check packages virtually before sending them to CRAN. I got this note about the inability to check for system time. ``` > On fedora-clang-devel...

Thank you for making this package. I receive the following note on `windows-x86_64-devel (r-devel)` similar to issues #51, #82, and #263: ``` checking sizes of PDF files under 'inst/doc' ......

Hello I am currently trying to run checks on my package using rhub on R studio. With devtools installed, a local check is successful with 1 note. However when I...