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

``` * installing *source* package ‘xml2’ ... ** package ‘xml2’ successfully unpacked and MD5 sums checked ** using staged installation Found pkg-config cflags and libs! Using PKG_CFLAGS=-I/usr/include/libxml2 Using PKG_LIBS=-lxml2 **...

https://builder.r-hub.io/status/redland_1.0.17-13.tar.gz-0a87263b135749f386e1c44259ba3fe8 `R CMD check` now requires that a `configure` script need to pass a 'checkbashism' check to help determine if the script is portable. The R `redland` package build at...

The configurations of r-hub's server farm do not seem to mention the BLAS implemtations used. CRAN seems to have started to use different BLAS implementions or at least additional checks...

Please consider linking to the artifacts from the build page, e.g. link to https://artifacts.r-hub.io/sparrpowR_0.2.2.tar.gz-1f952bc90f124af48215a47bba547f93/ from somewhere on the https://builder.r-hub.io/status/sparrpowR_0.2.2.tar.gz-1f952bc90f124af48215a47bba547f93 page. Similarly, have `rhub::check()` output the artifacts URL(s), e.g. at the...

feature

I ran the command: `devtools::check_rhub(platforms = c("solaris-x86-patched")` The build process ran correctly and all the tests passed. But the build log file had the following note: ``` checking top-level files...

I've been trying to check some packages in the Windows build (Windows Server 2008 R2 SP1, R-devel, 32/64 bit) which link to the `float` package: https://github.com/wrathematics/float (This is a dynamic-link...

One of my packages links to `RcppEigen`, which generates a huge volume ~10,000 lines of noisy but irrelevant warnings (e.g. unknown pragma) by default, as of course required by CRAN....

When checking a new package [envi](https://github.com/Waller-SUSAN/envi) on Ubuntu and Fedora, a PREPERROR is issued because dependencies cannot be installed. On Ubuntu Linux there are problems with **concaveman** and **sf**. >...

bug
solaris

I am having some issues with library dependencies. I noticed that this appears to have already been solved in issue #304, but I guess the problem is back? Full log...

Thanks for making Rhub! It makes it so much easier to make sure my package is ready for CRAN. Upon checking that my package is able to compile on Ubuntu...