John Benninghoff

Results 7 issues of 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...

feature

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/) [![Total alerts](https://img.shields.io/lgtm/alerts/g/jabenninghoff/apg.svg?logo=lgtm&logoWidth=18)](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...

front end :tulip:

`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,...