We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc5617 commit f29b6f4Copy full SHA for f29b6f4
1 file changed
docs/do-science/hunt-workbench/troubleshooting.md
@@ -146,6 +146,14 @@ Other potential issue might be full disk space in your `work` directory. You can
146
df -h /mnt/work
147
```
148
149
+#### Solution 3
150
+
151
+Confirm that you have a working R environment:
152
153
+```bash
154
+ls -la "/mnt/work/workbench/${USER}/.conda/envs/r-base/bin/R"
155
+```
156
157
## MATLAB
158
159
### Error - 'matlab' executable not found in PATH
0 commit comments