tweag / HaskellR

The full power of R in Haskell.
https://tweag.github.io/HaskellR
Other
584 stars 47 forks source link

Link to the inline-r tests in the documentation. #401

Open facundominguez opened 1 year ago

facundominguez commented 1 year ago

The documentation does not show examples of calling Haskell functions from R, but there are some examples in the tests. Maybe the tests could be linked for this and other features while there are no better sources.

facundominguez commented 1 year ago

Another example of a feature implied but not shown in documentation is using mutable vectors in quasiquotations, which is rehearsed in test-qq.hs.