John Benninghoff
John Benninghoff
Discovered when running the following, with my system unable to connect to CRAN.R-project.org: ```r available::available("testpkg") #> Error in url(sprintf("%s/%s", cran, path), open = "rb") : #> cannot open the connection...
Modifying a `gg_vistime` object with a `ggplot2::scale_color` function unexpectedly changes the text color and adds a legend. Reproducible example below. This chart should look like the vistime [example](https://shosaco.github.io/vistime/) but does...
Review & fix or suppress alerts from [lgtm](https://lgtm.com/projects/g/jabenninghoff/apg/) [](https://lgtm.com/projects/g/jabenninghoff/apg/alerts/)
Update URLs in `_pkgdown.yml` per redirects.
As documented in the bslib 0.6.0 [release notes](https://rstudio.github.io/bslib/news/index.html#breaking-changes-0-6-0), > `bs_theme()` now defaults to `preset="shiny"`. This provides an additional set of theming defaults and rules that make it easier to create...
`gert::git_log()` returns the commit date of the commit, not the author date of the commit. This differs from `git log` which shows the author date by default. (`git log --pretty=fuller`...
`gert::git_tag_list()` returns the SHA1 hash of the tag, like the command `git show-ref --tags`. It would be helpful to optionally return the SHA1 hash of the commit for the tag,...
The [Dockerfile](https://github.com/actions/jekyll-build-pages/blob/main/Dockerfile) for jekyll-build-pages uses Ruby 2.7.4, which is no longer supported. This is causing GitHub Pages Jekyll builds to [fail](https://github.com/orgs/community/discussions/127006). The GitHub [pages-gem](https://github.com/github/pages-gem) has been updated to Ruby 3.3,...