We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862cd24 commit 17f5bcaCopy full SHA for 17f5bca
README.md.jinja
@@ -0,0 +1,18 @@
1
+# {{ project_name }}
2
+
3
+# Project details
4
+This project uses [pixi](https://pixi.sh) to manage dependencies and workspace. It is configured to work with on {{ platform }}.
5
6
+## Open project
7
+Open the project in your preferred IDE:
8
+{%- if "RStudio" in ide %}
9
+ - Open in RStudio: `pixi run rstudio`
10
+{%- endif %}
11
+{%- if "Visual Studio Code" in ide %}
12
+ - Open in Visual Studio Code: `pixi run code`
13
14
+{%- if "JupyterLab" in ide %}
15
+ - Open in JupyterLab: `pixi run jupyter lab`
16
17
18
+This project was generated with the [R Pixi template](https://github.com/roaldarbol/r-template).
0 commit comments