You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ Installing R with Rserve on MacOS can be problematic due to issues related to op
86
86
87
87
### Docker image
88
88
89
+
90
+
89
91
Thanks to Carsten Behring we have a Docker template prepared
90
92
91
93
https://github.com/behrica/clj-py-r-template
@@ -94,7 +96,8 @@ The Dockerfile of the template adds as well python + libpython-clj for completen
94
96
95
97
So it has in a single place all dependencies and they do work together and no further setup is required.
96
98
97
-
There is as well a `devcontainer` setup in this GitHub [template](https://github.com/behrica/clojure-datascience-devcontainer). It provides as well an out-of-the box working environment and template for projects using ClojisR (and [libpythion-clj](https://github.com/clj-python/libpython-clj)
99
+
### devcontainer
100
+
The scicloj community is maintaining a `devcontainer`[template](https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj) on which `clojisr` is known to work out of the box.
0 commit comments