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

On running `rhub::check_for_cran()`, I got the following result from the Windows check: ![image](https://user-images.githubusercontent.com/11328890/95899770-bb396880-0ddc-11eb-83ab-53c919d00602.png) Notice how it's got the old and new addresses mixed up (this is a submission to change...

I'm trying to check our package [motifr](https://github.com/marioangst/motifr/) using rhub. The package uses [reticulate](https://github.com/rstudio/reticulate) to make a Python package accessible to R. Unfortunately, I'm encountering difficulties with reticulate/Python: * [Windows build](https://builder.r-hub.io/status/motifr_0.2.0.tar.gz-9efa62007c0a4e23a042f6e9462deca0)...

The server seems quite unstable in the last few days. Whenever I run the following code ``` rhub::check_for_cran() rhub::check(platform = 'ubuntu-rchk') rhub::check_with_sanitizers() ``` I get the following error message ```...

`validate_email` is throwing an error: ``` > rhub::validate_email() ── Choose email address to (re)validate (or 0 to exit) 1: [email protected] 2: New email address Selection: 1 No encoding supplied: defaulting...

Testing the 'redland' package on solaris-x86-patched-ods produces this error, shown in https://builder.r-hub.io/status/redland_1.0.17-13.tar.gz-6516818e794e42c0b0a6102b76a9b6e4 ``` 557#> checking with pkg-config for the system ICU4C... sh: gnome-config: not found 558#> sh: gnome-config: not found...

When I check an R package ('graph4lg') using rhub::check(env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always")) and choosing either an Ubuntu or Fedora platform, I obtain the following PREPERROR: ERROR: dependencies ‘adegenet’, ‘pegas’, ‘sf’ are...

Ah Solaris, every R package maintainer's favourite vintage OS - especially if you are using lots of C++ and/or Unicode encodings. I just updated **quanteda** and the checks show v2.1.2...

I can't upload the package to rhub, because it doesn't accept the old token an I don't get a new.

Someone reports a Windows specific issue of my Bioconductor package to me and I don't have Windows machine. I use `check_on_windows` to test it and it throw error for dependencies...

targeted
big win
user request
bioconductor

I am trying to build a Windoze binary of a package using rhub. I invoked the check() function and after a few minutes got a message on screen indicating that...