You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an .Rproj file already exists for the project, the entrypoint should not try to write one. Apparently this is failing, because on a new project I get
base ▶ work ❯ r-plus-python ▶ master ▶ ✎ ▶ $ ▶ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: r-plus-python.Rproj
no changes added to commit (use "git add" and/or "git commit -a")
The text was updated successfully, but these errors were encountered:
If an .Rproj file already exists for the project, the entrypoint should not try to write one. Apparently this is failing, because on a new project I get
The text was updated successfully, but these errors were encountered: