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

From a clone of https://github.com/duckdb/duckdb-r: ```sh docker run --rm -ti -v $(pwd):/root/workspace ghcr.io/r-hub/containers/clang19:latest \ sh -c 'cd /root/workspace/src && clang++-19 -stdlib=libc++ -std=gnu++17 -I"/opt/R/devel/lib/R/include" -DNDEBUG -Iinclude -I../inst/include -DDUCKDB_DISABLE_PRINT -DDUCKDB_R_BUILD -Iduckdb/src/include -Iduckdb/third_party/concurrentqueue...

It seems that the rendered readme.md still refers to a package called `rhub2`, even though the underlying README.rmd does not.

I have been trying to set up rhub on my package rayimage, but I was getting an odd error when calling both rhub_check() and rhub_doctor: ```r > rhub::rhub_doctor() ✔ Found...