-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fatal RStudio error when loading {qdap} #265
Comments
I am having the same error |
Same here. Tried loading qdap with empty environment. qdap 2.4.3 RStudio 2022.07.1+554 "Spotted Wakerobin" R version 4.2.0 (2022-04-22 ucrt) -- "Vigorous Calisthenics" Java Version 8 Update 351 JAVA_HOME set before loading qdap:
64-bit versions R and JAVA used. Just like mentioned in the initial post, qdap loads outside RStudio. Below warnings are returned in this case:
Will try updating R from 4.2.0 to 4.2.1. |
Attempt to add qdap:: prefix to one of the qdap functions in my code resulted in a FATAL RStudio crash - IDE become unusable. RStudio kept crashing after restart and removal of .Rhistory and .RData files. Reinstalling... |
@mjaniec2013 : you mean you're reinstalling, RStudio, all of R, qdap, or some combination of those? |
Both, actually + updating R & refreshing all packages installed. Cleaning RStudio required deleting user files in AppData folders, etc. All the above should be completed now. Will test qdap again, soon. |
Problem
Loading {qdap} causes RStudio to crash
Versions
qdap: 2.4.4
qdapDictionaries: 1.0.8
qdapRegex: 0.7.6
qdapTools: 1.3.4
R: 4.2.0
RStudio: 2022.2.1.461
Windows: 10 x64 build 22000
Things I've Tried
Removing and installing {qdap} from CRAN using (restarting R/RStudio in-between remove and install):
Removing and installing {qdap} from GitHub using (restarting R/RStudio in-between remove and install):
Loading required packages before loading {qdap} (all packages load OK until {qdap})
Loading {qdap} in R (not RStudio): Works! But not my preferred R GUI
The text was updated successfully, but these errors were encountered: