Michael Stackhouse

Results 38 issues of Michael Stackhouse

This pull request simply adds in a basic pkgdown site to the repository. I've additionally made some tiny updates as well as some general organization of the reference documentation to...

With a fresh installation of tidyquant, the API calls seem to fail using all the defaults: ```r tq_get("AAPL") [1] NA Warning message: x = 'AAPL', get = 'stock.prices': Error in...

The row labels generate inconsistently for location and it ends up being non-intuitive. ```{r} 36 | AGE | Age (years) | Q1, Q3 | Total | q3 | 60.000000 37...

# Introduction of Metadata Build and Extraction This PR introduces all of the tooling to make use of Tplyr's metadata. For every result cell that Tplyr produces, Tplyr now has...

enhancement

# Layer Templates This draft PR introduces the concept of re-usable layer templates that allow flexible parameter declaration referenced in #66. A couple upfront design notes: - Tplyr layers are...

enhancement

This is the initial introduction of updating Tplyr's numeric summary framework to output a dataframe directly compatible with [{tlang}](https://gsk-biostatistics.github.io/tlang/). There are two major components of this update that impact Tplyr's...

enhancement

### Prerequisites For more information, see the `CONTRIBUTING` guide. ### Description It looks like additional treatment groups aren't merging properly for denoms on the current devel branch ### Steps to...

bug

### Prerequisites For more information, see the `CONTRIBUTING` guide. ### Description Shift layer errors ### Steps to Reproduce (Bug Report Only) ``` r library(Tplyr) tplyr_table(mtcars, carb) %>% add_layer( group_shift(vars(column=vs, row=am))...

bug
good first issue

### Prerequisites For more information, see the `CONTRIBUTING` guide. ### Description In addition to the new metadata functionality, I'd like to enhance the following: - [x] Export the tplyr_meta functions...

enhancement

String formatting has a lot of opportunities for improvement - but here are some general ideas: - [ ] It would be helpful for complete 0 counts to accept the...

enhancement