Rémi Thériault
Rémi Thériault
prettydoc seems to be outputting inconsistent font size when viewed on mobile. Example of how code looks on a regular page on mobile:  Example of how code looks on...
Hugo uses pretty URLs per default, and thus hides the `.html` extensions. Does `pkgdown` have any documented way to do this? If not, is that a feature you would consider...
> **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I am the...
The following command: `badge_last_change(location = ".")` creates the following rmarkdown code: ``` [)`-yellowgreen.svg)](/commits/master) ``` But on [my package page](https://github.com/RemPsyc/rempsyc), the link created on the badge (https://github.com/RemPsyc/rempsyc/commits/master) seems...
Any chance support for IPv6 addresses may be added in the future? It would be nice. I think right now it produces NA values. Reprex: ``` r rgeolocate::ip_info("2600:8804:6103:d00:9422:e") #> city...
I love copy-code buttons, and most of them are usually rather large ([one example from the datawizard package is clearly visible](https://easystats.github.io/datawizard/)). So I also love the `klippy` buttons but find...
Closes \#467 ------------------------------------------------------------------------ ### The Percentile Score… In my early testing with a single column, I found that it made sense to take the percentile for the distance score, like...
TL;DR: `check_outliers` currently provides incorrect zscore values when using a vector instead of a dataframe. Optional reprex below: ------------------------------------------------------------------------ ``` r library(performance) packageVersion("performance") #> [1] '0.9.2.2' ``` Let’s get the...
This is low priority, but just putting out there to free up some space in PR #443. --- There are essentially four questions relating to thresholds in `check_outliers` and outlier...
First attempt at providing the sr2 (#154). There are currently three aliases. Demo: ``` r devtools::load_all(".") library(rempsyc) m Parameter sr2 #> 1 (Intercept) NA #> 2 cyl 0.007338114 #> 3...