awb99

Results 191 comments of awb99

I added a linter config to clj kondo in clojisr-gorilla: https://github.com/pink-gorilla/clojisr-gorilla/blob/master/.clj-kondo/config.edn Unfortunately I was not successful in configuring away the R related errors. I think it is mandatory for every...

With the anonymous function added svg renderer does work though. I really have no idea why that is. the hist functin returns 100% the same data as the anonymous function....

the other issue is that my generated svg files seem not to contain any text in the axes. ![svg plots](https://user-images.githubusercontent.com/10854682/83474577-f2bcff00-a451-11ea-8326-395db860ffbb.png)

Last problem with plots is, that they look weird with svg. Even one of your demo notebook plots looks strange. This plots really should just need no parameters at all,...

It is working. But then later below I get errors that the namespaces are not defined. The example is in: https://github.com/pink-gorilla/goldly/blob/master/profiles/demo/src/systems/r_telephone.clj When I had it in a wrapper function, it...

I have no idea... Sorry. I just know that the code only works when is not in a function. Also I think that I had to defined R variables via...

I have an idea: Example: ``` (ns (:require [r.base])) (base/options {}) ``` What will happen here is that clojure analyzer will load the namespace and get the fuctions in it....

I am sorry for being a dick here. But how you have the syntax now makes it very difficult to write helper functions / libraries that use R functions.

I tested around a little bit. So require is tighty coupled with jars. No way to use require without generating a jar first. I think in the long run, this...

lein run ``` starting.. initializating R.. calculating sin of 3.14 done! ```