-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mikkel Roald-Arbøl
committed
Jul 10, 2024
1 parent
862cd24
commit 17f5bca
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# {{ project_name }} | ||
|
||
# Project details | ||
This project uses [pixi](https://pixi.sh) to manage dependencies and workspace. It is configured to work with on {{ platform }}. | ||
|
||
## Open project | ||
Open the project in your preferred IDE: | ||
{%- if "RStudio" in ide %} | ||
- Open in RStudio: `pixi run rstudio` | ||
{%- endif %} | ||
{%- if "Visual Studio Code" in ide %} | ||
- Open in Visual Studio Code: `pixi run code` | ||
{%- endif %} | ||
{%- if "JupyterLab" in ide %} | ||
- Open in JupyterLab: `pixi run jupyter lab` | ||
{%- endif %} | ||
|
||
This project was generated with the [R Pixi template](https://github.com/roaldarbol/r-template). |