qqlearn123

Results 7 issues of qqlearn123

Hello, I just installed dumb-jump and tested it. It turns out that there is an error when I try to call dumb-jump-go. The debugger info is attached as follows: Debugger...

enhancement
old-emacs

I found that some snippets inside js-mode have dependency on functions of js2-mode, which causes errors reported if I do not have js2-mode installed. For example, the 'param-comment' snippet is...

The language server fails to start because it tries to parse an **xml** file in one of my R package (called _xsef_) and cannot find **xmlTreeParse** function. I am using...

It would be great if we also have brenth implemented as in ```scipy.optimize.brenth```.

enhancement
help wanted

It would be great to add standard error information on linear regression coefficients. Theoretically, it shouldn't be hard as there is closed form formula for it. But, not sure about...

Is it possible to install `launageserver` on older R versions than 3.4.0, e.g., 3.1.x?

The following code section will panic: ``` let a = array!([[1.2, 2.3, 5.5]]); let a2 = a.into_nalgebra(); ```