.pixi
To use the template it is required to have pixi installed.
Then, generate the template in the current folder:
pixi exec copier copy gh:roaldarbol/r-template .
or to generate a new folder:
pixi exec copier copy gh:roaldarbol/r-template my-new-project
Then, from the terminal open your project in your preferred IDE with cross-platform commands:
pixi run rstudio
pixi run code
pixi run jupyter lab
pixi run positron