Daan Seynaeve
Daan Seynaeve
This PR adds support for supplying repository links via a Hugo data file next to the builtin GitHub support. The idea is to enable more complex workflows by separating out...
lib2git seems to support this through smudge/clean filters any idea what would be necessary to get lfs working with git2r?
It would be helpful to be able to specify a global base path e.g. as an argument to `pr_run()`, which would be taken into account by all routers including the...
Any plans to support [ECR public](https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html)? the API is seperate from the normal ECR one: https://docs.aws.amazon.com/sdk-for-go/api/service/ecrpublic/#ECRPublic.GetAuthorizationToken so while current ecr auth implementation won't work implementing ECR public would be very...
The following works correctly for me: `rbokeh::ly_points(figure(), a, b, data.frame(a = c(1,2), b = c(3,4)), hover = "@a and @b")` Curiously this does not: `rbokeh::ly_points(figure(), a, ab, data.frame(a = c(1,2),...
The CRAN mirror/repo to use seems to be hardcoded: https://github.com/DominikRafacz/deepdep/blob/389934832e0380e893ef13ddf4434879772302d0/R/get_available_packages.R#L46 Could the default `getOption("repos")` not be used? Or alternatively, something like `contrib.url(getOption("deepdep.repos", "https://cloud.r-project.org/"))` ?
Hi, When attempting to test (through polars), I was immediately met with: ``` deltalake.table.DeltaTableProtocolError: The table's minimum reader version is 2but deltalake only supports up to version 1. ``` since...
This PR adds an overridable `` that, when present, is used to fill the grey-out div when it is generated. This can be used to customize the content of the...
Hi! Thanks for this package and the work on crandb Is there a formal schema/spec somewhere of the resources returned by https://crandb.r-pkg.org/ ?
Installed via: ``` > devtools::install_github("hhoeflin/hdf5r") ``` And the headers using ``` apt install libhdf5-dev ``` Which installed version 1.10.0-patch1+docs-4 on my ubuntu 17.10 box. https://packages.ubuntu.com/artful/libhdf5-dev I am seeing some strange...