Call for testing KF6-based version of RKWard

Thomas Friedrichsmeier thomas.friedrichsmeier at kdemail.net
Mon Jul 8 16:55:44 BST 2024


Hi,

On Sun, 7 Jul 2024 20:22:41 -0600
DES Alfonso Cano Robles <alfonsociologo at gmail.com> wrote:

> I know it might not be the right time to say this.
> As complex as the R ecosystem is, I've noticed that the RKWard
> interface crashes when It loads objects that don't satisfy the
> assumptions of a data frame. As a concrete example the starwars
> tibble which comes with the dplyr package, contains three lists. It
> can be loaded to the workspace area, but when the user tries to
> visualize it on the data viewer the GUI will crash. Could it be
> possible to stop this from happening? For example, checking if
> "data.frames" have at least one list (as with the case of that object
> class: tbl_df;tbl;data.frame) to not load those objects on the data
> view and returning a warning.

a crash is always wrong. I'll look into this.

Note: The lists have a rather strict size limit. In general, try
posting the relevant R code, only, i.e. in this case:

  library(dplyr)
  starwars <- dplyr::starwars
  rk.edit(starwars)

Thanks!
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/rkward-users/attachments/20240708/c8ab17a0/attachment.sig>


More information about the rkward-users mailing list