announcements

genmeblog 2026-04-05T15:09:28.960899Z

https://github.com/scicloj/clojisr 1.1.0 - Clojure <-> R interop. This version adds the ability to attach docstrings to required R functions.

(r/require-r '[ggplot2 :as gg :docstrings? true])
(-> #'gg/ggplot meta :doc clojure.string/split-lines first)
;; => "Create a new ggplot"
Thanks to @carsten.behring !

👀 1
🎉 5
Andriy.Tyurnikov 2026-04-05T15:43:23.175819Z

Shoutout to fexiana/infix another infix-related project. Apologies for stealing your thunder on April's 1st It is fantastic https://github.com/Flexiana/infix

🙌 1