-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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):
remove.packages("qdap")
install.packages("qdap")
Removing and installing {qdap} from GitHub using (restarting R/RStudio in-between remove and install):
devtools::install_github("trinker/qdap")
Loading required packages before loading {qdap} (all packages load OK until {qdap})
library(qdapDictionaries)
library(qdapRegex)
library(qdapTools)
library(RColorBrewer)
Loading {qdap} in R (not RStudio): Works! But not my preferred R GUI
Metadata
Metadata
Assignees
Labels
No labels