Andrew Craig

Results 6 issues of Andrew Craig

**Describe the bug** Lines ending in commas seem to cause `R: Run Selection/Line` to send the wrong lines to the console. **To Reproduce** 1. Create a file `temp.R` with the...

bug

In #394, `notebook.R` runs a socket connection that the notebook communicates with. Would it be worth extracting part of this out so that a socket connection is available for each...

feature-request
engineering

**Describe the bug** Commands `Reindent Lines`, `Reindent Selected Lines` do nothing. **To Reproduce** 1. Create a file `temp.R` with the following content: ```r for(i in 1:2) { print(i) } ```...

bug

Robust refactoring is on the roadmap as a long term/difficult task. Is it time to introduce extract variable and extract function as refactoring options? I think the new XML parsing...

@kcf-jackson has created the [{typeChecker} package](https://github.com/kcf-jackson/typeChecker/), an experimental static type checker for R. I had a try at integrating it into {languageserver}, in the [`types` branch of my fork](https://github.com/andycraig/languageserver/tree/types). It...

This only affects development, not the end user. To duplicate: With `languageserver` not installed: devtools::load_all("languageserver") devtools::test("languageserver") Output is: Loading languageserver Loading required package: testthat Testing languageserver ✔ | OK F...