cyril.alegret at st.com
2008-Sep-25 11:30 UTC
[Rd] Bug while loading Package "tcltk" with R-2.7.2 (PR#13016)
Full_Name: Cyril Alegret Version: 2.7.2 OS: Windows Submission from: (NULL) (90.80.39.42) An error occurs when I try to load the package "tcltk2_1.0-7" with R-2.7.2 (whereas it works with version 2.6.2). Please find below the error message : "> source("C:\\Data\\Travail\\Software&Method\\R\\Procs\\Chargement des librairies.R") Le chargement a n?cessit? le package : tcltk Chargement de Tcl/Tk... termin? Error in names(res) <- c("default", "menu", "caption", "smallcaption", : objet "res" non trouv? Error : .onLoad a ?chou? dans 'loadNamespace' pour 'tcltk2' Erreur : le chargement du package / espace de noms a ?chou? pour 'tcltk2'" Thank you for your help
Duncan Murdoch
2008-Sep-25 21:32 UTC
[Rd] Bug while loading Package "tcltk" with R-2.7.2 (PR#13016)
On 25/09/2008 7:30 AM, cyril.alegret at st.com wrote:> Full_Name: Cyril Alegret > Version: 2.7.2 > OS: Windows > Submission from: (NULL) (90.80.39.42) > > > An error occurs when I try to load the package "tcltk2_1.0-7" with R-2.7.2 > (whereas it works with version 2.6.2). > > Please find below the error message : > "> source("C:\\Data\\Travail\\Software&Method\\R\\Procs\\Chargement des > librairies.R") > Le chargement a n?cessit? le package : tcltk > Chargement de Tcl/Tk... termin? > Error in names(res) <- c("default", "menu", "caption", "smallcaption", : > objet "res" non trouv? > Error : .onLoad a ?chou? dans 'loadNamespace' pour 'tcltk2' > Erreur : le chargement du package / espace de noms a ?chou? pour 'tcltk2'" > > Thank you for your helpWhy do you think this has something to do with tcltk? It's pretty clearly a problem in your script, or in the tcltk2 (not tcltk!) package. But since you didn't track it down within your script, we can't help you. Duncan Murdoch