Michael Quinn
Michael Quinn
We now enforce style automatically. See: https://github.com/r-lib/styler/pull/548#issuecomment-569434169
Hi! I'm interested in combining using covr with tools that consume LCOV text files. Here's a description of the format: https://www.systutorials.com/docs/linux/man/1-geninfo/ FWIW, this is a format supported by codecov too:...
This is part of #667. Some issues that stand out: * All output panes are called `one_skim_df` * Summary is referred to as "R console"; it doesn't render as a...
The gtsummary package shows some great ideas for producing nice tables with gt. http://www.danieldsjoberg.com/gtsummary/ It seems like skimr should also be able to support gt methods that produce nice html...
This should work in the new summary interface #624. It should also make behavior nicer when writing out results. #665
Html might be a more universal format for printing skim results. We should consider a path based around Rstudio viewer() that generates html for the user. We would need to...
A lot of previous work within skimr was designed at working around the one summary stat per group restriction. It might be possible to remove a lot of code with...
Hi team! All versions of jquery less than 3.5 have a vulnerability where inputs can execute untrusted code. https://vulnstore.corp.google.com/#advisories&expand=true&q=publisher:Google+reference:VigilanceChecker-PACKAGE-JQUERY-AFFECTED-BY-CVE-2020-11022 It's recommended that you upgrade to the most recent version. Thanks!
`qs` comes with a lot of native dependencies that can be a bit of a challenge to manage (e.g. 5 libraries in this package and PCRE2 in stringfish). Since the...
sass is deprecating use of slash as a division operator. https://sass-lang.com/documentation/breaking-changes/slash-div This change handles that deprecation.