Skip to content

Commit

Permalink
fixed package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 5, 2024
1 parent 3c32dfc commit 0583193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstudio/rstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- name: Ensure .Rprofile file exists
become: true
file:
path: /home/{{ rstudio_vars.default_user }}git/.Rprofile
path: /home/{{ rstudio_vars.default_user }}/.Rprofile
state: touch
when: not rstudio_vars.create_only_backend
- name: Configure R profile
Expand Down

0 comments on commit 0583193

Please sign in to comment.