Skip to content

Commit

Permalink
update r qmd file
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Dec 10, 2024
1 parent ba1ece0 commit 9fb3083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ jobs:
python-version: '3.10'
- run: |
pip install -r requirements.txt
sudo apt-get update
sudo apt-get install libglpk-dev
- name: Set up renv
uses: r-lib/actions/setup-renv@v2
- name: Set up quarto
uses: quarto-dev/quarto-actions/setup@v2

- run: |
quarto render --to html
quarto render resources/python.qmd --to ipynb
Expand Down
1 change: 1 addition & 0 deletions resources/r.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Rstudio projects and `renv` are two useful tools to offer a convenient interfac

Rstudio Projects are a built-in feature of RStudio that help organize your work in a consistent and structured way. When you create an RStudio project, it establishes a self-contained working environment tied to a specific folder on your computer, containing all the files related to the project. An RStudio project is essentially a wrapper around a folder, with a file ending in `.Rproj` that stores project-specific settings.


RStudio Projects have multiple advantages:

- __Easy script management and lisibility__: all scripts related to a task are kept in one designated folder, and are not mixed with scripts pertaining to unrelated tasks. The clear structure of RStudio projects ensures that collaborators can quickly understand and use your project.
Expand Down

0 comments on commit 9fb3083

Please sign in to comment.