shirdekel

Results 19 issues of shirdekel

**Is your feature request related to a problem? Please describe.** I'm working on a `bookdown` project, so I have multiple Rmds with citations. I'd like to import a messy central...

# Context I would like to use a cross-reference in some `bs4_book` headings. The specific use case is that I want to name an Appendix chapter after one of the...

bs4_book :hiking_boot:

Is there a way to yank and paste from radian to an editor (VS Code in my case) and vice versa using vim keybindings? I enabled vim keybindings (in my...

Would it be possible to implement something like `magit-diff-refine-hunk` (documented [here](https://magit.vc/manual/magit/Diff-Options.html))? It would help to identify individual word differences in long lines.

feature request

When attempting to install `languageserver`, it installs most dependencies fine, but seems to gets stuck on `openssl`: ```r install.packages("languageserver") also installing the dependencies ‘openssl’, ‘httr’, ‘lintr’ trying URL 'https://cloud.r-project.org/src/contrib/openssl_1.4.5.tar.gz' Content...

What is the chance that support will be added for R and Rmarkdown files?

enhancement

I understand that we can test for a particular data version using `assert_data_version()` and I know that I can install a particular reference/tag in a package from Github using, for...

``` r library(correlation) d Parameter1 | Parameter2 | rho | 95% CI | t(18) | p #> -------------------------------------------------------------- #> x | y | 0.11 | [-0.35, 0.53] | 0.48 |...

I assumed that if I use `method = "auto"` for ordinal variables I'd get a polychoric correlation, but instead I get the following: ``` r library(correlation) d # Correlation Matrix...

- https://github.com/jbryer/likert/issues/130