R and Rattle GUI

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bazzaar
Level 1
Level 1
Posts: 1
Joined: Wed Mar 29, 2023 7:26 pm

R and Rattle GUI

Post by bazzaar »

I've installed the R "rattle package" and the GUI window looks good and is able to recognise the columns in an input datafile.

However that's all, every other mouse click action in the GUI results in an Error message in the R console :

Code: Select all

:~/Documents/R> R

R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-suse-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> localeToCharset(locale = Sys.getlocale("LC_CTYPE"))
[1] "UTF-8"     "ISO8859-1"
> library("rattle")
Loading required package: tibble
Loading required package: bitops
Rattle: A free graphical interface for data science with R.
Version 5.5.1 Copyright (c) 2006-2021 Togaware Pty Ltd.
Type 'rattle()' to shake, rattle, and roll your data.
> rattle()
Loading required package: RGtk2
>
Error in if (!is.na(localeToCharset())) variables <- iconv(variables, : the condition has length > 1


The exact same issue was reported by cosy, in this topic "R and rattle (I mean the opensource data analysis"

viewtopic.php?p=2181697&hilit=cosy#p2181697

but there was no resolution in the ticket. I'm wondering whether cosy ever did find a solution. I've been trying to figure out how to fix the problem for several days. Any rays of wisdom would be much appreciated.

bazzaar
Last edited by LockBot on Fri Sep 29, 2023 10:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Software & Applications”