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

Thanks for making Rhub! It makes it so much easier to make sure my package is ready for CRAN. The Fedora Linux platform is apparently missing the `framed.sty` file. Platform:...

The first time I ran `local_linux_check()` it failed because I didn't have the `sysreqs` package and suggested this: ``` $ R -q -e "source('https://install-github.me/r-hub/sysreqs')" > source('https://install-github.me/r-hub/sysreqs') The install-github.me service is...

The `windows-x86_64-release` image contains a copy of GLPK 4.47, which is more than 10 years old now. Would it be possible to update it to a more recent version? The...

Hello, I would like to request help with this problem, similar to how it happened to another user. The logs say successful status, but the email says error, I can't...

bug

It seems that email validation is case sensitive. This does not make much sense as email addresses are not case sensitive. This has cost me some time before I figured...

bug

Hi, I am attempting to use `rhub`. However, I keep getting stuck at "preparing build", as shown in this image ![image](https://user-images.githubusercontent.com/19657194/152275388-1c23b4d8-0fe5-4a6a-b667-a7be20704bbe.png) When I got to the link, I get the...

Hi. When I check my package on the platform `Debian Linux, R-devel, GCC ASAN/UBSAN`, I get a prep-error telling me that dependencies `Rcpp` and `RcppArmadillo` are not available. I have...

bug

Dear all, I am facing an issue for which I can't find help online. When running check_for_cran() function I have the following error: > rhub::check_for_cran() - Building package Erreur :...

I tried `podman` which is an alternative for `docker`, and from doc it was supposed to be a 1-1 equivalent mainly , meaning something that run with `docker` runs with...

Hi! Love this package. But just noticed an inconsistency: - in `rhub::check()` there's a `platform` (singular) argument but - in `rhub::check_for_cran()` it's called `platforms` (plural). It seems that the latter...