Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RStudio hangs on opening certain project #2432

Closed
woodwards opened this issue Mar 19, 2018 · 9 comments
Closed

RStudio hangs on opening certain project #2432

woodwards opened this issue Mar 19, 2018 · 9 comments
Labels

Comments

@woodwards
Copy link

System details

RStudio Edition : Desktop
RStudio Version : Version 1.1.442 
OS Version      : Windows 10 Enterprise 1607 14393.2068
R Version       :  R version 3.4.4 (2018-03-15) -- "Someone to Lean On"

Steps to reproduce the problem

Open bopsoil.Rproj file either by double clicking in Windows Explorer or from File menu in RStudio.

Describe the problem in detail

RStudio opens Console and R start message appears, Environment and File windows remain greyed out, Console accepts input but does not return answer to > 2+2

Describe the behavior you expected

Project should open. Other projects open normally.

I tried
C:\Users\WoodwardS\Documents\Projects\Pasture_Potential\bopsoil>mv .Rproj.user .Rproj.user.backup
C:\Users\WoodwardS\AppData\Local>mv rstudio-desktop rstudio-desktop-backup

but this did not resolve the issue. The project in question is a Shiny App, which is deployed at
https://woodward-dairynz.shinyapps.io/bysoil4/

@kevinushey
Copy link
Contributor

Does your project have a .git directory? Is that .git directory a hidden folder?

@woodwards
Copy link
Author

woodwards commented Mar 19, 2018

Yes it does. But not hidden.

@kevinushey
Copy link
Contributor

Does moving the .git directory away temporarily help? Or, does forcing it to be a hidden directory again resolve the issue?

@woodwards
Copy link
Author

Yes! Hiding the .git directory seems to have resolved the issue. Thanks!

@woodwards
Copy link
Author

Hmm, git won't let me make a commit.

>>> git commit -F C:/Users/WOODWA~1/AppData/Local/Temp/RtmpuUTryR/git-commit-message-2584629112fc.txt
fatal: could not open '.git/COMMIT_EDITMSG': Permission denied

@woodwards
Copy link
Author

woodwards commented Mar 19, 2018

Unhiding the git dir allowed me to commit.

But now RStudio won't open the project again.

@woodwards
Copy link
Author

Solution: I had to delete .git\COMMIT_EDITMSG

@dfalty dfalty added the bug label Mar 27, 2018
@jmcphers
Copy link
Member

This issue is tracked in #2141, and has now been fixed in RStudio 1.1.444.

https://www.rstudio.com/products/rstudio/download/preview/

@woodwards
Copy link
Author

Yep seems to be resolved.

@dfalty dfalty added the verified label Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants