https://bugs.kde.org/show_bug.cgi?id=384921
Bug ID: 384921 Summary: assignment of an object not possible Product: rkward Version: unspecified Platform: unspecified OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: rkward-devel@kde.org Reporter: y...@gmx.de Target Milestone: --- R version 3.4.1 rkward_0.6.5 This other software outside of R is required: - Python - TensorFlow - Keras code example: library(keras) layer_input(shape=c(100)) > Tensor("input_9:0", shape=(?, 100), dtype=float32) input_1 <- layer_input(shape=c(100)) > Error: (list) object cannot be coerced to type 'integer' > Warning in .rk.get.structure.global("input_1") : > failure to get object input_1 In a plain R terminal this works flawlessly. -- You are receiving this mail because: You are the assignee for the bug.