Rémi Thériault

Results 80 issues of 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: ![mobile1_small](https://user-images.githubusercontent.com/13123390/116010402-bdcb1500-a5ec-11eb-9ee8-633eec50c45a.png) 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...

feature

> **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: ``` [![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-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...

invalid

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

bug :bug:

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

enhancement :boom:

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