Skip to content

Fatal RStudio error when loading {qdap} #265

@AlexChristensen

Description

@AlexChristensen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions