[rkward] [Bug 404431] RKWard crashes when changing the class of an opened object
Matthias
bugzilla_noreply at kde.org
Wed Sep 21 13:02:50 BST 2022
https://bugs.kde.org/show_bug.cgi?id=404431
--- Comment #4 from Matthias <matthias.j.w.heil at gmail.com> ---
Sorry, my bad. The bug can be triggered with this script:
#Preparation
library(likert)
set.seed(1)
n <- 100
# Create dataframe df
df <- data.frame(
id=sample(1:5,n, replace=T),
rating=factor(sample(1:5,n, replace=T),
labels=c("Good","Neither","Poor","Very Good","Very Poor"))
)
#Now open df in Rkward's viewer, then run:
df <- likert(items=df[,2, drop = FALSE], nlevels = 5)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the rkward-devel
mailing list