Kiernan Nicholls
Kiernan Nicholls
There appears to be a change to the underlying web interface that may have broken some features. * Typing `@` no longer prompts the mention of a user. * Replying...
## Feature requests I think it would be nice to print tabyl frames as tibbles! Especially since "janitor is a #tidyverse-oriented package." It's a small thing, but consistency just makes...
Is there a way readxl could retain the hyperlinks from the Excel XML data? Not sure how you'd present that in a data frame, but maybe it could be extracted...
I opened issue #372 describing the problem. This is essentially the same PR as #273. --- Please ensure the following before submitting a PR: - [x] if suggesting code changes...
Please specify whether your issue is about: - [x] a possible bug - [ ] a question about package functionality - [x] a suggested code or documentation change, improvement to...
For the [mdbtools](https://github.com/mdbtools/mdbtools) which is needed for my [mdbr](https://github.com/kiernann/mdbr) R package.
It might be handy if this package implemented some functions to take a file size and download speed and calculate the time needed to download. Remembering how to go from...
Right now, there is a mishmash of linking arguments. I like the ability to create very simple named links. ``` r gluedown::md_link(CRAN = "https://cran.r-project.org/") ``` [CRAN](https://cran.r-project.org/) However, this kind of...
The `tidy_scores()` function returns `TRUE` values for `isWinner` column for weeks that haven't been played. ``` r library(fflr) ffl_id(252353) #> Temporarily set `fflr.leagueId` option to 252353 #> [1] "252353" x...
So far, we've just been using the applied total statistics. Aside from `stat_correct()`, the base level statistics are completely ignored. The [`ESPNmythicalsports::get_player_stats()`](https://github.com/dsobo/ESPNmythicalsports/blob/master/R/get_player_stats.R) function uses `tidyr::hoist()` to just pull out the...