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

Hi, I'm getting some messages that are apparently contradictory. I receive emails with PREPERROR notification after running check_win_devel() and check_rhub() on the updated version of my R package. Meanwhile I...

Hi, I'm having some difficulty with `rhub::check_on_ubuntu()` with dependencies. Specifically for the packages `sf` and `usethis` The full log is available [here](https://builder.r-hub.io/status/grainchanger_0.3.0.tar.gz-99512ffae1164a5384c4a01548e11408) The 'sf' issue seems to be because `libudunits2.so`...

Hi! Excellent work on this service, super useful for the solaris build chain. This time though I'm getting the following error message quickly after a call to `check_with_sanitizers`: ![image](https://user-images.githubusercontent.com/3193581/89000629-5a26ec00-d2e7-11ea-9f5f-7acdd4dc69a2.png) ```...

This should also just run the - tests - vignettes - examples with valgrind on I suppose. `R CMD check` is not really needed.

user request

Hi, I submitted a package and got a message/note that was not caught by rhub: Found the following (possibly) invalid file URI: URI: CODE_OF_CONDUCT.md From: README.md Perhaps this check could...

enhancement
help wanted
user request
rhub-package

Many thanks for all the good work on the hub! On the vignette there is a sample code where the Maëlle it is not correctly shown: ``` ❯ checking CRAN...

Hi there Thanks for the great tool! I've been testing an R package with C++ bindings, and it's useful for CRAN submissions to understand how the package builds on the...

Started as `local_check_linux("mylocalpackage_1.2.3.tar.gz", image="rhub/fedora-clang-devel") ` Starts out well enough updating F31 but then ```sh >>>>>==================== Starting Docker container 8ab7d6d4e14eeb6f0d8bb5c3de74e223ecea43dd89228310b72fb260f034b187 > source('https://bioconductor.org/biocLite.R') Error: With R version 3.5 or greater, install Bioconductor...

I have run `check_on_cran()` for [`{depigner}`](https://github.com/CorradoLanera/depigner) (if you need to inspect it, I am currently working on the branch _release_) obtaining a strange situation: - `devtools::check()` success locally on Debian...